Class: Google::Cloud::Eventarc::V1::EventType

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/discovery.rb

Overview

A representation of the event type resource.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String (readonly)

Returns Output only. Human friendly description of what the event type is about. For example "Bucket created in Cloud Storage".

Returns:

  • (::String)

    Output only. Human friendly description of what the event type is about. For example "Bucket created in Cloud Storage".



62
63
64
65
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 62

class EventType
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event_schema_uri::String (readonly)

Returns:



62
63
64
65
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 62

class EventType
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filtering_attributes::Array<::Google::Cloud::Eventarc::V1::FilteringAttribute> (readonly)

Returns Output only. Filtering attributes for the event type.

Returns:



62
63
64
65
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 62

class EventType
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String (readonly)

Returns 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.

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.



62
63
64
65
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 62

class EventType
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end