Eventarc V1 API - Class Google::Cloud::Eventarc::V1::EventFilter (v1.1.0)

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

Filters events based on exact matches on the CloudEvents attributes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attribute

def attribute() -> ::String
Returns

#attribute=

def attribute=(value) -> ::String
Parameter
  • value (::String) — Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. You can retrieve a specific provider's supported event types.

    All triggers MUST provide a filter for the 'type' attribute.

Returns

#operator

def operator() -> ::String
Returns
  • (::String) — Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The allowed values are path_pattern and match-path-pattern. path_pattern is only allowed for GCFv1 triggers.

#operator=

def operator=(value) -> ::String
Parameter
  • value (::String) — Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The allowed values are path_pattern and match-path-pattern. path_pattern is only allowed for GCFv1 triggers.
Returns
  • (::String) — Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The allowed values are path_pattern and match-path-pattern. path_pattern is only allowed for GCFv1 triggers.

#value

def value() -> ::String
Returns
  • (::String) — Required. The value for the attribute.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Required. The value for the attribute.
Returns
  • (::String) — Required. The value for the attribute.