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 |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< BatchServiceConnection > |
|
MakeDefaultBatchServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< BatchServiceConnectionIdempotencyPolicy > |
|
Type Aliases
BatchServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< batch_v1_internal::BatchServiceRetryTraits >
BatchServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< batch_v1_internal::BatchServiceRetryTraits >
BatchServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< batch_v1_internal::BatchServiceRetryTraits >
BatchServicePolicyOptionList
OptionList< BatchServiceRetryPolicyOption, BatchServiceBackoffPolicyOption, BatchServicePollingPolicyOption, BatchServiceConnectionIdempotencyPolicyOption >
The options applicable to BatchService.