public interface SecurityPolicyRuleMatcherOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract SecurityPolicyRuleMatcherConfig getConfig()The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
optional .google.cloud.compute.v1.SecurityPolicyRuleMatcherConfig config = 255820610;
| Type | Description |
| SecurityPolicyRuleMatcherConfig | The config. |
getConfigOrBuilder()
public abstract SecurityPolicyRuleMatcherConfigOrBuilder getConfigOrBuilder()The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
optional .google.cloud.compute.v1.SecurityPolicyRuleMatcherConfig config = 255820610;
| Type | Description |
| SecurityPolicyRuleMatcherConfigOrBuilder |
getExpr()
public abstract Expr getExpr()User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
optional .google.cloud.compute.v1.Expr expr = 3127797;
| Type | Description |
| Expr | The expr. |
getExprOrBuilder()
public abstract ExprOrBuilder getExprOrBuilder()User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
optional .google.cloud.compute.v1.Expr expr = 3127797;
| Type | Description |
| ExprOrBuilder |
getVersionedExpr()
public abstract String getVersionedExpr()Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config. Check the VersionedExpr enum for the list of possible values.
optional string versioned_expr = 322286013;
| Type | Description |
| String | The versionedExpr. |
getVersionedExprBytes()
public abstract ByteString getVersionedExprBytes()Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config. Check the VersionedExpr enum for the list of possible values.
optional string versioned_expr = 322286013;
| Type | Description |
| ByteString | The bytes for versionedExpr. |
hasConfig()
public abstract boolean hasConfig()The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
optional .google.cloud.compute.v1.SecurityPolicyRuleMatcherConfig config = 255820610;
| Type | Description |
| boolean | Whether the config field is set. |
hasExpr()
public abstract boolean hasExpr()User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
optional .google.cloud.compute.v1.Expr expr = 3127797;
| Type | Description |
| boolean | Whether the expr field is set. |
hasVersionedExpr()
public abstract boolean hasVersionedExpr()Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config. Check the VersionedExpr enum for the list of possible values.
optional string versioned_expr = 322286013;
| Type | Description |
| boolean | Whether the versionedExpr field is set. |