|
books
v1
|
#include <annotation.h>
Static Public Member Functions | |
| static AnnotationClientVersionRanges * | New () |
Selection ranges sent from the client.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'cfiRange' attribute.
|
inline |
Clears the 'contentVersion' attribute.
|
inline |
Clears the 'gbImageRange' attribute.
|
inline |
Clears the 'gbTextRange' attribute.
|
inline |
Clears the 'imageCfiRange' attribute.
| const BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::get_cfi_range | ( | ) | const |
Get a reference to the value of the 'cfiRange' attribute.
|
inline |
Get the value of the 'contentVersion' attribute.
| const BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::get_gb_image_range | ( | ) | const |
Get a reference to the value of the 'gbImageRange' attribute.
| const BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::get_gb_text_range | ( | ) | const |
Get a reference to the value of the 'gbTextRange' attribute.
| const BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::get_image_cfi_range | ( | ) | const |
Get a reference to the value of the 'imageCfiRange' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::AnnotationClientVersionRanges
|
inline |
Determine if the 'cfiRange' attribute was set.
cfiRange' attribute was set.
|
inline |
Determine if the 'contentVersion' attribute was set.
contentVersion' attribute was set.
|
inline |
Determine if the 'gbImageRange' attribute was set.
gbImageRange' attribute was set.
|
inline |
Determine if the 'gbTextRange' attribute was set.
gbTextRange' attribute was set.
|
inline |
Determine if the 'imageCfiRange' attribute was set.
imageCfiRange' attribute was set. | BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::mutable_cfiRange | ( | ) |
Gets a reference to a mutable value of the 'cfiRange' property.
Range in CFI format for this annotation sent by client.
| BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::mutable_gbImageRange | ( | ) |
Gets a reference to a mutable value of the 'gbImageRange' property.
Range in GB image format for this annotation sent by client.
| BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::mutable_gbTextRange | ( | ) |
Gets a reference to a mutable value of the 'gbTextRange' property.
Range in GB text format for this annotation sent by client.
| BooksAnnotationsRange google_books_api::Annotation::AnnotationClientVersionRanges::mutable_imageCfiRange | ( | ) |
Gets a reference to a mutable value of the 'imageCfiRange' property.
Range in image CFI format for this annotation sent by client.
|
static |
Creates a new default instance.
|
inline |
Change the 'contentVersion' attribute.
Content version the client sent in.
| [in] | value | The new value. |