Namespace google::cloud::advisorynotifications_v1 (2.15.1)

Classes

AdvisoryNotificationsServiceClient

Service to manage Security and Privacy Notifications.

AdvisoryNotificationsServiceConnection

The AdvisoryNotificationsServiceConnection object for AdvisoryNotificationsServiceClient.

AdvisoryNotificationsServiceConnectionIdempotencyPolicy

AdvisoryNotificationsServiceLimitedErrorCountRetryPolicy

A retry policy for AdvisoryNotificationsServiceConnection based on counting errors.

AdvisoryNotificationsServiceLimitedTimeRetryPolicy

A retry policy for AdvisoryNotificationsServiceConnection based on elapsed time.

AdvisoryNotificationsServiceRetryPolicy

The retry policy for AdvisoryNotificationsServiceConnection.

Structs

AdvisoryNotificationsServiceBackoffPolicyOption

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

AdvisoryNotificationsServiceConnectionIdempotencyPolicyOption

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

AdvisoryNotificationsServiceRetryPolicyOption

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

Functions

MakeAdvisoryNotificationsServiceConnection(Options)

A factory function to construct an object of type AdvisoryNotificationsServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the AdvisoryNotificationsServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< AdvisoryNotificationsServiceConnection >

MakeDefaultAdvisoryNotificationsServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< AdvisoryNotificationsServiceConnectionIdempotencyPolicy >

Type Aliases

AdvisoryNotificationsServicePolicyOptionList

Alias Of: OptionList< AdvisoryNotificationsServiceRetryPolicyOption, AdvisoryNotificationsServiceBackoffPolicyOption, AdvisoryNotificationsServiceConnectionIdempotencyPolicyOption >

The options applicable to AdvisoryNotificationsService.