Class AcceleratorTypes.AcceleratorTypesClient (1.4.0)

public class AcceleratorTypesClient : ClientBase<AcceleratorTypes.AcceleratorTypesClient>

Client for AcceleratorTypes

Inheritance

Object > ClientBase > ClientBase<AcceleratorTypes.AcceleratorTypesClient> > AcceleratorTypes.AcceleratorTypesClient

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

AcceleratorTypesClient()

protected AcceleratorTypesClient()

Protected parameterless constructor to allow creation of test doubles.

AcceleratorTypesClient(CallInvoker)

public AcceleratorTypesClient(CallInvoker callInvoker)

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

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

AcceleratorTypesClient(ChannelBase)

public AcceleratorTypesClient(ChannelBase channel)

Creates a new client for AcceleratorTypes

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

AcceleratorTypesClient(ClientBase.ClientBaseConfiguration)

protected AcceleratorTypesClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration

The client configuration.

Methods

AggregatedList(AggregatedListAcceleratorTypesRequest, CallOptions)

public virtual AcceleratorTypeAggregatedList AggregatedList(AggregatedListAcceleratorTypesRequest request, CallOptions options)

Retrieves an aggregated list of accelerator types.

Parameters
NameDescription
requestAggregatedListAcceleratorTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AcceleratorTypeAggregatedList

The response received from the server.

AggregatedList(AggregatedListAcceleratorTypesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AcceleratorTypeAggregatedList AggregatedList(AggregatedListAcceleratorTypesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Retrieves an aggregated list of accelerator types.

Parameters
NameDescription
requestAggregatedListAcceleratorTypesRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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
AcceleratorTypeAggregatedList

The response received from the server.

AggregatedListAsync(AggregatedListAcceleratorTypesRequest, CallOptions)

public virtual AsyncUnaryCall<AcceleratorTypeAggregatedList> AggregatedListAsync(AggregatedListAcceleratorTypesRequest request, CallOptions options)

Retrieves an aggregated list of accelerator types.

Parameters
NameDescription
requestAggregatedListAcceleratorTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<AcceleratorTypeAggregatedList>

The call object.

AggregatedListAsync(AggregatedListAcceleratorTypesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<AcceleratorTypeAggregatedList> AggregatedListAsync(AggregatedListAcceleratorTypesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Retrieves an aggregated list of accelerator types.

Parameters
NameDescription
requestAggregatedListAcceleratorTypesRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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
AsyncUnaryCall<AcceleratorTypeAggregatedList>

The call object.

Get(GetAcceleratorTypeRequest, CallOptions)

public virtual AcceleratorType Get(GetAcceleratorTypeRequest request, CallOptions options)

Returns the specified accelerator type.

Parameters
NameDescription
requestGetAcceleratorTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AcceleratorType

The response received from the server.

Get(GetAcceleratorTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AcceleratorType Get(GetAcceleratorTypeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Returns the specified accelerator type.

Parameters
NameDescription
requestGetAcceleratorTypeRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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
AcceleratorType

The response received from the server.

GetAsync(GetAcceleratorTypeRequest, CallOptions)

public virtual AsyncUnaryCall<AcceleratorType> GetAsync(GetAcceleratorTypeRequest request, CallOptions options)

Returns the specified accelerator type.

Parameters
NameDescription
requestGetAcceleratorTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<AcceleratorType>

The call object.

GetAsync(GetAcceleratorTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<AcceleratorType> GetAsync(GetAcceleratorTypeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Returns the specified accelerator type.

Parameters
NameDescription
requestGetAcceleratorTypeRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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
AsyncUnaryCall<AcceleratorType>

The call object.

List(ListAcceleratorTypesRequest, CallOptions)

public virtual AcceleratorTypeList List(ListAcceleratorTypesRequest request, CallOptions options)

Retrieves a list of accelerator types that are available to the specified project.

Parameters
NameDescription
requestListAcceleratorTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AcceleratorTypeList

The response received from the server.

List(ListAcceleratorTypesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AcceleratorTypeList List(ListAcceleratorTypesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Retrieves a list of accelerator types that are available to the specified project.

Parameters
NameDescription
requestListAcceleratorTypesRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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
AcceleratorTypeList

The response received from the server.

ListAsync(ListAcceleratorTypesRequest, CallOptions)

public virtual AsyncUnaryCall<AcceleratorTypeList> ListAsync(ListAcceleratorTypesRequest request, CallOptions options)

Retrieves a list of accelerator types that are available to the specified project.

Parameters
NameDescription
requestListAcceleratorTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<AcceleratorTypeList>

The call object.

ListAsync(ListAcceleratorTypesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<AcceleratorTypeList> ListAsync(ListAcceleratorTypesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Retrieves a list of accelerator types that are available to the specified project.

Parameters
NameDescription
requestListAcceleratorTypesRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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
AsyncUnaryCall<AcceleratorTypeList>

The call object.

NewInstance(ClientBase.ClientBaseConfiguration)

protected override AcceleratorTypes.AcceleratorTypesClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration
Returns
TypeDescription
AcceleratorTypes.AcceleratorTypesClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Compute.V1.AcceleratorTypes.AcceleratorTypesClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)