Classes
ApiKeysClient
Manages the API keys associated with projects.
ApiKeysConnection
The ApiKeysConnection
object for ApiKeysClient
.
ApiKeysConnectionIdempotencyPolicy
ApiKeysLimitedErrorCountRetryPolicy
A retry policy for ApiKeysConnection
based on counting errors.
ApiKeysLimitedTimeRetryPolicy
A retry policy for ApiKeysConnection
based on elapsed time.
ApiKeysRetryPolicy
The retry policy for ApiKeysConnection
.
Structs
ApiKeysBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ApiKeysConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ApiKeysPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
ApiKeysRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeApiKeysConnection(Options)
A factory function to construct an object of type ApiKeysConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ApiKeysClient.
The optional options
argument may be used to configure aspects of the returned ApiKeysConnection
. 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< ApiKeysConnection > |
MakeDefaultApiKeysConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ApiKeysConnectionIdempotencyPolicy > |