Namespace google::cloud::apikeys_v2 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the ApiKeysConnection created by this function.

Returns
TypeDescription
std::shared_ptr< ApiKeysConnection >

MakeDefaultApiKeysConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< ApiKeysConnectionIdempotencyPolicy >

Type Aliases

ApiKeysPolicyOptionList

Alias Of: OptionList< ApiKeysRetryPolicyOption, ApiKeysBackoffPolicyOption, ApiKeysPollingPolicyOption, ApiKeysConnectionIdempotencyPolicyOption >

The options applicable to ApiKeys.