Class LayersResource.VolumeAnnotationsResource.GetRequest
Gets the volume annotation.
Inheritance
LayersResource.VolumeAnnotationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class LayersResource.VolumeAnnotationsResource.GetRequest : BooksBaseServiceRequest<Volumeannotation>, IClientServiceRequest<Volumeannotation>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string volumeId, string layerId, string annotationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | volumeId | |
string | layerId | |
string | annotationId |
Properties
AnnotationId
The ID of the volume annotation to retrieve.
Declaration
[RequestParameter("annotationId", RequestParameterType.Path)]
public virtual string AnnotationId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Volumeannotation>.HttpMethod
LayerId
The ID for the layer to get the annotations.
Declaration
[RequestParameter("layerId", RequestParameterType.Path)]
public virtual string LayerId { get; }
Property Value
Type | Description |
---|---|
string |
Locale
The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.
Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Volumeannotation>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Volumeannotation>.RestPath
Source
String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
The volume to retrieve annotations for.
Declaration
[RequestParameter("volumeId", RequestParameterType.Path)]
public virtual string VolumeId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()