Interface Build.AttributeValue.DictEntryOrBuilder

    • Method Detail

      • hasKey

        boolean hasKey()
        required string key = 1;
        Returns:
        Whether the key field is set.
      • getKey

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

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

        boolean hasValue()
        required .blaze_query.AttributeValue value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        Build.AttributeValue getValue()
        required .blaze_query.AttributeValue value = 2;
        Returns:
        The value.