Namespace google::cloud::compute_node_templates_v1 (2.16.0)

Classes

NodeTemplatesClient

Service for the nodeTemplates resource.

NodeTemplatesConnection

The NodeTemplatesConnection object for NodeTemplatesClient.

NodeTemplatesConnectionIdempotencyPolicy

NodeTemplatesLimitedErrorCountRetryPolicy

A retry policy for NodeTemplatesConnection based on counting errors.

NodeTemplatesLimitedTimeRetryPolicy

A retry policy for NodeTemplatesConnection based on elapsed time.

NodeTemplatesRetryPolicy

The retry policy for NodeTemplatesConnection.

Structs

NodeTemplatesBackoffPolicyOption

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

NodeTemplatesConnectionIdempotencyPolicyOption

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

NodeTemplatesPollingPolicyOption

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

NodeTemplatesRetryPolicyOption

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

Functions

MakeDefaultNodeTemplatesConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< NodeTemplatesConnectionIdempotencyPolicy >

MakeNodeTemplatesConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the NodeTemplatesConnection created by this function.

Returns
Type Description
std::shared_ptr< NodeTemplatesConnection >

Type Aliases

NodeTemplatesPolicyOptionList

Alias Of: OptionList< NodeTemplatesRetryPolicyOption, NodeTemplatesBackoffPolicyOption, NodeTemplatesPollingPolicyOption, NodeTemplatesConnectionIdempotencyPolicyOption >

The options applicable to NodeTemplates.