Show / Hide Table of Contents

Class VolumesResource.MybooksResource.ListRequest

Return a list of books in My Library.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

AcquireMethod

How the book was acquired

Declaration
[RequestParameter("acquireMethod", RequestParameterType.Query)]
public virtual VolumesResource.MybooksResource.ListRequest.AcquireMethodEnum? AcquireMethod { get; set; }
Property Value
Type Description
VolumesResource.MybooksResource.ListRequest.AcquireMethodEnum?
Remarks

Use this property to set a single value for the parameter, or AcquireMethodList to set multiple values. Do not set both properties.

AcquireMethodList

How the book was acquired

Declaration
[RequestParameter("acquireMethod", RequestParameterType.Query)]
public virtual Repeatable<VolumesResource.MybooksResource.ListRequest.AcquireMethodEnum> AcquireMethodList { get; set; }
Property Value
Type Description
Repeatable<VolumesResource.MybooksResource.ListRequest.AcquireMethodEnum>
Remarks

Use this property to set one or more values for the parameter. Do not set both this property and AcquireMethod.

Country

ISO-3166-1 code to override the IP-based location.

Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { 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.Volumes>.HttpMethod

Locale

ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.

Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
Type Description
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.Volumes>.MethodName

ProcessingState

The processing state of the user uploaded volumes to be returned. Applicable only if the UPLOADED is specified in the acquireMethod.

Declaration
[RequestParameter("processingState", RequestParameterType.Query)]
public virtual VolumesResource.MybooksResource.ListRequest.ProcessingStateEnum? ProcessingState { get; set; }
Property Value
Type Description
VolumesResource.MybooksResource.ListRequest.ProcessingStateEnum?
Remarks

Use this property to set a single value for the parameter, or ProcessingStateList to set multiple values. Do not set both properties.

ProcessingStateList

The processing state of the user uploaded volumes to be returned. Applicable only if the UPLOADED is specified in the acquireMethod.

Declaration
[RequestParameter("processingState", RequestParameterType.Query)]
public virtual Repeatable<VolumesResource.MybooksResource.ListRequest.ProcessingStateEnum> ProcessingStateList { get; set; }
Property Value
Type Description
Repeatable<VolumesResource.MybooksResource.ListRequest.ProcessingStateEnum>
Remarks

Use this property to set one or more values for the parameter. Do not set both this property and ProcessingState.

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.Volumes>.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

StartIndex

Index of the first result to return (starts at 0)

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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