public interface SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableEachUniqueValue()
If enabled, traffic matching each unique value for the specified type constitutes a separate traffic unit.
|
String |
getType()
Type of this configuration.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of this configuration.
|
String |
getValue()
Requests that match this value constitute a granular traffic unit.
|
com.google.protobuf.ByteString |
getValueBytes()
Requests that match this value constitute a granular traffic unit.
|
boolean |
hasEnableEachUniqueValue()
If enabled, traffic matching each unique value for the specified type constitutes a separate traffic unit.
|
boolean |
hasType()
Type of this configuration.
|
boolean |
hasValue()
Requests that match this value constitute a granular traffic unit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnableEachUniqueValue()
If enabled, traffic matching each unique value for the specified type constitutes a separate traffic unit. It can only be set to true if `value` is empty.
optional bool enable_each_unique_value = 469206341;boolean getEnableEachUniqueValue()
If enabled, traffic matching each unique value for the specified type constitutes a separate traffic unit. It can only be set to true if `value` is empty.
optional bool enable_each_unique_value = 469206341;boolean hasType()
Type of this configuration. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
Type of this configuration. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
Type of this configuration. Check the Type enum for the list of possible values.
optional string type = 3575610;boolean hasValue()
Requests that match this value constitute a granular traffic unit.
optional string value = 111972721;String getValue()
Requests that match this value constitute a granular traffic unit.
optional string value = 111972721;com.google.protobuf.ByteString getValueBytes()
Requests that match this value constitute a granular traffic unit.
optional string value = 111972721;Copyright © 2025 Google LLC. All rights reserved.