Classes
NetworkServicesClient
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
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
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 > |
Type Aliases
NetworkServicesPolicyOptionList
OptionList< NetworkServicesRetryPolicyOption, NetworkServicesBackoffPolicyOption, NetworkServicesPollingPolicyOption, NetworkServicesConnectionIdempotencyPolicyOption >
The options applicable to NetworkServices.