Show / Hide Table of Contents

Class LayersResource.VolumeAnnotationsResource

The "volumeAnnotations" collection of methods.

Inheritance
object
LayersResource.VolumeAnnotationsResource
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.VolumeAnnotationsResource

Constructors

VolumeAnnotationsResource(IClientService)

Constructs a new resource.

Declaration
public VolumeAnnotationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string, string)

Gets the volume annotation.

Declaration
public virtual LayersResource.VolumeAnnotationsResource.GetRequest Get(string volumeId, string layerId, string annotationId)
Parameters
Type Name Description
string volumeId

The volume to retrieve annotations for.

string layerId

The ID for the layer to get the annotations.

string annotationId

The ID of the volume annotation to retrieve.

Returns
Type Description
LayersResource.VolumeAnnotationsResource.GetRequest

List(string, string, string)

Gets the volume annotations for a volume and layer.

Declaration
public virtual LayersResource.VolumeAnnotationsResource.ListRequest List(string volumeId, string layerId, 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 contentVersion

The content version for the requested volume.

Returns
Type Description
LayersResource.VolumeAnnotationsResource.ListRequest
In this article
Back to top Generated by DocFX