Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AcceleratorTypesResource.ListRequest

Lists accelerator types supported by this API.

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

Filter

List filter.

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAcceleratorTypesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAcceleratorTypesResponse>.MethodName

OrderBy

Sort results.

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

PageSize

The maximum number of items to return.

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

PageToken

The next_page_token value returned from a previous List request, if any.

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

Parent

Required. The parent resource name.

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
ClientServiceRequest<ListAcceleratorTypesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
TPUBaseServiceRequest<ListAcceleratorTypesResponse>.InitParameters()

Implements

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