Interface RateLimit.Action.GenericKeyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescriptorKey()
      An optional key to use in the descriptor entry.
      com.google.protobuf.ByteString getDescriptorKeyBytes()
      An optional key to use in the descriptor entry.
      String getDescriptorValue()
      The value to use in the descriptor entry.
      com.google.protobuf.ByteString getDescriptorValueBytes()
      The value to use in the descriptor entry.
      • 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

      • getDescriptorValue

        String getDescriptorValue()
         The value to use in the descriptor entry.
         
        string descriptor_value = 1 [(.validate.rules) = { ... }
      • getDescriptorValueBytes

        com.google.protobuf.ByteString getDescriptorValueBytes()
         The value to use in the descriptor entry.
         
        string descriptor_value = 1 [(.validate.rules) = { ... }
      • getDescriptorKey

        String getDescriptorKey()
         An optional key to use in the descriptor entry. If not set it defaults
         to 'generic_key' as the descriptor key.
         
        string descriptor_key = 2;
      • getDescriptorKeyBytes

        com.google.protobuf.ByteString getDescriptorKeyBytes()
         An optional key to use in the descriptor entry. If not set it defaults
         to 'generic_key' as the descriptor key.
         
        string descriptor_key = 2;