Class GlobalOperations.GlobalOperationsClient (1.3.0)

public class GlobalOperationsClient : ClientBase<GlobalOperations.GlobalOperationsClient>

Client for GlobalOperations

Inheritance

Object > ClientBase > ClientBase<GlobalOperations.GlobalOperationsClient> > GlobalOperations.GlobalOperationsClient

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GlobalOperationsClient()

protected GlobalOperationsClient()

Protected parameterless constructor to allow creation of test doubles.

GlobalOperationsClient(CallInvoker)

public GlobalOperationsClient(CallInvoker callInvoker)

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

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

GlobalOperationsClient(ChannelBase)

public GlobalOperationsClient(ChannelBase channel)

Creates a new client for GlobalOperations

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

GlobalOperationsClient(ClientBase.ClientBaseConfiguration)

protected GlobalOperationsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration

The client configuration.

Methods

AggregatedList(AggregatedListGlobalOperationsRequest, CallOptions)

public virtual OperationAggregatedList AggregatedList(AggregatedListGlobalOperationsRequest request, CallOptions options)

Retrieves an aggregated list of all operations.

Parameters
NameDescription
requestAggregatedListGlobalOperationsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
OperationAggregatedList

The response received from the server.

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

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

Retrieves an aggregated list of all operations.

Parameters
NameDescription
requestAggregatedListGlobalOperationsRequest

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
OperationAggregatedList

The response received from the server.

AggregatedListAsync(AggregatedListGlobalOperationsRequest, CallOptions)

public virtual AsyncUnaryCall<OperationAggregatedList> AggregatedListAsync(AggregatedListGlobalOperationsRequest request, CallOptions options)

Retrieves an aggregated list of all operations.

Parameters
NameDescription
requestAggregatedListGlobalOperationsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<OperationAggregatedList>

The call object.

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

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

Retrieves an aggregated list of all operations.

Parameters
NameDescription
requestAggregatedListGlobalOperationsRequest

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<OperationAggregatedList>

The call object.

Delete(DeleteGlobalOperationRequest, CallOptions)

public virtual DeleteGlobalOperationResponse Delete(DeleteGlobalOperationRequest request, CallOptions options)

Deletes the specified Operations resource.

Parameters
NameDescription
requestDeleteGlobalOperationRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
DeleteGlobalOperationResponse

The response received from the server.

Delete(DeleteGlobalOperationRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual DeleteGlobalOperationResponse Delete(DeleteGlobalOperationRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Deletes the specified Operations resource.

Parameters
NameDescription
requestDeleteGlobalOperationRequest

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
DeleteGlobalOperationResponse

The response received from the server.

DeleteAsync(DeleteGlobalOperationRequest, CallOptions)

public virtual AsyncUnaryCall<DeleteGlobalOperationResponse> DeleteAsync(DeleteGlobalOperationRequest request, CallOptions options)

Deletes the specified Operations resource.

Parameters
NameDescription
requestDeleteGlobalOperationRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<DeleteGlobalOperationResponse>

The call object.

DeleteAsync(DeleteGlobalOperationRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<DeleteGlobalOperationResponse> DeleteAsync(DeleteGlobalOperationRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Deletes the specified Operations resource.

Parameters
NameDescription
requestDeleteGlobalOperationRequest

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<DeleteGlobalOperationResponse>

The call object.

Get(GetGlobalOperationRequest, CallOptions)

public virtual Operation Get(GetGlobalOperationRequest request, CallOptions options)

Retrieves the specified Operations resource.

Parameters
NameDescription
requestGetGlobalOperationRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

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

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

Retrieves the specified Operations resource.

Parameters
NameDescription
requestGetGlobalOperationRequest

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
Operation

The response received from the server.

GetAsync(GetGlobalOperationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> GetAsync(GetGlobalOperationRequest request, CallOptions options)

Retrieves the specified Operations resource.

Parameters
NameDescription
requestGetGlobalOperationRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

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

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

Retrieves the specified Operations resource.

Parameters
NameDescription
requestGetGlobalOperationRequest

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<Operation>

The call object.

List(ListGlobalOperationsRequest, CallOptions)

public virtual OperationList List(ListGlobalOperationsRequest request, CallOptions options)

Retrieves a list of Operation resources contained within the specified project.

Parameters
NameDescription
requestListGlobalOperationsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
OperationList

The response received from the server.

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

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

Retrieves a list of Operation resources contained within the specified project.

Parameters
NameDescription
requestListGlobalOperationsRequest

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
OperationList

The response received from the server.

ListAsync(ListGlobalOperationsRequest, CallOptions)

public virtual AsyncUnaryCall<OperationList> ListAsync(ListGlobalOperationsRequest request, CallOptions options)

Retrieves a list of Operation resources contained within the specified project.

Parameters
NameDescription
requestListGlobalOperationsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<OperationList>

The call object.

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

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

Retrieves a list of Operation resources contained within the specified project.

Parameters
NameDescription
requestListGlobalOperationsRequest

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<OperationList>

The call object.

NewInstance(ClientBase.ClientBaseConfiguration)

protected override GlobalOperations.GlobalOperationsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

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

Wait(WaitGlobalOperationRequest, CallOptions)

public virtual Operation Wait(WaitGlobalOperationRequest request, CallOptions options)

Waits for the specified Operation resource to return as DONE or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the GET method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be DONE or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not DONE.

Parameters
NameDescription
requestWaitGlobalOperationRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

Wait(WaitGlobalOperationRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation Wait(WaitGlobalOperationRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Waits for the specified Operation resource to return as DONE or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the GET method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be DONE or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not DONE.

Parameters
NameDescription
requestWaitGlobalOperationRequest

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
Operation

The response received from the server.

WaitAsync(WaitGlobalOperationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> WaitAsync(WaitGlobalOperationRequest request, CallOptions options)

Waits for the specified Operation resource to return as DONE or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the GET method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be DONE or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not DONE.

Parameters
NameDescription
requestWaitGlobalOperationRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

WaitAsync(WaitGlobalOperationRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> WaitAsync(WaitGlobalOperationRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Waits for the specified Operation resource to return as DONE or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the GET method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be DONE or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not DONE.

Parameters
NameDescription
requestWaitGlobalOperationRequest

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<Operation>

The call object.