Class: Google::Cloud::Eventarc::V1::EventType
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::EventType
- 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
-
#description ⇒ ::String
readonly
Output only.
-
#event_schema_uri ⇒ ::String
readonly
Output only.
-
#filtering_attributes ⇒ ::Array<::Google::Cloud::Eventarc::V1::FilteringAttribute>
readonly
Output only.
-
#type ⇒ ::String
readonly
Output only.
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".
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 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".
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.
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.
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 |