Classes
EnvironmentsClient
Managed Apache Airflow Environments.
EnvironmentsConnection
The EnvironmentsConnection
object for EnvironmentsClient
.
EnvironmentsConnectionIdempotencyPolicy
EnvironmentsLimitedErrorCountRetryPolicy
A retry policy for EnvironmentsConnection
based on counting errors.
EnvironmentsLimitedTimeRetryPolicy
A retry policy for EnvironmentsConnection
based on elapsed time.
EnvironmentsRetryPolicy
The retry policy for EnvironmentsConnection
.
ImageVersionsClient
Readonly service to query available ImageVersions.
ImageVersionsConnection
The ImageVersionsConnection
object for ImageVersionsClient
.
ImageVersionsConnectionIdempotencyPolicy
ImageVersionsLimitedErrorCountRetryPolicy
A retry policy for ImageVersionsConnection
based on counting errors.
ImageVersionsLimitedTimeRetryPolicy
A retry policy for ImageVersionsConnection
based on elapsed time.
ImageVersionsRetryPolicy
The retry policy for ImageVersionsConnection
.
Structs
EnvironmentsBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
EnvironmentsConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
EnvironmentsPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
EnvironmentsRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
ImageVersionsBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ImageVersionsConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ImageVersionsRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeEnvironmentsConnection(Options)
A factory function to construct an object of type EnvironmentsConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of EnvironmentsClient .
The optional options
argument may be used to configure aspects of the returned EnvironmentsConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< EnvironmentsConnection >
MakeDefaultEnvironmentsConnectionIdempotencyPolicy()
std::unique_ptr< EnvironmentsConnectionIdempotencyPolicy >
MakeImageVersionsConnection(Options)
A factory function to construct an object of type ImageVersionsConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ImageVersionsClient .
The optional options
argument may be used to configure aspects of the returned ImageVersionsConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< ImageVersionsConnection >
MakeDefaultImageVersionsConnectionIdempotencyPolicy()
std::unique_ptr< ImageVersionsConnectionIdempotencyPolicy >