Namespace google::cloud::batch_v1 (2.17.0)

Classes

BatchServiceClient

Google Batch Service.

BatchServiceConnection

The BatchServiceConnection object for BatchServiceClient.

BatchServiceConnectionIdempotencyPolicy

BatchServiceLimitedErrorCountRetryPolicy

A retry policy for BatchServiceConnection based on counting errors.

BatchServiceLimitedTimeRetryPolicy

A retry policy for BatchServiceConnection based on elapsed time.

BatchServiceRetryPolicy

The retry policy for BatchServiceConnection.

Structs

BatchServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

BatchServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

BatchServicePollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

BatchServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeBatchServiceConnection(Options)

A factory function to construct an object of type BatchServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of BatchServiceClient.

The optional options argument may be used to configure aspects of the returned BatchServiceConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the BatchServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< BatchServiceConnection >

MakeDefaultBatchServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< BatchServiceConnectionIdempotencyPolicy >

Type Aliases

BatchServicePolicyOptionList

Alias Of: OptionList< BatchServiceRetryPolicyOption, BatchServiceBackoffPolicyOption, BatchServicePollingPolicyOption, BatchServiceConnectionIdempotencyPolicyOption >

The options applicable to BatchService.