Namespace google::cloud::compute_global_public_delegated_prefixes_v1 (2.23.0-rc)

Classes

GlobalPublicDelegatedPrefixesClient

Service for the globalPublicDelegatedPrefixes resource.

GlobalPublicDelegatedPrefixesConnection

The GlobalPublicDelegatedPrefixesConnection object for GlobalPublicDelegatedPrefixesClient.

GlobalPublicDelegatedPrefixesConnectionIdempotencyPolicy

GlobalPublicDelegatedPrefixesLimitedErrorCountRetryPolicy

A retry policy for GlobalPublicDelegatedPrefixesConnection based on counting errors.

GlobalPublicDelegatedPrefixesLimitedTimeRetryPolicy

A retry policy for GlobalPublicDelegatedPrefixesConnection based on elapsed time.

GlobalPublicDelegatedPrefixesRetryPolicy

The retry policy for GlobalPublicDelegatedPrefixesConnection.

Structs

GlobalPublicDelegatedPrefixesBackoffPolicyOption

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

GlobalPublicDelegatedPrefixesConnectionIdempotencyPolicyOption

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

GlobalPublicDelegatedPrefixesPollingPolicyOption

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

GlobalPublicDelegatedPrefixesRetryPolicyOption

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

Functions

MakeDefaultGlobalPublicDelegatedPrefixesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< GlobalPublicDelegatedPrefixesConnectionIdempotencyPolicy >

MakeGlobalPublicDelegatedPrefixesConnectionRest(Options)

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

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

Parameter
NameDescription
options

(optional) Configure the GlobalPublicDelegatedPrefixesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< GlobalPublicDelegatedPrefixesConnection >

Type Aliases

GlobalPublicDelegatedPrefixesPolicyOptionList

Alias Of: OptionList< GlobalPublicDelegatedPrefixesRetryPolicyOption, GlobalPublicDelegatedPrefixesBackoffPolicyOption, GlobalPublicDelegatedPrefixesPollingPolicyOption, GlobalPublicDelegatedPrefixesConnectionIdempotencyPolicyOption >

The options applicable to GlobalPublicDelegatedPrefixes.