Classes
CloudBuildClient
Creates and manages builds on Google Cloud Platform.
CloudBuildConnection
The CloudBuildConnection
object for CloudBuildClient
.
CloudBuildConnectionIdempotencyPolicy
CloudBuildLimitedErrorCountRetryPolicy
A retry policy for CloudBuildConnection
based on counting errors.
CloudBuildLimitedTimeRetryPolicy
A retry policy for CloudBuildConnection
based on elapsed time.
CloudBuildRetryPolicy
The retry policy for CloudBuildConnection
.
Structs
CloudBuildBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CloudBuildConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CloudBuildPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
CloudBuildRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeCloudBuildConnection(Options)
A factory function to construct an object of type CloudBuildConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudBuildClient.
The optional options
argument may be used to configure aspects of the returned CloudBuildConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< CloudBuildConnection > |
MakeDefaultCloudBuildConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CloudBuildConnectionIdempotencyPolicy > |
Type Aliases
CloudBuildPolicyOptionList
OptionList< CloudBuildRetryPolicyOption, CloudBuildBackoffPolicyOption, CloudBuildPollingPolicyOption, CloudBuildConnectionIdempotencyPolicyOption >
The options applicable to CloudBuild.