Namespace google::cloud::composer_v1 (2.13.0)

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:

Parameter
Name Description
options

(optional) Configure the EnvironmentsConnection created by this function.

Returns
Type Description
std::shared_ptr< EnvironmentsConnection >

MakeDefaultEnvironmentsConnectionIdempotencyPolicy()

Returns
Type Description
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:

Parameter
Name Description
options

(optional) Configure the ImageVersionsConnection created by this function.

Returns
Type Description
std::shared_ptr< ImageVersionsConnection >

MakeDefaultImageVersionsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ImageVersionsConnectionIdempotencyPolicy >

Type Aliases

EnvironmentsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< composer_v1_internal::EnvironmentsRetryTraits >

EnvironmentsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< composer_v1_internal::EnvironmentsRetryTraits >

EnvironmentsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< composer_v1_internal::EnvironmentsRetryTraits >

EnvironmentsPolicyOptionList

Alias Of: OptionList< EnvironmentsRetryPolicyOption, EnvironmentsBackoffPolicyOption, EnvironmentsPollingPolicyOption, EnvironmentsConnectionIdempotencyPolicyOption >

The options applicable to Environments.

ImageVersionsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< composer_v1_internal::ImageVersionsRetryTraits >

ImageVersionsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< composer_v1_internal::ImageVersionsRetryTraits >

ImageVersionsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< composer_v1_internal::ImageVersionsRetryTraits >

ImageVersionsPolicyOptionList

Alias Of: OptionList< ImageVersionsRetryPolicyOption, ImageVersionsBackoffPolicyOption, ImageVersionsConnectionIdempotencyPolicyOption >

The options applicable to ImageVersions.