Classes
DepServiceClient
Service describing handlers for resources.
DepServiceConnection
The DepServiceConnection
object for DepServiceClient
.
DepServiceConnectionIdempotencyPolicy
DepServiceLimitedErrorCountRetryPolicy
A retry policy for DepServiceConnection
based on counting errors.
DepServiceLimitedTimeRetryPolicy
A retry policy for DepServiceConnection
based on elapsed time.
DepServiceRetryPolicy
The retry policy for DepServiceConnection
.
NetworkServicesClient
Service describing handlers for resources.
NetworkServicesConnection
The NetworkServicesConnection
object for NetworkServicesClient
.
NetworkServicesConnectionIdempotencyPolicy
NetworkServicesLimitedErrorCountRetryPolicy
A retry policy for NetworkServicesConnection
based on counting errors.
NetworkServicesLimitedTimeRetryPolicy
A retry policy for NetworkServicesConnection
based on elapsed time.
NetworkServicesRetryPolicy
The retry policy for NetworkServicesConnection
.
Structs
DepServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DepServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DepServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
DepServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
NetworkServicesBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
NetworkServicesConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
NetworkServicesPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
NetworkServicesRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDepServiceConnection(Options)
A factory function to construct an object of type DepServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DepServiceClient.
The optional options
argument may be used to configure aspects of the returned DepServiceConnection
. 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< DepServiceConnection > |
MakeDefaultDepServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DepServiceConnectionIdempotencyPolicy > |
MakeNetworkServicesConnection(Options)
A factory function to construct an object of type NetworkServicesConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of NetworkServicesClient.
The optional options
argument may be used to configure aspects of the returned NetworkServicesConnection
. 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< NetworkServicesConnection > |
MakeDefaultNetworkServicesConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< NetworkServicesConnectionIdempotencyPolicy > |