Classes
ParallelstoreClient
Service describing handlers for resources Configures and manages parallelstore resources.
ParallelstoreConnection
The ParallelstoreConnection
object for ParallelstoreClient
.
ParallelstoreConnectionIdempotencyPolicy
ParallelstoreLimitedErrorCountRetryPolicy
A retry policy for ParallelstoreConnection
based on counting errors.
ParallelstoreLimitedTimeRetryPolicy
A retry policy for ParallelstoreConnection
based on elapsed time.
ParallelstoreRetryPolicy
The retry policy for ParallelstoreConnection
.
Structs
ParallelstoreBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ParallelstoreConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ParallelstorePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
ParallelstoreRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeParallelstoreConnection(Options)
A factory function to construct an object of type ParallelstoreConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ParallelstoreClient.
The optional options
argument may be used to configure aspects of the returned ParallelstoreConnection
. 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< ParallelstoreConnection > |
MakeDefaultParallelstoreConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ParallelstoreConnectionIdempotencyPolicy > |