Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PersistentResourcesResource.ListRequest

Lists PersistentResources in a Location.

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

MethodName

Gets the method name.

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

PageSize

Optional. The standard list page size.

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

PageToken

Optional. The standard list page token. Typically obtained via ListPersistentResourcesResponse.next_page_token of the previous PersistentResourceService.ListPersistentResource call.

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

Parent

Required. The resource name of the Location to list the PersistentResources from. 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<GoogleCloudAiplatformV1ListPersistentResourcesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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