Namespace google::cloud::eventarc_publishing_v1 (2.23.0-rc)

Classes

PublisherClient

Eventarc processes events generated by an event provider and delivers them to a subscriber.

PublisherConnection

The PublisherConnection object for PublisherClient.

PublisherConnectionIdempotencyPolicy

PublisherLimitedErrorCountRetryPolicy

A retry policy for PublisherConnection based on counting errors.

PublisherLimitedTimeRetryPolicy

A retry policy for PublisherConnection based on elapsed time.

PublisherRetryPolicy

The retry policy for PublisherConnection.

Structs

PublisherBackoffPolicyOption

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

PublisherConnectionIdempotencyPolicyOption

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

PublisherRetryPolicyOption

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

Functions

MakePublisherConnection(Options)

A factory function to construct an object of type PublisherConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the PublisherConnection created by this function.

Returns
TypeDescription
std::shared_ptr< PublisherConnection >

MakeDefaultPublisherConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< PublisherConnectionIdempotencyPolicy >

Type Aliases

PublisherPolicyOptionList

Alias Of: OptionList< PublisherRetryPolicyOption, PublisherBackoffPolicyOption, PublisherConnectionIdempotencyPolicyOption >

The options applicable to Publisher.