Classes
HubServiceClient
Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud.
HubServiceConnection
The HubServiceConnection
object for HubServiceClient
.
HubServiceConnectionIdempotencyPolicy
HubServiceLimitedErrorCountRetryPolicy
A retry policy for HubServiceConnection
based on counting errors.
HubServiceLimitedTimeRetryPolicy
A retry policy for HubServiceConnection
based on elapsed time.
HubServiceRetryPolicy
The retry policy for HubServiceConnection
.
Structs
HubServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
HubServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
HubServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
HubServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeHubServiceConnection(Options)
A factory function to construct an object of type HubServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of HubServiceClient.
The optional options
argument may be used to configure aspects of the returned HubServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< HubServiceConnection > |
MakeDefaultHubServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< HubServiceConnectionIdempotencyPolicy > |