Show / Hide Table of Contents

Class ShelvesResource.ListRequest

Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

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

PageSize

Requested page size. Server may return fewer shelves 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 ListShelvesResponse.next_page_token returned from the previous call to ListShelves method.

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.Libraryagent.v1.Data.GoogleExampleLibraryagentV1ListShelvesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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