Namespace google::cloud::servicedirectory_v1 (2.21.0)

Classes

LookupServiceClient

Service Directory API for looking up service data at runtime.

LookupServiceConnection

The LookupServiceConnection object for LookupServiceClient.

LookupServiceConnectionIdempotencyPolicy

LookupServiceLimitedErrorCountRetryPolicy

A retry policy for LookupServiceConnection based on counting errors.

LookupServiceLimitedTimeRetryPolicy

A retry policy for LookupServiceConnection based on elapsed time.

LookupServiceRetryPolicy

The retry policy for LookupServiceConnection.

RegistrationServiceClient

Service Directory API for registering services.

RegistrationServiceConnection

The RegistrationServiceConnection object for RegistrationServiceClient.

RegistrationServiceConnectionIdempotencyPolicy

RegistrationServiceLimitedErrorCountRetryPolicy

A retry policy for RegistrationServiceConnection based on counting errors.

RegistrationServiceLimitedTimeRetryPolicy

A retry policy for RegistrationServiceConnection based on elapsed time.

RegistrationServiceRetryPolicy

The retry policy for RegistrationServiceConnection.

Structs

LookupServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

LookupServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

LookupServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

RegistrationServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

RegistrationServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

RegistrationServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeLookupServiceConnection(Options)

A factory function to construct an object of type LookupServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LookupServiceClient.

The optional options argument may be used to configure aspects of the returned LookupServiceConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the LookupServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< LookupServiceConnection >

MakeDefaultLookupServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< LookupServiceConnectionIdempotencyPolicy >

MakeRegistrationServiceConnection(Options)

A factory function to construct an object of type RegistrationServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RegistrationServiceClient.

The optional options argument may be used to configure aspects of the returned RegistrationServiceConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the RegistrationServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< RegistrationServiceConnection >

MakeDefaultRegistrationServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< RegistrationServiceConnectionIdempotencyPolicy >

Type Aliases

LookupServicePolicyOptionList

Alias Of: OptionList< LookupServiceRetryPolicyOption, LookupServiceBackoffPolicyOption, LookupServiceConnectionIdempotencyPolicyOption >

The options applicable to LookupService.

RegistrationServicePolicyOptionList

Alias Of: OptionList< RegistrationServiceRetryPolicyOption, RegistrationServiceBackoffPolicyOption, RegistrationServiceConnectionIdempotencyPolicyOption >

The options applicable to RegistrationService.