Classes
DatastoreAdminClient
Google Cloud Datastore Admin API.
DatastoreAdminConnection
The DatastoreAdminConnection
object for DatastoreAdminClient
.
DatastoreAdminConnectionIdempotencyPolicy
DatastoreAdminLimitedErrorCountRetryPolicy
A retry policy for DatastoreAdminConnection
based on counting errors.
DatastoreAdminLimitedTimeRetryPolicy
A retry policy for DatastoreAdminConnection
based on elapsed time.
DatastoreAdminRetryPolicy
The retry policy for DatastoreAdminConnection
.
Structs
DatastoreAdminBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DatastoreAdminConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DatastoreAdminPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
DatastoreAdminRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDatastoreAdminConnection(Options)
A factory function to construct an object of type DatastoreAdminConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DatastoreAdminClient.
The optional options
argument may be used to configure aspects of the returned DatastoreAdminConnection
. 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< DatastoreAdminConnection > |
MakeDefaultDatastoreAdminConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DatastoreAdminConnectionIdempotencyPolicy > |