Namespace google::cloud::compute_region_notification_endpoints_v1 (2.17.0)

Classes

RegionNotificationEndpointsClient

Service for the regionNotificationEndpoints resource.

RegionNotificationEndpointsConnection

The RegionNotificationEndpointsConnection object for RegionNotificationEndpointsClient.

RegionNotificationEndpointsConnectionIdempotencyPolicy

RegionNotificationEndpointsLimitedErrorCountRetryPolicy

A retry policy for RegionNotificationEndpointsConnection based on counting errors.

RegionNotificationEndpointsLimitedTimeRetryPolicy

A retry policy for RegionNotificationEndpointsConnection based on elapsed time.

RegionNotificationEndpointsRetryPolicy

The retry policy for RegionNotificationEndpointsConnection.

Structs

RegionNotificationEndpointsBackoffPolicyOption

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

RegionNotificationEndpointsConnectionIdempotencyPolicyOption

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

RegionNotificationEndpointsPollingPolicyOption

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

RegionNotificationEndpointsRetryPolicyOption

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

Functions

MakeDefaultRegionNotificationEndpointsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RegionNotificationEndpointsConnectionIdempotencyPolicy >

MakeRegionNotificationEndpointsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the RegionNotificationEndpointsConnection created by this function.

Returns
Type Description
std::shared_ptr< RegionNotificationEndpointsConnection >

Type Aliases

RegionNotificationEndpointsPolicyOptionList

Alias Of: OptionList< RegionNotificationEndpointsRetryPolicyOption, RegionNotificationEndpointsBackoffPolicyOption, RegionNotificationEndpointsPollingPolicyOption, RegionNotificationEndpointsConnectionIdempotencyPolicyOption >

The options applicable to RegionNotificationEndpoints.