Class LayersResource.AnnotationDataResource
The "annotationData" collection of methods.
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class LayersResource.AnnotationDataResource
Constructors
AnnotationDataResource(IClientService)
Constructs a new resource.
Declaration
public AnnotationDataResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string, string, string)
Gets the annotation data.
Declaration
public virtual LayersResource.AnnotationDataResource.GetRequest Get(string volumeId, string layerId, string annotationDataId, string contentVersion)
Parameters
Type | Name | Description |
---|---|---|
string | volumeId | The volume to retrieve annotations for. |
string | layerId | The ID for the layer to get the annotations. |
string | annotationDataId | The ID of the annotation data to retrieve. |
string | contentVersion | The content version for the volume you are trying to retrieve. |
Returns
Type | Description |
---|---|
LayersResource.AnnotationDataResource.GetRequest |
List(string, string, string)
Gets the annotation data for a volume and layer.
Declaration
public virtual LayersResource.AnnotationDataResource.ListRequest List(string volumeId, string layerId, string contentVersion)
Parameters
Type | Name | Description |
---|---|---|
string | volumeId | The volume to retrieve annotation data for. |
string | layerId | The ID for the layer to get the annotation data. |
string | contentVersion | The content version for the requested volume. |
Returns
Type | Description |
---|---|
LayersResource.AnnotationDataResource.ListRequest |