Classes
EnvironmentsClient
Managed Apache Airflow Environments.
EnvironmentsConnection
The EnvironmentsConnection
object for EnvironmentsClient
.
EnvironmentsConnectionIdempotencyPolicy
ImageVersionsClient
Readonly service to query available ImageVersions.
ImageVersionsConnection
The ImageVersionsConnection
object for ImageVersionsClient
.
ImageVersionsConnectionIdempotencyPolicy
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 >
Type Aliases
EnvironmentsRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< composer_v1_internal::EnvironmentsRetryTraits >
EnvironmentsLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< composer_v1_internal::EnvironmentsRetryTraits >
EnvironmentsLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< composer_v1_internal::EnvironmentsRetryTraits >
EnvironmentsPolicyOptionList
OptionList< EnvironmentsRetryPolicyOption, EnvironmentsBackoffPolicyOption, EnvironmentsPollingPolicyOption, EnvironmentsConnectionIdempotencyPolicyOption >
The options applicable to Environments.
ImageVersionsRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< composer_v1_internal::ImageVersionsRetryTraits >
ImageVersionsLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< composer_v1_internal::ImageVersionsRetryTraits >
ImageVersionsLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< composer_v1_internal::ImageVersionsRetryTraits >
ImageVersionsPolicyOptionList
OptionList< ImageVersionsRetryPolicyOption, ImageVersionsBackoffPolicyOption, ImageVersionsConnectionIdempotencyPolicyOption >
The options applicable to ImageVersions.

