Interface RateLimitDescriptor.EntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKey()
      Descriptor key.
      com.google.protobuf.ByteString getKeyBytes()
      Descriptor key.
      String getValue()
      Descriptor value.
      com.google.protobuf.ByteString getValueBytes()
      Descriptor value.
      • 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

      • getKey

        String getKey()
         Descriptor key.
         
        string key = 1 [(.validate.rules) = { ... }
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         Descriptor key.
         
        string key = 1 [(.validate.rules) = { ... }
        Returns:
        The bytes for key.
      • getValue

        String getValue()
         Descriptor value.
         
        string value = 2 [(.validate.rules) = { ... }
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         Descriptor value.
         
        string value = 2 [(.validate.rules) = { ... }
        Returns:
        The bytes for value.