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

Classes

RegionSnapshotsClient

Service for the regionSnapshots resource.

RegionSnapshotsConnection

The RegionSnapshotsConnection object for RegionSnapshotsClient.

RegionSnapshotsConnectionIdempotencyPolicy

RegionSnapshotsLimitedErrorCountRetryPolicy

A retry policy for RegionSnapshotsConnection based on counting errors.

RegionSnapshotsLimitedTimeRetryPolicy

A retry policy for RegionSnapshotsConnection based on elapsed time.

RegionSnapshotsRetryPolicy

The retry policy for RegionSnapshotsConnection.

Structs

RegionSnapshotsBackoffPolicyOption

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

RegionSnapshotsConnectionIdempotencyPolicyOption

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

RegionSnapshotsPollingPolicyOption

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

RegionSnapshotsRetryPolicyOption

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

Functions

MakeDefaultRegionSnapshotsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RegionSnapshotsConnectionIdempotencyPolicy >

MakeRegionSnapshotsConnectionRest(Options)

A factory function to construct an object of type RegionSnapshotsConnection 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 RegionSnapshotsClient.

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

Parameter
Name Description
options Options

(optional) Configure the RegionSnapshotsConnection created by this function.

Returns
Type Description
std::shared_ptr< RegionSnapshotsConnection >