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

Classes

AppHubClient

The App Hub API allows you to manage App Hub resources.

AppHubConnection

The AppHubConnection object for AppHubClient.

AppHubConnectionIdempotencyPolicy

AppHubLimitedErrorCountRetryPolicy

A retry policy for AppHubConnection based on counting errors.

AppHubLimitedTimeRetryPolicy

A retry policy for AppHubConnection based on elapsed time.

AppHubRetryPolicy

The retry policy for AppHubConnection.

Structs

AppHubBackoffPolicyOption

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

AppHubConnectionIdempotencyPolicyOption

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

AppHubPollingPolicyOption

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

AppHubRetryPolicyOption

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

Functions

MakeAppHubConnection(Options)

A factory function to construct an object of type AppHubConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the AppHubConnection created by this function.

Returns
TypeDescription
std::shared_ptr< AppHubConnection >

MakeDefaultAppHubConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< AppHubConnectionIdempotencyPolicy >

Type Aliases

AppHubPolicyOptionList

Alias Of: OptionList< AppHubRetryPolicyOption, AppHubBackoffPolicyOption, AppHubPollingPolicyOption, AppHubConnectionIdempotencyPolicyOption >

The options applicable to AppHub.