Show / Hide Table of Contents

Class LayersResource.AnnotationDataResource

The "annotationData" collection of methods.

Inheritance
object
LayersResource.AnnotationDataResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX