Package com.google.cloud.compute.v1
Interface SecurityPolicyRulePreconfiguredWafConfigExclusionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityPolicyRulePreconfiguredWafConfigExclusion
,SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
public interface SecurityPolicyRulePreconfiguredWafConfigExclusionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
getRequestCookiesToExclude(int index)
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.int
getRequestCookiesToExcludeCount()
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
getRequestCookiesToExcludeList()
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
getRequestCookiesToExcludeOrBuilder(int index)
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder>
getRequestCookiesToExcludeOrBuilderList()
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
getRequestHeadersToExclude(int index)
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.int
getRequestHeadersToExcludeCount()
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
getRequestHeadersToExcludeList()
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
getRequestHeadersToExcludeOrBuilder(int index)
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder>
getRequestHeadersToExcludeOrBuilderList()
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
getRequestQueryParamsToExclude(int index)
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation.int
getRequestQueryParamsToExcludeCount()
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation.List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
getRequestQueryParamsToExcludeList()
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
getRequestQueryParamsToExcludeOrBuilder(int index)
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation.List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder>
getRequestQueryParamsToExcludeOrBuilderList()
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
getRequestUrisToExclude(int index)
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation.int
getRequestUrisToExcludeCount()
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation.List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
getRequestUrisToExcludeList()
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
getRequestUrisToExcludeOrBuilder(int index)
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation.List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder>
getRequestUrisToExcludeOrBuilderList()
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation.String
getTargetRuleIds(int index)
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.com.google.protobuf.ByteString
getTargetRuleIdsBytes(int index)
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.int
getTargetRuleIdsCount()
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.List<String>
getTargetRuleIdsList()
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.String
getTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.com.google.protobuf.ByteString
getTargetRuleSetBytes()
Target WAF rule set to apply the preconfigured WAF exclusion.boolean
hasTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestCookiesToExcludeList
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestCookiesToExcludeList()
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_cookies_to_exclude = 156757878;
-
getRequestCookiesToExclude
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams getRequestCookiesToExclude(int index)
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_cookies_to_exclude = 156757878;
-
getRequestCookiesToExcludeCount
int getRequestCookiesToExcludeCount()
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_cookies_to_exclude = 156757878;
-
getRequestCookiesToExcludeOrBuilderList
List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> getRequestCookiesToExcludeOrBuilderList()
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_cookies_to_exclude = 156757878;
-
getRequestCookiesToExcludeOrBuilder
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder getRequestCookiesToExcludeOrBuilder(int index)
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_cookies_to_exclude = 156757878;
-
getRequestHeadersToExcludeList
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestHeadersToExcludeList()
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_headers_to_exclude = 63230495;
-
getRequestHeadersToExclude
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams getRequestHeadersToExclude(int index)
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_headers_to_exclude = 63230495;
-
getRequestHeadersToExcludeCount
int getRequestHeadersToExcludeCount()
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_headers_to_exclude = 63230495;
-
getRequestHeadersToExcludeOrBuilderList
List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> getRequestHeadersToExcludeOrBuilderList()
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_headers_to_exclude = 63230495;
-
getRequestHeadersToExcludeOrBuilder
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder getRequestHeadersToExcludeOrBuilder(int index)
A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_headers_to_exclude = 63230495;
-
getRequestQueryParamsToExcludeList
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestQueryParamsToExcludeList()
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_query_params_to_exclude = 340692744;
-
getRequestQueryParamsToExclude
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams getRequestQueryParamsToExclude(int index)
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_query_params_to_exclude = 340692744;
-
getRequestQueryParamsToExcludeCount
int getRequestQueryParamsToExcludeCount()
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_query_params_to_exclude = 340692744;
-
getRequestQueryParamsToExcludeOrBuilderList
List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> getRequestQueryParamsToExcludeOrBuilderList()
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_query_params_to_exclude = 340692744;
-
getRequestQueryParamsToExcludeOrBuilder
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder getRequestQueryParamsToExcludeOrBuilder(int index)
A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_query_params_to_exclude = 340692744;
-
getRequestUrisToExcludeList
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestUrisToExcludeList()
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_uris_to_exclude = 90690846;
-
getRequestUrisToExclude
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams getRequestUrisToExclude(int index)
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_uris_to_exclude = 90690846;
-
getRequestUrisToExcludeCount
int getRequestUrisToExcludeCount()
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_uris_to_exclude = 90690846;
-
getRequestUrisToExcludeOrBuilderList
List<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> getRequestUrisToExcludeOrBuilderList()
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_uris_to_exclude = 90690846;
-
getRequestUrisToExcludeOrBuilder
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder getRequestUrisToExcludeOrBuilder(int index)
A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
repeated .google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams request_uris_to_exclude = 90690846;
-
getTargetRuleIdsList
List<String> getTargetRuleIdsList()
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
repeated string target_rule_ids = 498430435;
- Returns:
- A list containing the targetRuleIds.
-
getTargetRuleIdsCount
int getTargetRuleIdsCount()
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
repeated string target_rule_ids = 498430435;
- Returns:
- The count of targetRuleIds.
-
getTargetRuleIds
String getTargetRuleIds(int index)
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
repeated string target_rule_ids = 498430435;
- Parameters:
index
- The index of the element to return.- Returns:
- The targetRuleIds at the given index.
-
getTargetRuleIdsBytes
com.google.protobuf.ByteString getTargetRuleIdsBytes(int index)
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
repeated string target_rule_ids = 498430435;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the targetRuleIds at the given index.
-
hasTargetRuleSet
boolean hasTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
- Returns:
- Whether the targetRuleSet field is set.
-
getTargetRuleSet
String getTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
- Returns:
- The targetRuleSet.
-
getTargetRuleSetBytes
com.google.protobuf.ByteString getTargetRuleSetBytes()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
- Returns:
- The bytes for targetRuleSet.
-
-