Classes
DataTransferServiceClient
DataTransferService is the service for the Data Transfer API.
DataTransferServiceConnection
The DataTransferServiceConnection object for DataTransferServiceClient.
DataTransferServiceConnectionIdempotencyPolicy
DataTransferServiceLimitedErrorCountRetryPolicy
A retry policy for DataTransferServiceConnection based on counting errors.
DataTransferServiceLimitedTimeRetryPolicy
A retry policy for DataTransferServiceConnection based on elapsed time.
DataTransferServiceRetryPolicy
The retry policy for DataTransferServiceConnection.
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.
PolicyBasedRoutingServiceClient
Policy-Based Routing allows GCP customers to specify flexibile routing policies for Layer 4 traffic traversing through the connected service.
PolicyBasedRoutingServiceConnection
The PolicyBasedRoutingServiceConnection object for PolicyBasedRoutingServiceClient.
PolicyBasedRoutingServiceConnectionIdempotencyPolicy
PolicyBasedRoutingServiceLimitedErrorCountRetryPolicy
A retry policy for PolicyBasedRoutingServiceConnection based on counting errors.
PolicyBasedRoutingServiceLimitedTimeRetryPolicy
A retry policy for PolicyBasedRoutingServiceConnection based on elapsed time.
PolicyBasedRoutingServiceRetryPolicy
The retry policy for PolicyBasedRoutingServiceConnection.
Structs
DataTransferServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataTransferServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataTransferServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
DataTransferServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
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.
PolicyBasedRoutingServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
PolicyBasedRoutingServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
PolicyBasedRoutingServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
PolicyBasedRoutingServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDataTransferServiceConnection(Options)
A factory function to construct an object of type DataTransferServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataTransferServiceClient.
The optional options argument may be used to configure aspects of the returned DataTransferServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DataTransferServiceConnection > |
|
MakeDefaultDataTransferServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataTransferServiceConnectionIdempotencyPolicy > |
|
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 |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< HubServiceConnection > |
|
MakeDefaultHubServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< HubServiceConnectionIdempotencyPolicy > |
|
MakePolicyBasedRoutingServiceConnection(Options)
A factory function to construct an object of type PolicyBasedRoutingServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PolicyBasedRoutingServiceClient.
The optional options argument may be used to configure aspects of the returned PolicyBasedRoutingServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< PolicyBasedRoutingServiceConnection > |
|
MakeDefaultPolicyBasedRoutingServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< PolicyBasedRoutingServiceConnectionIdempotencyPolicy > |
|