Package Classes (1.11.5)

Summary of entries of Classes for eventarc.

Classes

EventarcAsyncClient

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

EventarcClient

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

ListChannelConnectionsAsyncPager

A pager for iterating through list_channel_connections requests.

This class thinly wraps an initial ListChannelConnectionsResponse object, and provides an __aiter__ method to iterate through its channel_connections field.

If there are more pages, the __aiter__ method will make additional ListChannelConnections requests and continue to iterate through the channel_connections field on the corresponding responses.

All the usual ListChannelConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListChannelConnectionsPager

A pager for iterating through list_channel_connections requests.

This class thinly wraps an initial ListChannelConnectionsResponse object, and provides an __iter__ method to iterate through its channel_connections field.

If there are more pages, the __iter__ method will make additional ListChannelConnections requests and continue to iterate through the channel_connections field on the corresponding responses.

All the usual ListChannelConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListChannelsAsyncPager

A pager for iterating through list_channels requests.

This class thinly wraps an initial ListChannelsResponse object, and provides an __aiter__ method to iterate through its channels field.

If there are more pages, the __aiter__ method will make additional ListChannels requests and continue to iterate through the channels field on the corresponding responses.

All the usual ListChannelsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListChannelsPager

A pager for iterating through list_channels requests.

This class thinly wraps an initial ListChannelsResponse object, and provides an __iter__ method to iterate through its channels field.

If there are more pages, the __iter__ method will make additional ListChannels requests and continue to iterate through the channels field on the corresponding responses.

All the usual ListChannelsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListProvidersAsyncPager

A pager for iterating through list_providers requests.

This class thinly wraps an initial ListProvidersResponse object, and provides an __aiter__ method to iterate through its providers field.

If there are more pages, the __aiter__ method will make additional ListProviders requests and continue to iterate through the providers field on the corresponding responses.

All the usual ListProvidersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListProvidersPager

A pager for iterating through list_providers requests.

This class thinly wraps an initial ListProvidersResponse object, and provides an __iter__ method to iterate through its providers field.

If there are more pages, the __iter__ method will make additional ListProviders requests and continue to iterate through the providers field on the corresponding responses.

All the usual ListProvidersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListTriggersAsyncPager

A pager for iterating through list_triggers requests.

This class thinly wraps an initial ListTriggersResponse object, and provides an __aiter__ method to iterate through its triggers field.

If there are more pages, the __aiter__ method will make additional ListTriggers requests and continue to iterate through the triggers field on the corresponding responses.

All the usual ListTriggersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListTriggersPager

A pager for iterating through list_triggers requests.

This class thinly wraps an initial ListTriggersResponse object, and provides an __iter__ method to iterate through its triggers field.

If there are more pages, the __iter__ method will make additional ListTriggers requests and continue to iterate through the triggers field on the corresponding responses.

All the usual ListTriggersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

Channel

A representation of the Channel resource. A Channel is a resource on which event providers publish their events. The published events are delivered through the transport associated with the channel. Note that a channel is associated with exactly one event provider.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

State

State lists all the possible states of a Channel

    1. The SaaS provider disconnected from this
        Channel.
    2. The Channel activation token has expired but
        the SaaS provider    wasn't connected.

    To re-establish a Connection with a provider,
    the subscriber should create a new Channel and
    give it to the provider.

ChannelConnection

A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.

CloudRun

Represents a Cloud Run destination.

CreateChannelConnectionRequest

The request message for the CreateChannelConnection method.

CreateChannelRequest

The request message for the CreateChannel method.

CreateTriggerRequest

The request message for the CreateTrigger method.

DeleteChannelConnectionRequest

The request message for the DeleteChannelConnection method.

DeleteChannelRequest

The request message for the DeleteChannel method.

DeleteTriggerRequest

The request message for the DeleteTrigger method.

Destination

Represents a target of an invocation over HTTP.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

EventFilter

Filters events based on exact matches on the CloudEvents attributes.

EventType

A representation of the event type resource.

FilteringAttribute

A representation of the FilteringAttribute resource. Filtering attributes are per event type.

GKE

Represents a GKE destination.

GetChannelConnectionRequest

The request message for the GetChannelConnection method.

GetChannelRequest

The request message for the GetChannel method.

GetGoogleChannelConfigRequest

The request message for the GetGoogleChannelConfig method.

GetProviderRequest

The request message for the GetProvider method.

GetTriggerRequest

The request message for the GetTrigger method.

GoogleChannelConfig

A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region. Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.

ListChannelConnectionsRequest

The request message for the ListChannelConnections method.

ListChannelConnectionsResponse

The response message for the ListChannelConnections method.

ListChannelsRequest

The request message for the ListChannels method.

ListChannelsResponse

The response message for the ListChannels method.

ListProvidersRequest

The request message for the ListProviders method.

ListProvidersResponse

The response message for the ListProviders method.

ListTriggersRequest

The request message for the ListTriggers method.

ListTriggersResponse

The response message for the ListTriggers method.

OperationMetadata

Represents the metadata of the long-running operation.

Provider

A representation of the Provider resource.

Pubsub

Represents a Pub/Sub transport.

StateCondition

A condition that is part of the trigger state computation.

Transport

Represents the transport intermediaries created for the trigger to deliver events.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Trigger

A representation of the trigger resource.

ConditionsEntry

The abstract base class for a message.

LabelsEntry

The abstract base class for a message.

UpdateChannelRequest

The request message for the UpdateChannel method.

UpdateGoogleChannelConfigRequest

The request message for the UpdateGoogleChannelConfig method.

UpdateTriggerRequest

The request message for the UpdateTrigger method.

Modules

pagers

API documentation for eventarc_v1.services.eventarc.pagers module.