Show / Hide Table of Contents

Class ShelvesResource.BooksResource.ListRequest

Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>
ShelvesResource.BooksResource.ListRequest
Implements
IClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>
IClientServiceRequest
Inherited Members
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.Xgafv
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.AccessToken
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.Alt
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.Callback
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.Fields
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.Key
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.OauthToken
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.PrettyPrint
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.QuotaUser
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.UploadType
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.UploadProtocol
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.Execute()
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ExecuteAsync()
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.GetBody()
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ETagAction
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ModifyRequest
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ValidateParameters
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.ApiVersion
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.RequestParameters
ClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.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.Libraryagent.v1
Assembly: Google.Apis.Libraryagent.v1.dll
Syntax
public class ShelvesResource.BooksResource.ListRequest : LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>, IClientServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Libraryagent.v1.Data.GoogleExampleLibraryagentV1ListBooksResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Libraryagent.v1.Data.GoogleExampleLibraryagentV1ListBooksResponse>.MethodName

PageSize

Requested page size. Server may return fewer books than requested. If unspecified, server will pick an appropriate default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token identifying a page of results the server should return. Typically, this is the value of ListBooksResponse.next_page_token. returned from the previous call to ListBooks method.

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

Parent

Required. The name of the shelf whose books we'd like to list.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
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.Libraryagent.v1.Data.GoogleExampleLibraryagentV1ListBooksResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1ListBooksResponse>.InitParameters()

Implements

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