Namespace google::cloud::compute_region_disk_types_v1 (2.23.0-rc)

Classes

RegionDiskTypesClient

Service for the regionDiskTypes resource.

RegionDiskTypesConnection

The RegionDiskTypesConnection object for RegionDiskTypesClient.

RegionDiskTypesConnectionIdempotencyPolicy

RegionDiskTypesLimitedErrorCountRetryPolicy

A retry policy for RegionDiskTypesConnection based on counting errors.

RegionDiskTypesLimitedTimeRetryPolicy

A retry policy for RegionDiskTypesConnection based on elapsed time.

RegionDiskTypesRetryPolicy

The retry policy for RegionDiskTypesConnection.

Structs

RegionDiskTypesBackoffPolicyOption

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

RegionDiskTypesConnectionIdempotencyPolicyOption

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

RegionDiskTypesRetryPolicyOption

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

Functions

MakeDefaultRegionDiskTypesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< RegionDiskTypesConnectionIdempotencyPolicy >

MakeRegionDiskTypesConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the RegionDiskTypesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< RegionDiskTypesConnection >

Type Aliases

RegionDiskTypesPolicyOptionList

Alias Of: OptionList< RegionDiskTypesRetryPolicyOption, RegionDiskTypesBackoffPolicyOption, RegionDiskTypesConnectionIdempotencyPolicyOption >

The options applicable to RegionDiskTypes.