Class SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder (1.51.0)

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.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The targetRuleIds to add.

Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

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
NameDescription
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valueString

The targetRuleIds to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the targetRuleIds to add.

Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

This builder for chaining.

build()

public SecurityPolicyRulePreconfiguredWafConfigExclusion build()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion

buildPartial()

public SecurityPolicyRulePreconfiguredWafConfigExclusion buildPartial()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion

clear()

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clear()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

This builder for chaining.

clone()

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder clone()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

getDefaultInstanceForType()

public SecurityPolicyRulePreconfiguredWafConfigExclusion getDefaultInstanceForType()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The targetRuleSet.

getTargetRuleSetBytes()

public ByteString getTargetRuleSetBytes()

Target WAF rule set to apply the preconfigured WAF exclusion.

optional string target_rule_set = 498440077;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the targetRuleSet field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SecurityPolicyRulePreconfiguredWafConfigExclusion other)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeFrom(SecurityPolicyRulePreconfiguredWafConfigExclusion other)
Parameter
NameDescription
otherSecurityPolicyRulePreconfiguredWafConfigExclusion
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The targetRuleIds to set.

Returns
TypeDescription
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
NameDescription
valueString

The targetRuleSet to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for targetRuleSet to set.

Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides