Namespace google::cloud::osconfig_agentendpoint_v1 (2.18.0)

Classes

AgentEndpointServiceClient

OS Config agent endpoint API.

AgentEndpointServiceConnection

The AgentEndpointServiceConnection object for AgentEndpointServiceClient.

AgentEndpointServiceConnectionIdempotencyPolicy

AgentEndpointServiceLimitedErrorCountRetryPolicy

A retry policy for AgentEndpointServiceConnection based on counting errors.

AgentEndpointServiceLimitedTimeRetryPolicy

A retry policy for AgentEndpointServiceConnection based on elapsed time.

AgentEndpointServiceRetryPolicy

The retry policy for AgentEndpointServiceConnection.

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 AgentEndpointServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< AgentEndpointServiceConnection >

MakeDefaultAgentEndpointServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< AgentEndpointServiceConnectionIdempotencyPolicy >

Type Aliases

AgentEndpointServicePolicyOptionList

Alias Of: OptionList< AgentEndpointServiceRetryPolicyOption, AgentEndpointServiceBackoffPolicyOption, AgentEndpointServiceConnectionIdempotencyPolicyOption >

The options applicable to AgentEndpointService.