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
defattribute()->::String
Returns
(::String) — Output only. Attribute used for filtering the event type.
#description
defdescription()->::String
Returns
(::String) — Output only. Description of the purpose of the attribute.
#path_pattern_supported
defpath_pattern_supported()->::Boolean
Returns
(::Boolean) — Output only. If true, the attribute accepts matching expressions in the
Eventarc PathPattern format.
#required
defrequired()->::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Eventarc V1 API - Class Google::Cloud::Eventarc::V1::FilteringAttribute (v2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/ruby/docs/reference/google-cloud-eventarc-v1/latest/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [2.0.1](/ruby/docs/reference/google-cloud-eventarc-v1/2.0.1/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [1.3.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.3.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [1.2.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.2.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [1.1.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.1.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [1.0.1](/ruby/docs/reference/google-cloud-eventarc-v1/1.0.1/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.10.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.10.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.9.2](/ruby/docs/reference/google-cloud-eventarc-v1/0.9.2/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.8.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.8.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.7.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.7.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.6.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.6.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.5.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.5.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.4.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.4.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.3.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.3.0/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.2.1](/ruby/docs/reference/google-cloud-eventarc-v1/0.2.1/Google-Cloud-Eventarc-V1-FilteringAttribute)\n- [0.1.4](/ruby/docs/reference/google-cloud-eventarc-v1/0.1.4/Google-Cloud-Eventarc-V1-FilteringAttribute) \nReference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::FilteringAttribute.\n\nA representation of the FilteringAttribute resource.\nFiltering attributes are per event type. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #attribute\n\n def attribute() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. Attribute used for filtering the event type.\n\n### #description\n\n def description() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. Description of the purpose of the attribute.\n\n### #path_pattern_supported\n\n def path_pattern_supported() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.\n\n### #required\n\n def required() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise."]]