Namespace google::cloud::batch_v1 (2.11.0)

Classes

BatchServiceClient

Google Batch Service.

BatchServiceConnection

The BatchServiceConnection object for BatchServiceClient.

BatchServiceConnectionIdempotencyPolicy

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

BatchServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< batch_v1_internal::BatchServiceRetryTraits >

BatchServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< batch_v1_internal::BatchServiceRetryTraits >

BatchServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< batch_v1_internal::BatchServiceRetryTraits >

BatchServicePolicyOptionList

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

The options applicable to BatchService.