Namespace google::cloud::compute_rollout_plans_v1 (3.9.0-rc)

Classes

RolloutPlansClient

Service for the rolloutPlans resource.

RolloutPlansConnection

The RolloutPlansConnection object for RolloutPlansClient.

RolloutPlansConnectionIdempotencyPolicy

RolloutPlansLimitedErrorCountRetryPolicy

A retry policy for RolloutPlansConnection based on counting errors.

RolloutPlansLimitedTimeRetryPolicy

A retry policy for RolloutPlansConnection based on elapsed time.

RolloutPlansRetryPolicy

The retry policy for RolloutPlansConnection.

Structs

RolloutPlansBackoffPolicyOption

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

RolloutPlansConnectionIdempotencyPolicyOption

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

RolloutPlansPollingPolicyOption

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

RolloutPlansRetryPolicyOption

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

Functions

MakeDefaultRolloutPlansConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RolloutPlansConnectionIdempotencyPolicy >

MakeRolloutPlansConnectionRest(Options)

A factory function to construct an object of type RolloutPlansConnection that uses REST over HTTP as transport in lieu of gRPC.

REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.

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

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

Parameter
Name Description
options Options

(optional) Configure the RolloutPlansConnection created by this function.

Returns
Type Description
std::shared_ptr< RolloutPlansConnection >