Namespace google::cloud::composer_v1 (2.19.0)

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:

Parameter
NameDescription
options

(optional) Configure the EnvironmentsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< EnvironmentsConnection >

MakeDefaultEnvironmentsConnectionIdempotencyPolicy()

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

(optional) Configure the ImageVersionsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< ImageVersionsConnection >

MakeDefaultImageVersionsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< ImageVersionsConnectionIdempotencyPolicy >

Type Aliases

EnvironmentsPolicyOptionList

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

The options applicable to Environments.

ImageVersionsPolicyOptionList

Alias Of: OptionList< ImageVersionsRetryPolicyOption, ImageVersionsBackoffPolicyOption, ImageVersionsConnectionIdempotencyPolicyOption >

The options applicable to ImageVersions.