Eventarc V1 API - Class Google::Cloud::Eventarc::V1::EventFilter (v0.3.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
  • (::String) — Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering.

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

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

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

Returns
  • (::String) — Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering.

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

#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 only allowed value is match-path-pattern.

#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 only allowed value is match-path-pattern.
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 only allowed value is match-path-pattern.

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