Class: Google::Cloud::NetworkServices::V1::ExtensionChain::MatchCondition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/dep.rb

Overview

Conditions under which this chain is invoked for a request.

Instance Attribute Summary collapse

Instance Attribute Details

#cel_expression::String

Returns Required. A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed.

For more information, see CEL matcher language reference.

Returns:

  • (::String)

    Required. A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed.

    For more information, see CEL matcher language reference.



56
57
58
59
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 56

class MatchCondition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end