Show / Hide Table of Contents

Class LayersResource

The "layers" collection of methods.

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

Constructors

LayersResource(IClientService)

Constructs a new resource.

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

Properties

AnnotationData

Gets the AnnotationData resource.

Declaration
public virtual LayersResource.AnnotationDataResource AnnotationData { get; }
Property Value
Type Description
LayersResource.AnnotationDataResource

VolumeAnnotations

Gets the VolumeAnnotations resource.

Declaration
public virtual LayersResource.VolumeAnnotationsResource VolumeAnnotations { get; }
Property Value
Type Description
LayersResource.VolumeAnnotationsResource

Methods

Get(string, string)

Gets the layer summary for a volume.

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

The volume to retrieve layers for.

string summaryId

The ID for the layer to get the summary for.

Returns
Type Description
LayersResource.GetRequest

List(string)

List the layer summaries for a volume.

Declaration
public virtual LayersResource.ListRequest List(string volumeId)
Parameters
Type Name Description
string volumeId

The volume to retrieve layers for.

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