Namespace google::cloud::compute_interconnect_remote_locations_v1 (2.18.0)

Classes

InterconnectRemoteLocationsClient

Service for the interconnectRemoteLocations resource.

InterconnectRemoteLocationsConnection

The InterconnectRemoteLocationsConnection object for InterconnectRemoteLocationsClient.

InterconnectRemoteLocationsConnectionIdempotencyPolicy

InterconnectRemoteLocationsLimitedErrorCountRetryPolicy

A retry policy for InterconnectRemoteLocationsConnection based on counting errors.

InterconnectRemoteLocationsLimitedTimeRetryPolicy

A retry policy for InterconnectRemoteLocationsConnection based on elapsed time.

InterconnectRemoteLocationsRetryPolicy

The retry policy for InterconnectRemoteLocationsConnection.

Structs

InterconnectRemoteLocationsBackoffPolicyOption

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

InterconnectRemoteLocationsConnectionIdempotencyPolicyOption

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

InterconnectRemoteLocationsRetryPolicyOption

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

Functions

MakeDefaultInterconnectRemoteLocationsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InterconnectRemoteLocationsConnectionIdempotencyPolicy >

MakeInterconnectRemoteLocationsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the InterconnectRemoteLocationsConnection created by this function.

Returns
Type Description
std::shared_ptr< InterconnectRemoteLocationsConnection >

Type Aliases

InterconnectRemoteLocationsPolicyOptionList

Alias Of: OptionList< InterconnectRemoteLocationsRetryPolicyOption, InterconnectRemoteLocationsBackoffPolicyOption, InterconnectRemoteLocationsConnectionIdempotencyPolicyOption >

The options applicable to InterconnectRemoteLocations.