Reference documentation and code samples for the Google Cloud Network Services V1 Client class MatchCondition.
Conditions under which this chain is invoked for a request.
Generated from protobuf message google.cloud.networkservices.v1.ExtensionChain.MatchCondition
Namespace
Google \ Cloud \ NetworkServices \ V1 \ ExtensionChainMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cel_expression |
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. |
getCelExpression
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 | |
---|---|
Type | Description |
string |
setCelExpression
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |