Interface Serialization.ElementOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Serialization.Element, Serialization.Element.Builder
    Enclosing class:
    Serialization

    public static interface Serialization.ElementOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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;
      com.google.protobuf.ByteString getValue()
      bytes 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

        com.google.protobuf.ByteString getValue()
        bytes value = 4;
        Returns:
        The 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.