Namespace google::cloud::cloudbuild_v2 (2.17.0)

Classes

RepositoryManagerClient

Manages connections to source code repositories.

RepositoryManagerConnection

The RepositoryManagerConnection object for RepositoryManagerClient.

RepositoryManagerConnectionIdempotencyPolicy

RepositoryManagerLimitedErrorCountRetryPolicy

A retry policy for RepositoryManagerConnection based on counting errors.

RepositoryManagerLimitedTimeRetryPolicy

A retry policy for RepositoryManagerConnection based on elapsed time.

RepositoryManagerRetryPolicy

The retry policy for RepositoryManagerConnection.

Structs

RepositoryManagerBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

RepositoryManagerConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

RepositoryManagerPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

RepositoryManagerRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeRepositoryManagerConnection(Options)

A factory function to construct an object of type RepositoryManagerConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RepositoryManagerClient.

The optional options argument may be used to configure aspects of the returned RepositoryManagerConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the RepositoryManagerConnection created by this function.

Returns
Type Description
std::shared_ptr< RepositoryManagerConnection >

MakeDefaultRepositoryManagerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RepositoryManagerConnectionIdempotencyPolicy >

Type Aliases

RepositoryManagerPolicyOptionList

Alias Of: OptionList< RepositoryManagerRetryPolicyOption, RepositoryManagerBackoffPolicyOption, RepositoryManagerPollingPolicyOption, RepositoryManagerConnectionIdempotencyPolicyOption >

The options applicable to RepositoryManager.