Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.ListRequest

List DeploymentResourcePools in a location.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

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

PageToken

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

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

Parent

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse>.InitParameters()

Implements

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