Eventarc V1 API - Class Google::Cloud::Eventarc::V1::FilteringAttribute (v0.10.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attribute

def attribute() -> ::String
Returns
  • (::String) — Output only. Attribute used for filtering the event type.

#description

def description() -> ::String
Returns
  • (::String) — Output only. Description of the purpose of the attribute.

#path_pattern_supported

def path_pattern_supported() -> ::Boolean
Returns
  • (::Boolean) — Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.

#required

def required() -> ::Boolean
Returns
  • (::Boolean) — Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.