Show / Hide Table of Contents

Class OnboardingResource.ListCategoriesRequest

List categories for onboarding experience.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Category>
BooksBaseServiceRequest<Category>
OnboardingResource.ListCategoriesRequest
Implements
IClientServiceRequest<Category>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<Category>.Xgafv
BooksBaseServiceRequest<Category>.AccessToken
BooksBaseServiceRequest<Category>.Alt
BooksBaseServiceRequest<Category>.Callback
BooksBaseServiceRequest<Category>.Fields
BooksBaseServiceRequest<Category>.Key
BooksBaseServiceRequest<Category>.OauthToken
BooksBaseServiceRequest<Category>.PrettyPrint
BooksBaseServiceRequest<Category>.QuotaUser
BooksBaseServiceRequest<Category>.UploadType
BooksBaseServiceRequest<Category>.UploadProtocol
ClientServiceRequest<Category>.Execute()
ClientServiceRequest<Category>.ExecuteAsStream()
ClientServiceRequest<Category>.ExecuteAsync()
ClientServiceRequest<Category>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Category>.ExecuteAsStreamAsync()
ClientServiceRequest<Category>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Category>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Category>.GenerateRequestUri()
ClientServiceRequest<Category>.GetBody()
ClientServiceRequest<Category>.GetDefaultETagAction(String)
ClientServiceRequest<Category>.ETagAction
ClientServiceRequest<Category>.ModifyRequest
ClientServiceRequest<Category>.ValidateParameters
ClientServiceRequest<Category>.RequestParameters
ClientServiceRequest<Category>.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 ListCategoriesRequest : BooksBaseServiceRequest<Category>, IClientServiceRequest<Category>, IClientServiceRequest

Constructors

ListCategoriesRequest(IClientService)

Constructs a new ListCategories request.

Declaration
public ListCategoriesRequest(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.Category>.HttpMethod

Locale

ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.

Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
Type Description
System.String

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

Methods

InitParameters()

Initializes ListCategories parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top