public interface UpdateMessageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getConsumeTime()
The time the message was consumed by the identity.
|
java.lang.String |
getId()
The identifier of the messages.
|
com.google.protobuf.ByteString |
getIdBytes()
The identifier of the messages.
|
long |
getReadTime()
The time the message was read at the client.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getId()
The identifier of the messages.
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString getIdBytes()
The identifier of the messages.
string id = 1 [json_name = "id"];
long getReadTime()
The time the message was read at the client.
int64 read_time = 2 [json_name = "readTime"];
long getConsumeTime()
The time the message was consumed by the identity.
int64 consume_time = 3 [json_name = "consumeTime"];