Namespace google::cloud::compute_interconnect_locations_v1 (2.16.0)

Classes

InterconnectLocationsClient

Service for the interconnectLocations resource.

InterconnectLocationsConnection

The InterconnectLocationsConnection object for InterconnectLocationsClient.

InterconnectLocationsConnectionIdempotencyPolicy

InterconnectLocationsLimitedErrorCountRetryPolicy

A retry policy for InterconnectLocationsConnection based on counting errors.

InterconnectLocationsLimitedTimeRetryPolicy

A retry policy for InterconnectLocationsConnection based on elapsed time.

InterconnectLocationsRetryPolicy

The retry policy for InterconnectLocationsConnection.

Structs

InterconnectLocationsBackoffPolicyOption

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

InterconnectLocationsConnectionIdempotencyPolicyOption

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

InterconnectLocationsRetryPolicyOption

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

Functions

MakeDefaultInterconnectLocationsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InterconnectLocationsConnectionIdempotencyPolicy >

MakeInterconnectLocationsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the InterconnectLocationsConnection created by this function.

Returns
Type Description
std::shared_ptr< InterconnectLocationsConnection >

Type Aliases

InterconnectLocationsPolicyOptionList

Alias Of: OptionList< InterconnectLocationsRetryPolicyOption, InterconnectLocationsBackoffPolicyOption, InterconnectLocationsConnectionIdempotencyPolicyOption >

The options applicable to InterconnectLocations.