Namespace google::cloud::compute_region_disks_v1 (2.18.0)

Classes

RegionDisksClient

Service for the regionDisks resource.

RegionDisksConnection

The RegionDisksConnection object for RegionDisksClient.

RegionDisksConnectionIdempotencyPolicy

RegionDisksLimitedErrorCountRetryPolicy

A retry policy for RegionDisksConnection based on counting errors.

RegionDisksLimitedTimeRetryPolicy

A retry policy for RegionDisksConnection based on elapsed time.

RegionDisksRetryPolicy

The retry policy for RegionDisksConnection.

Structs

RegionDisksBackoffPolicyOption

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

RegionDisksConnectionIdempotencyPolicyOption

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

RegionDisksPollingPolicyOption

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

RegionDisksRetryPolicyOption

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

Functions

MakeDefaultRegionDisksConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RegionDisksConnectionIdempotencyPolicy >

MakeRegionDisksConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the RegionDisksConnection created by this function.

Returns
Type Description
std::shared_ptr< RegionDisksConnection >

Type Aliases

RegionDisksPolicyOptionList

Alias Of: OptionList< RegionDisksRetryPolicyOption, RegionDisksBackoffPolicyOption, RegionDisksPollingPolicyOption, RegionDisksConnectionIdempotencyPolicyOption >

The options applicable to RegionDisks.