Cloud AI Platform v1 API - Class PersistentResourceService.PersistentResourceServiceClient (2.27.0)

public class PersistentResourceService.PersistentResourceServiceClient : ClientBase<PersistentResourceService.PersistentResourceServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class PersistentResourceService.PersistentResourceServiceClient.

Client for PersistentResourceService

Inheritance

object > ClientBase > ClientBasePersistentResourceServicePersistentResourceServiceClient > PersistentResourceService.PersistentResourceServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PersistentResourceServiceClient()

protected PersistentResourceServiceClient()

Protected parameterless constructor to allow creation of test doubles.

PersistentResourceServiceClient(CallInvoker)

public PersistentResourceServiceClient(CallInvoker callInvoker)

Creates a new client for PersistentResourceService that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

PersistentResourceServiceClient(ChannelBase)

public PersistentResourceServiceClient(ChannelBase channel)

Creates a new client for PersistentResourceService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

PersistentResourceServiceClient(ClientBaseConfiguration)

protected PersistentResourceServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
TypeDescription
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
TypeDescription
OperationsOperationsClient

A new Operations client for the same target as this client.

CreatePersistentResource(CreatePersistentResourceRequest, CallOptions)

public virtual Operation CreatePersistentResource(CreatePersistentResourceRequest request, CallOptions options)

Creates a PersistentResource.

Parameters
NameDescription
requestCreatePersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreatePersistentResource(CreatePersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreatePersistentResource(CreatePersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a PersistentResource.

Parameters
NameDescription
requestCreatePersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreatePersistentResourceAsync(CreatePersistentResourceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreatePersistentResourceAsync(CreatePersistentResourceRequest request, CallOptions options)

Creates a PersistentResource.

Parameters
NameDescription
requestCreatePersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreatePersistentResourceAsync(CreatePersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreatePersistentResourceAsync(CreatePersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a PersistentResource.

Parameters
NameDescription
requestCreatePersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeletePersistentResource(DeletePersistentResourceRequest, CallOptions)

public virtual Operation DeletePersistentResource(DeletePersistentResourceRequest request, CallOptions options)

Deletes a PersistentResource.

Parameters
NameDescription
requestDeletePersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeletePersistentResource(DeletePersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeletePersistentResource(DeletePersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a PersistentResource.

Parameters
NameDescription
requestDeletePersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeletePersistentResourceAsync(DeletePersistentResourceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeletePersistentResourceAsync(DeletePersistentResourceRequest request, CallOptions options)

Deletes a PersistentResource.

Parameters
NameDescription
requestDeletePersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeletePersistentResourceAsync(DeletePersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeletePersistentResourceAsync(DeletePersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a PersistentResource.

Parameters
NameDescription
requestDeletePersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetPersistentResource(GetPersistentResourceRequest, CallOptions)

public virtual PersistentResource GetPersistentResource(GetPersistentResourceRequest request, CallOptions options)

Gets a PersistentResource.

Parameters
NameDescription
requestGetPersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
PersistentResource

The response received from the server.

GetPersistentResource(GetPersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual PersistentResource GetPersistentResource(GetPersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a PersistentResource.

Parameters
NameDescription
requestGetPersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
PersistentResource

The response received from the server.

GetPersistentResourceAsync(GetPersistentResourceRequest, CallOptions)

public virtual AsyncUnaryCall<PersistentResource> GetPersistentResourceAsync(GetPersistentResourceRequest request, CallOptions options)

Gets a PersistentResource.

Parameters
NameDescription
requestGetPersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallPersistentResource

The call object.

GetPersistentResourceAsync(GetPersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PersistentResource> GetPersistentResourceAsync(GetPersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a PersistentResource.

Parameters
NameDescription
requestGetPersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPersistentResource

The call object.

ListPersistentResources(ListPersistentResourcesRequest, CallOptions)

public virtual ListPersistentResourcesResponse ListPersistentResources(ListPersistentResourcesRequest request, CallOptions options)

Lists PersistentResources in a Location.

Parameters
NameDescription
requestListPersistentResourcesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListPersistentResourcesResponse

The response received from the server.

ListPersistentResources(ListPersistentResourcesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPersistentResourcesResponse ListPersistentResources(ListPersistentResourcesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PersistentResources in a Location.

Parameters
NameDescription
requestListPersistentResourcesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListPersistentResourcesResponse

The response received from the server.

ListPersistentResourcesAsync(ListPersistentResourcesRequest, CallOptions)

public virtual AsyncUnaryCall<ListPersistentResourcesResponse> ListPersistentResourcesAsync(ListPersistentResourcesRequest request, CallOptions options)

Lists PersistentResources in a Location.

Parameters
NameDescription
requestListPersistentResourcesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListPersistentResourcesResponse

The call object.

ListPersistentResourcesAsync(ListPersistentResourcesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPersistentResourcesResponse> ListPersistentResourcesAsync(ListPersistentResourcesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PersistentResources in a Location.

Parameters
NameDescription
requestListPersistentResourcesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListPersistentResourcesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override PersistentResourceService.PersistentResourceServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
PersistentResourceServicePersistentResourceServiceClient
Overrides

RebootPersistentResource(RebootPersistentResourceRequest, CallOptions)

public virtual Operation RebootPersistentResource(RebootPersistentResourceRequest request, CallOptions options)

Reboots a PersistentResource.

Parameters
NameDescription
requestRebootPersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

RebootPersistentResource(RebootPersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RebootPersistentResource(RebootPersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reboots a PersistentResource.

Parameters
NameDescription
requestRebootPersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

RebootPersistentResourceAsync(RebootPersistentResourceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RebootPersistentResourceAsync(RebootPersistentResourceRequest request, CallOptions options)

Reboots a PersistentResource.

Parameters
NameDescription
requestRebootPersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

RebootPersistentResourceAsync(RebootPersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RebootPersistentResourceAsync(RebootPersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reboots a PersistentResource.

Parameters
NameDescription
requestRebootPersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdatePersistentResource(UpdatePersistentResourceRequest, CallOptions)

public virtual Operation UpdatePersistentResource(UpdatePersistentResourceRequest request, CallOptions options)

Updates a PersistentResource.

Parameters
NameDescription
requestUpdatePersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdatePersistentResource(UpdatePersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdatePersistentResource(UpdatePersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a PersistentResource.

Parameters
NameDescription
requestUpdatePersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdatePersistentResourceAsync(UpdatePersistentResourceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdatePersistentResourceAsync(UpdatePersistentResourceRequest request, CallOptions options)

Updates a PersistentResource.

Parameters
NameDescription
requestUpdatePersistentResourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdatePersistentResourceAsync(UpdatePersistentResourceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdatePersistentResourceAsync(UpdatePersistentResourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a PersistentResource.

Parameters
NameDescription
requestUpdatePersistentResourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.