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 |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< RepositoryManagerConnection > |
|
MakeDefaultRepositoryManagerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< RepositoryManagerConnectionIdempotencyPolicy > |
|