Namespace google::cloud::compute_region_network_endpoint_groups_v1 (2.18.0)

Classes

RegionNetworkEndpointGroupsClient

Service for the regionNetworkEndpointGroups resource.

RegionNetworkEndpointGroupsConnection

The RegionNetworkEndpointGroupsConnection object for RegionNetworkEndpointGroupsClient.

RegionNetworkEndpointGroupsConnectionIdempotencyPolicy

RegionNetworkEndpointGroupsLimitedErrorCountRetryPolicy

A retry policy for RegionNetworkEndpointGroupsConnection based on counting errors.

RegionNetworkEndpointGroupsLimitedTimeRetryPolicy

A retry policy for RegionNetworkEndpointGroupsConnection based on elapsed time.

RegionNetworkEndpointGroupsRetryPolicy

The retry policy for RegionNetworkEndpointGroupsConnection.

Structs

RegionNetworkEndpointGroupsBackoffPolicyOption

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

RegionNetworkEndpointGroupsConnectionIdempotencyPolicyOption

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

RegionNetworkEndpointGroupsPollingPolicyOption

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

RegionNetworkEndpointGroupsRetryPolicyOption

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

Functions

MakeDefaultRegionNetworkEndpointGroupsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RegionNetworkEndpointGroupsConnectionIdempotencyPolicy >

MakeRegionNetworkEndpointGroupsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the RegionNetworkEndpointGroupsConnection created by this function.

Returns
Type Description
std::shared_ptr< RegionNetworkEndpointGroupsConnection >

Type Aliases

RegionNetworkEndpointGroupsPolicyOptionList

Alias Of: OptionList< RegionNetworkEndpointGroupsRetryPolicyOption, RegionNetworkEndpointGroupsBackoffPolicyOption, RegionNetworkEndpointGroupsPollingPolicyOption, RegionNetworkEndpointGroupsConnectionIdempotencyPolicyOption >

The options applicable to RegionNetworkEndpointGroups.