public interface SecurityPolicyDdosProtectionConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDdosProtection()
public abstract String getDdosProtection()
Check the DdosProtection enum for the list of possible values.
optional string ddos_protection = 275173268;
Returns | |
---|---|
Type | Description |
String |
The ddosProtection. |
getDdosProtectionBytes()
public abstract ByteString getDdosProtectionBytes()
Check the DdosProtection enum for the list of possible values.
optional string ddos_protection = 275173268;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ddosProtection. |
hasDdosProtection()
public abstract boolean hasDdosProtection()
Check the DdosProtection enum for the list of possible values.
optional string ddos_protection = 275173268;
Returns | |
---|---|
Type | Description |
boolean |
Whether the ddosProtection field is set. |