- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder extends GeneratedMessageV3.Builder<SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder> implements SecurityPolicyRulePreconfiguredWafConfigExclusionOrBuilder
Protobuf type google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SecurityPolicyRulePreconfiguredWafConfigExclusion.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllRequestCookiesToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addAllRequestCookiesToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
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;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addAllRequestHeadersToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addAllRequestHeadersToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
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;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addAllRequestQueryParamsToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addAllRequestQueryParamsToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
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;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addAllRequestUrisToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addAllRequestUrisToExclude(Iterable<? extends SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> values)
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;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addAllTargetRuleIds(Iterable<String> values)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addAllTargetRuleIds(Iterable<String> values)
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;
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The targetRuleIds to add. |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestCookiesToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestCookiesToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameter | |
---|---|
Name | Description |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestCookiesToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestCookiesToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestCookiesToExcludeBuilder()
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestCookiesToExcludeBuilder()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestCookiesToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestCookiesToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestHeadersToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestHeadersToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameter | |
---|---|
Name | Description |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestHeadersToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestHeadersToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestHeadersToExcludeBuilder()
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestHeadersToExcludeBuilder()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestHeadersToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestHeadersToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestQueryParamsToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestQueryParamsToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameter | |
---|---|
Name | Description |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestQueryParamsToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestQueryParamsToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestQueryParamsToExcludeBuilder()
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestQueryParamsToExcludeBuilder()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestQueryParamsToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestQueryParamsToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestUrisToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestUrisToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameter | |
---|---|
Name | Description |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestUrisToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestUrisToExclude(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
addRequestUrisToExcludeBuilder()
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestUrisToExcludeBuilder()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addRequestUrisToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder addRequestUrisToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
addTargetRuleIds(String value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addTargetRuleIds(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The targetRuleIds to add. |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
addTargetRuleIdsBytes(ByteString value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addTargetRuleIdsBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes of the targetRuleIds to add. |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
build()
public SecurityPolicyRulePreconfiguredWafConfigExclusion build()
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion |
buildPartial()
public SecurityPolicyRulePreconfiguredWafConfigExclusion buildPartial()
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion |
clear()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clear()
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearField(Descriptors.FieldDescriptor field)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearRequestCookiesToExclude()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearRequestCookiesToExclude()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearRequestHeadersToExclude()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearRequestHeadersToExclude()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearRequestQueryParamsToExclude()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearRequestQueryParamsToExclude()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearRequestUrisToExclude()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearRequestUrisToExclude()
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;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
clearTargetRuleIds()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearTargetRuleIds()
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 | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
clearTargetRuleSet()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
clone()
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clone()
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
getDefaultInstanceForType()
public SecurityPolicyRulePreconfiguredWafConfigExclusion getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getRequestCookiesToExclude(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
getRequestCookiesToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder getRequestCookiesToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
getRequestCookiesToExcludeBuilderList()
public List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder> getRequestCookiesToExcludeBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRequestCookiesToExcludeCount()
public 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;
Returns | |
---|---|
Type | Description |
int |
getRequestCookiesToExcludeList()
public 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;
Returns | |
---|---|
Type | Description |
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestCookiesToExcludeOrBuilder(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder |
getRequestCookiesToExcludeOrBuilderList()
public 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> |
getRequestHeadersToExclude(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
getRequestHeadersToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder getRequestHeadersToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
getRequestHeadersToExcludeBuilderList()
public List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder> getRequestHeadersToExcludeBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRequestHeadersToExcludeCount()
public 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;
Returns | |
---|---|
Type | Description |
int |
getRequestHeadersToExcludeList()
public 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;
Returns | |
---|---|
Type | Description |
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestHeadersToExcludeOrBuilder(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder |
getRequestHeadersToExcludeOrBuilderList()
public 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> |
getRequestQueryParamsToExclude(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
getRequestQueryParamsToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder getRequestQueryParamsToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
getRequestQueryParamsToExcludeBuilderList()
public List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder> getRequestQueryParamsToExcludeBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRequestQueryParamsToExcludeCount()
public 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;
Returns | |
---|---|
Type | Description |
int |
getRequestQueryParamsToExcludeList()
public 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;
Returns | |
---|---|
Type | Description |
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestQueryParamsToExcludeOrBuilder(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder |
getRequestQueryParamsToExcludeOrBuilderList()
public 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> |
getRequestUrisToExclude(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
getRequestUrisToExcludeBuilder(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder getRequestUrisToExcludeBuilder(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
getRequestUrisToExcludeBuilderList()
public List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder> getRequestUrisToExcludeBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRequestUrisToExcludeCount()
public 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;
Returns | |
---|---|
Type | Description |
int |
getRequestUrisToExcludeList()
public 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;
Returns | |
---|---|
Type | Description |
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestUrisToExcludeOrBuilder(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder |
getRequestUrisToExcludeOrBuilderList()
public 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder> |
getTargetRuleIds(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The targetRuleIds at the given index. |
getTargetRuleIdsBytes(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the targetRuleIds at the given index. |
getTargetRuleIdsCount()
public 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 | |
---|---|
Type | Description |
int | The count of targetRuleIds. |
getTargetRuleIdsList()
public ProtocolStringList 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 | |
---|---|
Type | Description |
ProtocolStringList | A list containing the targetRuleIds. |
getTargetRuleSet()
public String getTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
Returns | |
---|---|
Type | Description |
String | The targetRuleSet. |
getTargetRuleSetBytes()
public ByteString getTargetRuleSetBytes()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for targetRuleSet. |
hasTargetRuleSet()
public boolean hasTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
Returns | |
---|---|
Type | Description |
boolean | Whether the targetRuleSet field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SecurityPolicyRulePreconfiguredWafConfigExclusion other)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeFrom(SecurityPolicyRulePreconfiguredWafConfigExclusion other)
Parameter | |
---|---|
Name | Description |
other | SecurityPolicyRulePreconfiguredWafConfigExclusion |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
removeRequestCookiesToExclude(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder removeRequestCookiesToExclude(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
removeRequestHeadersToExclude(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder removeRequestHeadersToExclude(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
removeRequestQueryParamsToExclude(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder removeRequestQueryParamsToExclude(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
removeRequestUrisToExclude(int index)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder removeRequestUrisToExclude(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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestCookiesToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestHeadersToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestQueryParamsToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRequestUrisToExclude(int index, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |
setTargetRuleIds(int index, String value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setTargetRuleIds(int index, String value)
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 | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The targetRuleIds to set. |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
setTargetRuleSet(String value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setTargetRuleSet(String value)
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
Parameter | |
---|---|
Name | Description |
value | String The targetRuleSet to set. |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
setTargetRuleSetBytes(ByteString value)
public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setTargetRuleSetBytes(ByteString value)
Target WAF rule set to apply the preconfigured WAF exclusion.
optional string target_rule_set = 498440077;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for targetRuleSet to set. |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder |