Interface ThreadReadStateOrBuilder (0.23.0)

public interface ThreadReadStateOrBuilder extends MessageOrBuilder

Methods

getLastReadTime()

public abstract Timestamp getLastReadTime()

The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread.

.google.protobuf.Timestamp last_read_time = 2;

Returns
TypeDescription
Timestamp

The lastReadTime.

getLastReadTimeOrBuilder()

public abstract TimestampOrBuilder getLastReadTimeOrBuilder()

The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread.

.google.protobuf.Timestamp last_read_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getName()

public abstract String getName()

Resource name of the thread read state.

Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Resource name of the thread read state.

Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

hasLastReadTime()

public abstract boolean hasLastReadTime()

The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread.

.google.protobuf.Timestamp last_read_time = 2;

Returns
TypeDescription
boolean

Whether the lastReadTime field is set.