Interface Serialization.JsonElementOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute()
      string attribute = 2;
      com.google.protobuf.ByteString getAttributeBytes()
      string attribute = 2;
      boolean getDelete()
      bool delete = 5;
      boolean getDeleteWildcard()
      bool deleteWildcard = 6;
      java.lang.String getKey()
      string key = 1;
      com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      long getStamp()
      uint64 stamp = 3;
      java.lang.String getUuid()
      string uuid = 7;
      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 7;
      java.lang.String getValue()
      string value = 4;
      com.google.protobuf.ByteString getValueBytes()
      string value = 4;
      • 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

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

        com.google.protobuf.ByteString getKeyBytes()
        string key = 1;
        Returns:
        The bytes for key.
      • getAttribute

        java.lang.String getAttribute()
        string attribute = 2;
        Returns:
        The attribute.
      • getAttributeBytes

        com.google.protobuf.ByteString getAttributeBytes()
        string attribute = 2;
        Returns:
        The bytes for attribute.
      • getStamp

        long getStamp()
        uint64 stamp = 3;
        Returns:
        The stamp.
      • getValue

        java.lang.String getValue()
        string value = 4;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 4;
        Returns:
        The bytes for value.
      • getDelete

        boolean getDelete()
        bool delete = 5;
        Returns:
        The delete.
      • getDeleteWildcard

        boolean getDeleteWildcard()
        bool deleteWildcard = 6;
        Returns:
        The deleteWildcard.
      • getUuid

        java.lang.String getUuid()
        string uuid = 7;
        Returns:
        The uuid.
      • getUuidBytes

        com.google.protobuf.ByteString getUuidBytes()
        string uuid = 7;
        Returns:
        The bytes for uuid.