Class LayersResource.VolumeAnnotationsResource
The "volumeAnnotations" collection of methods.
Inheritance
System.Object
LayersResource.VolumeAnnotationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class 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 |
|---|---|---|
| System.String | volumeId | The volume to retrieve annotations for. |
| System.String | layerId | The ID for the layer to get the annotations. |
| System.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 |
|---|---|---|
| System.String | volumeId | The volume to retrieve annotations for. |
| System.String | layerId | The ID for the layer to get the annotations. |
| System.String | contentVersion | The content version for the requested volume. |
Returns
| Type | Description |
|---|---|
| LayersResource.VolumeAnnotationsResource.ListRequest |