Namespace google::cloud::compute_network_endpoint_groups_v1 (2.21.0)

Classes

NetworkEndpointGroupsClient

Service for the networkEndpointGroups resource.

NetworkEndpointGroupsConnection

The NetworkEndpointGroupsConnection object for NetworkEndpointGroupsClient.

NetworkEndpointGroupsConnectionIdempotencyPolicy

NetworkEndpointGroupsLimitedErrorCountRetryPolicy

A retry policy for NetworkEndpointGroupsConnection based on counting errors.

NetworkEndpointGroupsLimitedTimeRetryPolicy

A retry policy for NetworkEndpointGroupsConnection based on elapsed time.

NetworkEndpointGroupsRetryPolicy

The retry policy for NetworkEndpointGroupsConnection.

Structs

NetworkEndpointGroupsBackoffPolicyOption

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

NetworkEndpointGroupsConnectionIdempotencyPolicyOption

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

NetworkEndpointGroupsPollingPolicyOption

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

NetworkEndpointGroupsRetryPolicyOption

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

Functions

MakeDefaultNetworkEndpointGroupsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< NetworkEndpointGroupsConnectionIdempotencyPolicy >

MakeNetworkEndpointGroupsConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the NetworkEndpointGroupsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< NetworkEndpointGroupsConnection >

Type Aliases

NetworkEndpointGroupsPolicyOptionList

Alias Of: OptionList< NetworkEndpointGroupsRetryPolicyOption, NetworkEndpointGroupsBackoffPolicyOption, NetworkEndpointGroupsPollingPolicyOption, NetworkEndpointGroupsConnectionIdempotencyPolicyOption >

The options applicable to NetworkEndpointGroups.