- 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 SpecialistPoolServiceClient : ClientBase<SpecialistPoolService.SpecialistPoolServiceClient>
Reference documentation and code samples for the Cloud AI Platform v1 API class SpecialistPoolService.SpecialistPoolServiceClient.
Client for SpecialistPoolService
Inheritance
Object > ClientBase > ClientBase<SpecialistPoolService.SpecialistPoolServiceClient> > SpecialistPoolService.SpecialistPoolServiceClientNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
SpecialistPoolServiceClient()
protected SpecialistPoolServiceClient()
Protected parameterless constructor to allow creation of test doubles.
SpecialistPoolServiceClient(CallInvoker)
public SpecialistPoolServiceClient(CallInvoker callInvoker)
Creates a new client for SpecialistPoolService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
SpecialistPoolServiceClient(ChannelBase)
public SpecialistPoolServiceClient(ChannelBase channel)
Creates a new client for SpecialistPoolService
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
SpecialistPoolServiceClient(ClientBase.ClientBaseConfiguration)
protected SpecialistPoolServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration 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 |
IAMPolicy.IAMPolicyClient | 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 |
Locations.LocationsClient | 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 |
Operations.OperationsClient | A new Operations client for the same target as this client. |
CreateSpecialistPool(CreateSpecialistPoolRequest, CallOptions)
public virtual Operation CreateSpecialistPool(CreateSpecialistPoolRequest request, CallOptions options)
Creates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | CreateSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
CreateSpecialistPool(CreateSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateSpecialistPool(CreateSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | CreateSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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. |
CreateSpecialistPoolAsync(CreateSpecialistPoolRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateSpecialistPoolAsync(CreateSpecialistPoolRequest request, CallOptions options)
Creates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | CreateSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateSpecialistPoolAsync(CreateSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateSpecialistPoolAsync(CreateSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | CreateSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<Operation> | The call object. |
DeleteSpecialistPool(DeleteSpecialistPoolRequest, CallOptions)
public virtual Operation DeleteSpecialistPool(DeleteSpecialistPoolRequest request, CallOptions options)
Deletes a SpecialistPool as well as all Specialists in the pool.
Parameters | |
---|---|
Name | Description |
request | DeleteSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteSpecialistPool(DeleteSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteSpecialistPool(DeleteSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a SpecialistPool as well as all Specialists in the pool.
Parameters | |
---|---|
Name | Description |
request | DeleteSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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. |
DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest request, CallOptions options)
Deletes a SpecialistPool as well as all Specialists in the pool.
Parameters | |
---|---|
Name | Description |
request | DeleteSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a SpecialistPool as well as all Specialists in the pool.
Parameters | |
---|---|
Name | Description |
request | DeleteSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<Operation> | The call object. |
GetSpecialistPool(GetSpecialistPoolRequest, CallOptions)
public virtual SpecialistPool GetSpecialistPool(GetSpecialistPoolRequest request, CallOptions options)
Gets a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | GetSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
SpecialistPool | The response received from the server. |
GetSpecialistPool(GetSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual SpecialistPool GetSpecialistPool(GetSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | GetSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
SpecialistPool | The response received from the server. |
GetSpecialistPoolAsync(GetSpecialistPoolRequest, CallOptions)
public virtual AsyncUnaryCall<SpecialistPool> GetSpecialistPoolAsync(GetSpecialistPoolRequest request, CallOptions options)
Gets a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | GetSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<SpecialistPool> | The call object. |
GetSpecialistPoolAsync(GetSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<SpecialistPool> GetSpecialistPoolAsync(GetSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | GetSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<SpecialistPool> | The call object. |
ListSpecialistPools(ListSpecialistPoolsRequest, CallOptions)
public virtual ListSpecialistPoolsResponse ListSpecialistPools(ListSpecialistPoolsRequest request, CallOptions options)
Lists SpecialistPools in a Location.
Parameters | |
---|---|
Name | Description |
request | ListSpecialistPoolsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListSpecialistPoolsResponse | The response received from the server. |
ListSpecialistPools(ListSpecialistPoolsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListSpecialistPoolsResponse ListSpecialistPools(ListSpecialistPoolsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Lists SpecialistPools in a Location.
Parameters | |
---|---|
Name | Description |
request | ListSpecialistPoolsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
ListSpecialistPoolsResponse | The response received from the server. |
ListSpecialistPoolsAsync(ListSpecialistPoolsRequest, CallOptions)
public virtual AsyncUnaryCall<ListSpecialistPoolsResponse> ListSpecialistPoolsAsync(ListSpecialistPoolsRequest request, CallOptions options)
Lists SpecialistPools in a Location.
Parameters | |
---|---|
Name | Description |
request | ListSpecialistPoolsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListSpecialistPoolsResponse> | The call object. |
ListSpecialistPoolsAsync(ListSpecialistPoolsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListSpecialistPoolsResponse> ListSpecialistPoolsAsync(ListSpecialistPoolsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Lists SpecialistPools in a Location.
Parameters | |
---|---|
Name | Description |
request | ListSpecialistPoolsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<ListSpecialistPoolsResponse> | The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override SpecialistPoolService.SpecialistPoolServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
SpecialistPoolService.SpecialistPoolServiceClient |
UpdateSpecialistPool(UpdateSpecialistPoolRequest, CallOptions)
public virtual Operation UpdateSpecialistPool(UpdateSpecialistPoolRequest request, CallOptions options)
Updates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | UpdateSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
UpdateSpecialistPool(UpdateSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation UpdateSpecialistPool(UpdateSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Updates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | UpdateSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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. |
UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest request, CallOptions options)
Updates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | UpdateSpecialistPoolRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Updates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | UpdateSpecialistPoolRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<Operation> | The call object. |