Class LayersResource
The "layers" collection of methods.
Inherited Members
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 |