Package com.google.cloud.compute.v1
Interface SecurityPolicyDdosProtectionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityPolicyDdosProtectionConfig
,SecurityPolicyDdosProtectionConfig.Builder
public interface SecurityPolicyDdosProtectionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDdosProtection()
Check the DdosProtection enum for the list of possible values.com.google.protobuf.ByteString
getDdosProtectionBytes()
Check the DdosProtection enum for the list of possible values.boolean
hasDdosProtection()
Check the DdosProtection enum for the list of possible values.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDdosProtection
boolean hasDdosProtection()
Check the DdosProtection enum for the list of possible values.
optional string ddos_protection = 275173268;
- Returns:
- Whether the ddosProtection field is set.
-
getDdosProtection
String getDdosProtection()
Check the DdosProtection enum for the list of possible values.
optional string ddos_protection = 275173268;
- Returns:
- The ddosProtection.
-
getDdosProtectionBytes
com.google.protobuf.ByteString getDdosProtectionBytes()
Check the DdosProtection enum for the list of possible values.
optional string ddos_protection = 275173268;
- Returns:
- The bytes for ddosProtection.
-
-