Show / Hide Table of Contents

Class LayersResource.VolumeAnnotationsResource.GetRequest

Gets the volume annotation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Volumeannotation>
BooksBaseServiceRequest<Volumeannotation>
LayersResource.VolumeAnnotationsResource.GetRequest
Implements
IClientServiceRequest<Volumeannotation>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<Volumeannotation>.Xgafv
BooksBaseServiceRequest<Volumeannotation>.AccessToken
BooksBaseServiceRequest<Volumeannotation>.Alt
BooksBaseServiceRequest<Volumeannotation>.Callback
BooksBaseServiceRequest<Volumeannotation>.Fields
BooksBaseServiceRequest<Volumeannotation>.Key
BooksBaseServiceRequest<Volumeannotation>.OauthToken
BooksBaseServiceRequest<Volumeannotation>.PrettyPrint
BooksBaseServiceRequest<Volumeannotation>.QuotaUser
BooksBaseServiceRequest<Volumeannotation>.UploadType
BooksBaseServiceRequest<Volumeannotation>.UploadProtocol
ClientServiceRequest<Volumeannotation>.Execute()
ClientServiceRequest<Volumeannotation>.ExecuteAsStream()
ClientServiceRequest<Volumeannotation>.ExecuteAsync()
ClientServiceRequest<Volumeannotation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Volumeannotation>.ExecuteAsStreamAsync()
ClientServiceRequest<Volumeannotation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Volumeannotation>.CreateRequest(bool?)
ClientServiceRequest<Volumeannotation>.GenerateRequestUri()
ClientServiceRequest<Volumeannotation>.GetBody()
ClientServiceRequest<Volumeannotation>.GetDefaultETagAction(string)
ClientServiceRequest<Volumeannotation>.ETagAction
ClientServiceRequest<Volumeannotation>.ModifyRequest
ClientServiceRequest<Volumeannotation>.ValidateParameters
ClientServiceRequest<Volumeannotation>.ApiVersion
ClientServiceRequest<Volumeannotation>.RequestParameters
ClientServiceRequest<Volumeannotation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.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()
Overrides
BooksBaseServiceRequest<Volumeannotation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX