Classes
NetworkServicesClient
NetworkServicesConnection
The NetworkServicesConnection
object for NetworkServicesClient
.
NetworkServicesConnectionIdempotencyPolicy
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
NetworkServicesRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< networkservices_v1_internal::NetworkServicesRetryTraits >
NetworkServicesLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< networkservices_v1_internal::NetworkServicesRetryTraits >
NetworkServicesLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< networkservices_v1_internal::NetworkServicesRetryTraits >
NetworkServicesPolicyOptionList
OptionList< NetworkServicesRetryPolicyOption, NetworkServicesBackoffPolicyOption, NetworkServicesPollingPolicyOption, NetworkServicesConnectionIdempotencyPolicyOption >
The options applicable to NetworkServices.