Eventarc V1 API - Class Google::Cloud::Eventarc::V1::EventType (v0.3.0)

Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::EventType.

A representation of the event type resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Output only. Human friendly description of what the event type is about. For example "Bucket created in Cloud Storage".

#event_schema_uri

def event_schema_uri() -> ::String
Returns
  • (::String) — 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"

#filtering_attributes

def filtering_attributes() -> ::Array<::Google::Cloud::Eventarc::V1::FilteringAttribute>
Returns

#type

def type() -> ::String
Returns
  • (::String) — 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.