Class Google::Cloud::Eventarc::V1::EventFilter (v0.1.4)

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.

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