- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.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.PersistentResourceServiceClientNamespace
Google.Cloud.AIPlatform.V1Assembly
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 | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
PersistentResourceServiceClient(ChannelBase)
public PersistentResourceServiceClient(ChannelBase channel)
Creates a new client for PersistentResourceService
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The 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 |
ClientBaseClientBaseConfiguration 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 | |
---|---|
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 |
CreatePersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
CreatePersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
CreatePersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
CreatePersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
DeletePersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
DeletePersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
DeletePersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
DeletePersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
GetPersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
GetPersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
GetPersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
GetPersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
ListPersistentResourcesRequest The request to send to the server. |
options |
CallOptions The 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 |
ListPersistentResourcesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
ListPersistentResourcesRequest The request to send to the server. |
options |
CallOptions The 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 |
ListPersistentResourcesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
RebootPersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
RebootPersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
RebootPersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
RebootPersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
UpdatePersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
UpdatePersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An 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 |
UpdatePersistentResourceRequest The request to send to the server. |
options |
CallOptions The 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 |
UpdatePersistentResourceRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |