Interface MetadataEntryOrBuilder

    • Method Detail

      • getKey

        String getKey()
        string key = 1;
        Returns:
        The key.
      • getKeyBytes

        ByteString getKeyBytes()
        string key = 1;
        Returns:
        The bytes for key.
      • getValue

        ByteString getValue()
        bytes value = 2;
        Returns:
        The value.