Show / Hide Table of Contents

Class MylibraryResource.BookshelvesResource.ListRequest

Retrieves a list of bookshelves belonging to the authenticated user.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Bookshelves>
BooksBaseServiceRequest<Bookshelves>
MylibraryResource.BookshelvesResource.ListRequest
Implements
IClientServiceRequest<Bookshelves>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<Bookshelves>.Xgafv
BooksBaseServiceRequest<Bookshelves>.AccessToken
BooksBaseServiceRequest<Bookshelves>.Alt
BooksBaseServiceRequest<Bookshelves>.Callback
BooksBaseServiceRequest<Bookshelves>.Fields
BooksBaseServiceRequest<Bookshelves>.Key
BooksBaseServiceRequest<Bookshelves>.OauthToken
BooksBaseServiceRequest<Bookshelves>.PrettyPrint
BooksBaseServiceRequest<Bookshelves>.QuotaUser
BooksBaseServiceRequest<Bookshelves>.UploadType
BooksBaseServiceRequest<Bookshelves>.UploadProtocol
ClientServiceRequest<Bookshelves>.Execute()
ClientServiceRequest<Bookshelves>.ExecuteAsStream()
ClientServiceRequest<Bookshelves>.ExecuteAsync()
ClientServiceRequest<Bookshelves>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Bookshelves>.ExecuteAsStreamAsync()
ClientServiceRequest<Bookshelves>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Bookshelves>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Bookshelves>.GenerateRequestUri()
ClientServiceRequest<Bookshelves>.GetBody()
ClientServiceRequest<Bookshelves>.GetDefaultETagAction(String)
ClientServiceRequest<Bookshelves>.ETagAction
ClientServiceRequest<Bookshelves>.ModifyRequest
ClientServiceRequest<Bookshelves>.ValidateParameters
ClientServiceRequest<Bookshelves>.RequestParameters
ClientServiceRequest<Bookshelves>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ListRequest : BooksBaseServiceRequest<Bookshelves>, IClientServiceRequest<Bookshelves>, 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
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Bookshelves>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Bookshelves>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Bookshelves>.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
System.String

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Bookshelves>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top