public static final class ThreadReadState.Builder extends GeneratedMessageV3.Builder<ThreadReadState.Builder> implements ThreadReadStateOrBuilder
A user's read state within a thread, used to identify read and unread
messages.
Protobuf type google.chat.v1.ThreadReadState
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ThreadReadState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ThreadReadState build()
buildPartial()
public ThreadReadState buildPartial()
clear()
public ThreadReadState.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ThreadReadState.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLastReadTime()
public ThreadReadState.Builder clearLastReadTime()
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;
clearName()
public ThreadReadState.Builder clearName()
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ThreadReadState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ThreadReadState.Builder clone()
Overrides
getDefaultInstanceForType()
public ThreadReadState getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLastReadTime()
public 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 |
Type |
Description |
Timestamp |
The lastReadTime.
|
getLastReadTimeBuilder()
public Timestamp.Builder getLastReadTimeBuilder()
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;
getLastReadTimeOrBuilder()
public 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;
getName()
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
hasLastReadTime()
public 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 |
Type |
Description |
boolean |
Whether the lastReadTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ThreadReadState other)
public ThreadReadState.Builder mergeFrom(ThreadReadState other)
public ThreadReadState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ThreadReadState.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeLastReadTime(Timestamp value)
public ThreadReadState.Builder mergeLastReadTime(Timestamp value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ThreadReadState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ThreadReadState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLastReadTime(Timestamp value)
public ThreadReadState.Builder setLastReadTime(Timestamp value)
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;
setLastReadTime(Timestamp.Builder builderForValue)
public ThreadReadState.Builder setLastReadTime(Timestamp.Builder builderForValue)
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;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setName(String value)
public ThreadReadState.Builder setName(String value)
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1;
Parameter |
Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
public ThreadReadState.Builder setNameBytes(ByteString value)
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ThreadReadState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ThreadReadState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides