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

Classes

NodeTypesClient

Service for the nodeTypes resource.

NodeTypesConnection

The NodeTypesConnection object for NodeTypesClient.

NodeTypesConnectionIdempotencyPolicy

NodeTypesLimitedErrorCountRetryPolicy

A retry policy for NodeTypesConnection based on counting errors.

NodeTypesLimitedTimeRetryPolicy

A retry policy for NodeTypesConnection based on elapsed time.

NodeTypesRetryPolicy

The retry policy for NodeTypesConnection.

Structs

NodeTypesBackoffPolicyOption

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

NodeTypesConnectionIdempotencyPolicyOption

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

NodeTypesRetryPolicyOption

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

Functions

MakeDefaultNodeTypesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< NodeTypesConnectionIdempotencyPolicy >

MakeNodeTypesConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the NodeTypesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< NodeTypesConnection >

Type Aliases

NodeTypesPolicyOptionList

Alias Of: OptionList< NodeTypesRetryPolicyOption, NodeTypesBackoffPolicyOption, NodeTypesConnectionIdempotencyPolicyOption >

The options applicable to NodeTypes.