- 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 sealed class PersistentResourceServiceClientImpl : PersistentResourceServiceClient
Reference documentation and code samples for the Cloud AI Platform v1 API class PersistentResourceServiceClientImpl.
PersistentResourceService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Remarks
A service for managing Vertex AI's machine learning PersistentResource.
Constructors
PersistentResourceServiceClientImpl(PersistentResourceServiceClient, PersistentResourceServiceSettings, ILogger)
public PersistentResourceServiceClientImpl(PersistentResourceService.PersistentResourceServiceClient grpcClient, PersistentResourceServiceSettings settings, ILogger logger)
Constructs a client wrapper for the PersistentResourceService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient |
PersistentResourceServicePersistentResourceServiceClient The underlying gRPC client. |
settings |
PersistentResourceServiceSettings The base PersistentResourceServiceSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
CreatePersistentResourceOperationsClient
public override OperationsClient CreatePersistentResourceOperationsClient { get; }
The long-running operations client for CreatePersistentResource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeletePersistentResourceOperationsClient
public override OperationsClient DeletePersistentResourceOperationsClient { get; }
The long-running operations client for DeletePersistentResource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override PersistentResourceService.PersistentResourceServiceClient GrpcClient { get; }
The underlying gRPC PersistentResourceService client
Property Value | |
---|---|
Type | Description |
PersistentResourceServicePersistentResourceServiceClient |
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }
The IAMPolicyClient associated with this client.
Property Value | |
---|---|
Type | Description |
IAMPolicyClient |
LocationsClient
public override LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.
Property Value | |
---|---|
Type | Description |
LocationsClient |
RebootPersistentResourceOperationsClient
public override OperationsClient RebootPersistentResourceOperationsClient { get; }
The long-running operations client for RebootPersistentResource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdatePersistentResourceOperationsClient
public override OperationsClient UpdatePersistentResourceOperationsClient { get; }
The long-running operations client for UpdatePersistentResource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
Methods
CreatePersistentResource(CreatePersistentResourceRequest, CallSettings)
public override Operation<PersistentResource, CreatePersistentResourceOperationMetadata> CreatePersistentResource(CreatePersistentResourceRequest request, CallSettings callSettings = null)
Creates a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
CreatePersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationPersistentResourceCreatePersistentResourceOperationMetadata |
The RPC response. |
CreatePersistentResourceAsync(CreatePersistentResourceRequest, CallSettings)
public override Task<Operation<PersistentResource, CreatePersistentResourceOperationMetadata>> CreatePersistentResourceAsync(CreatePersistentResourceRequest request, CallSettings callSettings = null)
Creates a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
CreatePersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationPersistentResourceCreatePersistentResourceOperationMetadata |
A Task containing the RPC response. |
DeletePersistentResource(DeletePersistentResourceRequest, CallSettings)
public override Operation<Empty, DeleteOperationMetadata> DeletePersistentResource(DeletePersistentResourceRequest request, CallSettings callSettings = null)
Deletes a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
DeletePersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyDeleteOperationMetadata |
The RPC response. |
DeletePersistentResourceAsync(DeletePersistentResourceRequest, CallSettings)
public override Task<Operation<Empty, DeleteOperationMetadata>> DeletePersistentResourceAsync(DeletePersistentResourceRequest request, CallSettings callSettings = null)
Deletes a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
DeletePersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyDeleteOperationMetadata |
A Task containing the RPC response. |
GetPersistentResource(GetPersistentResourceRequest, CallSettings)
public override PersistentResource GetPersistentResource(GetPersistentResourceRequest request, CallSettings callSettings = null)
Gets a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
GetPersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PersistentResource |
The RPC response. |
GetPersistentResourceAsync(GetPersistentResourceRequest, CallSettings)
public override Task<PersistentResource> GetPersistentResourceAsync(GetPersistentResourceRequest request, CallSettings callSettings = null)
Gets a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
GetPersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskPersistentResource |
A Task containing the RPC response. |
ListPersistentResources(ListPersistentResourcesRequest, CallSettings)
public override PagedEnumerable<ListPersistentResourcesResponse, PersistentResource> ListPersistentResources(ListPersistentResourcesRequest request, CallSettings callSettings = null)
Lists PersistentResources in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListPersistentResourcesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListPersistentResourcesResponsePersistentResource |
A pageable sequence of PersistentResource resources. |
ListPersistentResourcesAsync(ListPersistentResourcesRequest, CallSettings)
public override PagedAsyncEnumerable<ListPersistentResourcesResponse, PersistentResource> ListPersistentResourcesAsync(ListPersistentResourcesRequest request, CallSettings callSettings = null)
Lists PersistentResources in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListPersistentResourcesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListPersistentResourcesResponsePersistentResource |
A pageable asynchronous sequence of PersistentResource resources. |
RebootPersistentResource(RebootPersistentResourceRequest, CallSettings)
public override Operation<PersistentResource, RebootPersistentResourceOperationMetadata> RebootPersistentResource(RebootPersistentResourceRequest request, CallSettings callSettings = null)
Reboots a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
RebootPersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationPersistentResourceRebootPersistentResourceOperationMetadata |
The RPC response. |
RebootPersistentResourceAsync(RebootPersistentResourceRequest, CallSettings)
public override Task<Operation<PersistentResource, RebootPersistentResourceOperationMetadata>> RebootPersistentResourceAsync(RebootPersistentResourceRequest request, CallSettings callSettings = null)
Reboots a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
RebootPersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationPersistentResourceRebootPersistentResourceOperationMetadata |
A Task containing the RPC response. |
UpdatePersistentResource(UpdatePersistentResourceRequest, CallSettings)
public override Operation<PersistentResource, UpdatePersistentResourceOperationMetadata> UpdatePersistentResource(UpdatePersistentResourceRequest request, CallSettings callSettings = null)
Updates a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
UpdatePersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationPersistentResourceUpdatePersistentResourceOperationMetadata |
The RPC response. |
UpdatePersistentResourceAsync(UpdatePersistentResourceRequest, CallSettings)
public override Task<Operation<PersistentResource, UpdatePersistentResourceOperationMetadata>> UpdatePersistentResourceAsync(UpdatePersistentResourceRequest request, CallSettings callSettings = null)
Updates a PersistentResource.
Parameters | |
---|---|
Name | Description |
request |
UpdatePersistentResourceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationPersistentResourceUpdatePersistentResourceOperationMetadata |
A Task containing the RPC response. |