Classes
AgentEndpointServiceClient
OS Config agent endpoint API.
AgentEndpointServiceConnection
The AgentEndpointServiceConnection
object for AgentEndpointServiceClient
.
AgentEndpointServiceConnectionIdempotencyPolicy
Structs
AgentEndpointServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
AgentEndpointServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
AgentEndpointServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeAgentEndpointServiceConnection(Options)
A factory function to construct an object of type AgentEndpointServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AgentEndpointServiceClient.
The optional options
argument may be used to configure aspects of the returned AgentEndpointServiceConnection
. 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< AgentEndpointServiceConnection > |
MakeDefaultAgentEndpointServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< AgentEndpointServiceConnectionIdempotencyPolicy > |
Type Aliases
AgentEndpointServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< osconfig_agentendpoint_v1_internal::AgentEndpointServiceRetryTraits >
AgentEndpointServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< osconfig_agentendpoint_v1_internal::AgentEndpointServiceRetryTraits >
AgentEndpointServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< osconfig_agentendpoint_v1_internal::AgentEndpointServiceRetryTraits >
AgentEndpointServicePolicyOptionList
OptionList< AgentEndpointServiceRetryPolicyOption, AgentEndpointServiceBackoffPolicyOption, AgentEndpointServiceConnectionIdempotencyPolicyOption >
The options applicable to AgentEndpointService.