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

Classes

RegionSnapshotSettingsClient

Service for the regionSnapshotSettings resource.

RegionSnapshotSettingsConnection

The RegionSnapshotSettingsConnection object for RegionSnapshotSettingsClient.

RegionSnapshotSettingsConnectionIdempotencyPolicy

RegionSnapshotSettingsLimitedErrorCountRetryPolicy

A retry policy for RegionSnapshotSettingsConnection based on counting errors.

RegionSnapshotSettingsLimitedTimeRetryPolicy

A retry policy for RegionSnapshotSettingsConnection based on elapsed time.

RegionSnapshotSettingsRetryPolicy

The retry policy for RegionSnapshotSettingsConnection.

Structs

RegionSnapshotSettingsBackoffPolicyOption

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

RegionSnapshotSettingsConnectionIdempotencyPolicyOption

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

RegionSnapshotSettingsPollingPolicyOption

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

RegionSnapshotSettingsRetryPolicyOption

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

Functions

MakeDefaultRegionSnapshotSettingsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RegionSnapshotSettingsConnectionIdempotencyPolicy >

MakeRegionSnapshotSettingsConnectionRest(Options)

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

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

Parameter
Name Description
options Options

(optional) Configure the RegionSnapshotSettingsConnection created by this function.

Returns
Type Description
std::shared_ptr< RegionSnapshotSettingsConnection >