Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ExtensionChain::MatchCondition.
Conditions under which this chain is invoked for a request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cel_expression
def cel_expression() -> ::String
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.
#cel_expression=
def cel_expression=(value) -> ::String
Parameter
-
value (::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.
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.