Show / Hide Table of Contents

Class MylibraryResource.AnnotationsResource.ListRequest

Retrieves a list of annotations, possibly filtered.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Annotations>
BooksBaseServiceRequest<Annotations>
MylibraryResource.AnnotationsResource.ListRequest
Implements
IClientServiceRequest<Annotations>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<Annotations>.Xgafv
BooksBaseServiceRequest<Annotations>.AccessToken
BooksBaseServiceRequest<Annotations>.Alt
BooksBaseServiceRequest<Annotations>.Callback
BooksBaseServiceRequest<Annotations>.Fields
BooksBaseServiceRequest<Annotations>.Key
BooksBaseServiceRequest<Annotations>.OauthToken
BooksBaseServiceRequest<Annotations>.PrettyPrint
BooksBaseServiceRequest<Annotations>.QuotaUser
BooksBaseServiceRequest<Annotations>.UploadType
BooksBaseServiceRequest<Annotations>.UploadProtocol
ClientServiceRequest<Annotations>.Execute()
ClientServiceRequest<Annotations>.ExecuteAsStream()
ClientServiceRequest<Annotations>.ExecuteAsync()
ClientServiceRequest<Annotations>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Annotations>.ExecuteAsStreamAsync()
ClientServiceRequest<Annotations>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Annotations>.CreateRequest(bool?)
ClientServiceRequest<Annotations>.GenerateRequestUri()
ClientServiceRequest<Annotations>.GetBody()
ClientServiceRequest<Annotations>.GetDefaultETagAction(string)
ClientServiceRequest<Annotations>.ETagAction
ClientServiceRequest<Annotations>.ModifyRequest
ClientServiceRequest<Annotations>.ValidateParameters
ClientServiceRequest<Annotations>.ApiVersion
ClientServiceRequest<Annotations>.RequestParameters
ClientServiceRequest<Annotations>.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 MylibraryResource.AnnotationsResource.ListRequest : BooksBaseServiceRequest<Annotations>, IClientServiceRequest<Annotations>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

ContentVersion

The content version for the requested volume.

Declaration
[RequestParameter("contentVersion", RequestParameterType.Query)]
public virtual string ContentVersion { get; set; }
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.Annotations>.HttpMethod

LayerId

The layer ID to limit annotation by.

Declaration
[RequestParameter("layerId", RequestParameterType.Query)]
public virtual string LayerId { get; set; }
Property Value
Type Description
string

LayerIds

The layer ID(s) to limit annotation by.

Declaration
[RequestParameter("layerIds", RequestParameterType.Query)]
public virtual Repeatable<string> LayerIds { get; set; }
Property Value
Type Description
Repeatable<string>

MaxResults

Maximum number of results to return

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

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.Annotations>.MethodName

PageToken

The value of the nextToken from the previous page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

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.Annotations>.RestPath

ShowDeleted

Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

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

UpdatedMax

RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).

Declaration
[RequestParameter("updatedMax", RequestParameterType.Query)]
public virtual string UpdatedMax { get; set; }
Property Value
Type Description
string

UpdatedMin

RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).

Declaration
[RequestParameter("updatedMin", RequestParameterType.Query)]
public virtual string UpdatedMin { get; set; }
Property Value
Type Description
string

VolumeId

The volume to restrict annotations to.

Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BooksBaseServiceRequest<Annotations>.InitParameters()

Implements

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