Class SecurityPolicyRulePreconfiguredWafConfigExclusion (1.49.0)

public final class SecurityPolicyRulePreconfiguredWafConfigExclusion extends GeneratedMessageV3 implements SecurityPolicyRulePreconfiguredWafConfigExclusionOrBuilder

Protobuf type google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusion

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SecurityPolicyRulePreconfiguredWafConfigExclusion

Static Fields

REQUEST_COOKIES_TO_EXCLUDE_FIELD_NUMBER

public static final int REQUEST_COOKIES_TO_EXCLUDE_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_HEADERS_TO_EXCLUDE_FIELD_NUMBER

public static final int REQUEST_HEADERS_TO_EXCLUDE_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_QUERY_PARAMS_TO_EXCLUDE_FIELD_NUMBER

public static final int REQUEST_QUERY_PARAMS_TO_EXCLUDE_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_URIS_TO_EXCLUDE_FIELD_NUMBER

public static final int REQUEST_URIS_TO_EXCLUDE_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_RULE_IDS_FIELD_NUMBER

public static final int TARGET_RULE_IDS_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_RULE_SET_FIELD_NUMBER

public static final int TARGET_RULE_SET_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SecurityPolicyRulePreconfiguredWafConfigExclusion getDefaultInstance()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder newBuilder()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

newBuilder(SecurityPolicyRulePreconfiguredWafConfigExclusion prototype)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder newBuilder(SecurityPolicyRulePreconfiguredWafConfigExclusion prototype)
Parameter
NameDescription
prototypeSecurityPolicyRulePreconfiguredWafConfigExclusion
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

parseDelimitedFrom(InputStream input)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SecurityPolicyRulePreconfiguredWafConfigExclusion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SecurityPolicyRulePreconfiguredWafConfigExclusion> parser()
Returns
TypeDescription
Parser<SecurityPolicyRulePreconfiguredWafConfigExclusion>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SecurityPolicyRulePreconfiguredWafConfigExclusion getDefaultInstanceForType()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion

getParserForType()

public Parser<SecurityPolicyRulePreconfiguredWafConfigExclusion> getParserForType()
Returns
TypeDescription
Parser<SecurityPolicyRulePreconfiguredWafConfigExclusion>
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

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

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

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

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>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder newBuilderForType()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder toBuilder()
Returns
TypeDescription
SecurityPolicyRulePreconfiguredWafConfigExclusion.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException