Class EventType (1.8.0)

EventType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A representation of the event type resource.

Attributes

NameDescription
type_ str
Output only. The full name of the event type (for example, "google.cloud.storage.object.v1.finalized"). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.
description str
Output only. Human friendly description of what the event type is about. For example "Bucket created in Cloud Storage".
filtering_attributes MutableSequence[google.cloud.eventarc_v1.types.FilteringAttribute]
Output only. Filtering attributes for the event type.
event_schema_uri str
Output only. URI for the event schema. For example "https://github.com/googleapis/google-cloudevents/blob/master/proto/google/events/cloud/storage/v1/events.proto".