Namespace google::cloud::compute_global_network_endpoint_groups_v1 (2.26.0-rc)

Classes

GlobalNetworkEndpointGroupsClient

Service for the globalNetworkEndpointGroups resource.

GlobalNetworkEndpointGroupsConnection

The GlobalNetworkEndpointGroupsConnection object for GlobalNetworkEndpointGroupsClient.

GlobalNetworkEndpointGroupsConnectionIdempotencyPolicy

GlobalNetworkEndpointGroupsLimitedErrorCountRetryPolicy

A retry policy for GlobalNetworkEndpointGroupsConnection based on counting errors.

GlobalNetworkEndpointGroupsLimitedTimeRetryPolicy

A retry policy for GlobalNetworkEndpointGroupsConnection based on elapsed time.

GlobalNetworkEndpointGroupsRetryPolicy

The retry policy for GlobalNetworkEndpointGroupsConnection.

Structs

GlobalNetworkEndpointGroupsBackoffPolicyOption

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

GlobalNetworkEndpointGroupsConnectionIdempotencyPolicyOption

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

GlobalNetworkEndpointGroupsPollingPolicyOption

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

GlobalNetworkEndpointGroupsRetryPolicyOption

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

Functions

MakeDefaultGlobalNetworkEndpointGroupsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< GlobalNetworkEndpointGroupsConnectionIdempotencyPolicy >

MakeGlobalNetworkEndpointGroupsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the GlobalNetworkEndpointGroupsConnection created by this function.

Returns
Type Description
std::shared_ptr< GlobalNetworkEndpointGroupsConnection >