Interface Rpc.ListResponse.AttrValueOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute()
      * The fully qualified attribute.
      com.google.protobuf.ByteString getAttributeBytes()
      * The fully qualified attribute.
      long getStamp()
      * Timestamp
      com.google.protobuf.ByteString getValue()
      * The value of the attribute.
      • 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

      • getAttribute

        java.lang.String getAttribute()
         * The fully qualified attribute. 
         
        string attribute = 1;
        Returns:
        The attribute.
      • getAttributeBytes

        com.google.protobuf.ByteString getAttributeBytes()
         * The fully qualified attribute. 
         
        string attribute = 1;
        Returns:
        The bytes for attribute.
      • getValue

        com.google.protobuf.ByteString getValue()
         * The value of the attribute. 
         
        bytes value = 2;
        Returns:
        The value.
      • getStamp

        long getStamp()
         * Timestamp 
         
        uint64 stamp = 3;
        Returns:
        The stamp.