Interface SecurityPolicyDdosProtectionConfigOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.