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
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 > |
|
Type Aliases
HubServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< networkconnectivity_v1_internal::HubServiceRetryTraits >
HubServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< networkconnectivity_v1_internal::HubServiceRetryTraits >
HubServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< networkconnectivity_v1_internal::HubServiceRetryTraits >
HubServicePolicyOptionList
OptionList< HubServiceRetryPolicyOption, HubServiceBackoffPolicyOption, HubServicePollingPolicyOption, HubServiceConnectionIdempotencyPolicyOption >
The options applicable to HubService.