Namespace google::cloud::compute_region_instant_snapshots_v1 (2.30.0-rc)

Classes

RegionInstantSnapshotsClient

Service for the regionInstantSnapshots resource.

RegionInstantSnapshotsConnection

The RegionInstantSnapshotsConnection object for RegionInstantSnapshotsClient.

RegionInstantSnapshotsConnectionIdempotencyPolicy

RegionInstantSnapshotsLimitedErrorCountRetryPolicy

A retry policy for RegionInstantSnapshotsConnection based on counting errors.

RegionInstantSnapshotsLimitedTimeRetryPolicy

A retry policy for RegionInstantSnapshotsConnection based on elapsed time.

RegionInstantSnapshotsRetryPolicy

The retry policy for RegionInstantSnapshotsConnection.

Structs

RegionInstantSnapshotsBackoffPolicyOption

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

RegionInstantSnapshotsConnectionIdempotencyPolicyOption

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

RegionInstantSnapshotsPollingPolicyOption

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

RegionInstantSnapshotsRetryPolicyOption

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

Functions

MakeDefaultRegionInstantSnapshotsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RegionInstantSnapshotsConnectionIdempotencyPolicy >

MakeRegionInstantSnapshotsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the RegionInstantSnapshotsConnection created by this function.

Returns
Type Description
std::shared_ptr< RegionInstantSnapshotsConnection >