Namespace google::cloud::eventarc_v1 (2.11.0)

Classes

EventarcClient

Eventarc allows users to subscribe to various events that are provided by Google Cloud services and forward them to supported destinations.

EventarcConnection

The EventarcConnection object for EventarcClient.

EventarcConnectionIdempotencyPolicy

Structs

EventarcBackoffPolicyOption

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

EventarcConnectionIdempotencyPolicyOption

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

EventarcPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

EventarcRetryPolicyOption

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

Functions

MakeEventarcConnection(Options)

A factory function to construct an object of type EventarcConnection.

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

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

Parameter
Name Description
options

(optional) Configure the EventarcConnection created by this function.

Returns
Type Description
std::shared_ptr< EventarcConnection >

MakeDefaultEventarcConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< EventarcConnectionIdempotencyPolicy >

Type Aliases

EventarcRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< eventarc_v1_internal::EventarcRetryTraits >

EventarcLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< eventarc_v1_internal::EventarcRetryTraits >

EventarcLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< eventarc_v1_internal::EventarcRetryTraits >

EventarcPolicyOptionList

Alias Of: OptionList< EventarcRetryPolicyOption, EventarcBackoffPolicyOption, EventarcPollingPolicyOption, EventarcConnectionIdempotencyPolicyOption >

The options applicable to Eventarc.