Namespace google::cloud::apigateway_v1 (2.13.0)

Classes

ApiGatewayServiceClient

The API Gateway Service is the interface for managing API Gateways.

ApiGatewayServiceConnection

The ApiGatewayServiceConnection object for ApiGatewayServiceClient.

ApiGatewayServiceConnectionIdempotencyPolicy

Structs

ApiGatewayServiceBackoffPolicyOption

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

ApiGatewayServiceConnectionIdempotencyPolicyOption

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

ApiGatewayServicePollingPolicyOption

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

ApiGatewayServiceRetryPolicyOption

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

Functions

MakeApiGatewayServiceConnection(Options)

A factory function to construct an object of type ApiGatewayServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ApiGatewayServiceClient.

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

Parameter
Name Description
options

(optional) Configure the ApiGatewayServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< ApiGatewayServiceConnection >

MakeDefaultApiGatewayServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ApiGatewayServiceConnectionIdempotencyPolicy >

Type Aliases

ApiGatewayServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< apigateway_v1_internal::ApiGatewayServiceRetryTraits >

ApiGatewayServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< apigateway_v1_internal::ApiGatewayServiceRetryTraits >

ApiGatewayServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< apigateway_v1_internal::ApiGatewayServiceRetryTraits >

ApiGatewayServicePolicyOptionList

Alias Of: OptionList< ApiGatewayServiceRetryPolicyOption, ApiGatewayServiceBackoffPolicyOption, ApiGatewayServicePollingPolicyOption, ApiGatewayServiceConnectionIdempotencyPolicyOption >

The options applicable to ApiGatewayService.