public class PersistentResourceService.PersistentResourceServiceClient : ClientBase<PersistentResourceService.PersistentResourceServiceClient>Reference documentation and code samples for the Vertex AI v1beta1 API class PersistentResourceService.PersistentResourceServiceClient.
Client for PersistentResourceService
Inheritance
object > ClientBase > ClientBasePersistentResourceServicePersistentResourceServiceClient > PersistentResourceService.PersistentResourceServiceClientNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
PersistentResourceServiceClient(ChannelBase)
public PersistentResourceServiceClient(ChannelBase channel)Creates a new client for PersistentResourceService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
PersistentResourceServiceClient(ClientBaseConfiguration)
protected PersistentResourceServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe 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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
CreatePersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
CreatePersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePersistentResourceAsync(CreatePersistentResourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreatePersistentResourceAsync(CreatePersistentResourceRequest request, CallOptions options)Creates a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
CreatePersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePersistentResource(DeletePersistentResourceRequest, CallOptions)
public virtual Operation DeletePersistentResource(DeletePersistentResourceRequest request, CallOptions options)Deletes a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
DeletePersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePersistentResourceAsync(DeletePersistentResourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeletePersistentResourceAsync(DeletePersistentResourceRequest request, CallOptions options)Deletes a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
DeletePersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetPersistentResource(GetPersistentResourceRequest, CallOptions)
public virtual PersistentResource GetPersistentResource(GetPersistentResourceRequest request, CallOptions options)Gets a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
GetPersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
PersistentResource |
The response received from the server. |
GetPersistentResourceAsync(GetPersistentResourceRequest, CallOptions)
public virtual AsyncUnaryCall<PersistentResource> GetPersistentResourceAsync(GetPersistentResourceRequest request, CallOptions options)Gets a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
GetPersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPersistentResource |
The call object. |
ListPersistentResources(ListPersistentResourcesRequest, CallOptions)
public virtual ListPersistentResourcesResponse ListPersistentResources(ListPersistentResourcesRequest request, CallOptions options)Lists PersistentResources in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPersistentResourcesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
ListPersistentResourcesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
ListPersistentResourcesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
ListPersistentResourcesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPersistentResourcesResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override PersistentResourceService.PersistentResourceServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
PersistentResourceServicePersistentResourceServiceClient |
|
RebootPersistentResource(RebootPersistentResourceRequest, CallOptions)
public virtual Operation RebootPersistentResource(RebootPersistentResourceRequest request, CallOptions options)Reboots a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
RebootPersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
RebootPersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
RebootPersistentResourceAsync(RebootPersistentResourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> RebootPersistentResourceAsync(RebootPersistentResourceRequest request, CallOptions options)Reboots a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
RebootPersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
RebootPersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePersistentResource(UpdatePersistentResourceRequest, CallOptions)
public virtual Operation UpdatePersistentResource(UpdatePersistentResourceRequest request, CallOptions options)Updates a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
UpdatePersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePersistentResourceAsync(UpdatePersistentResourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdatePersistentResourceAsync(UpdatePersistentResourceRequest request, CallOptions options)Updates a PersistentResource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePersistentResourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
UpdatePersistentResourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |