public final class UpdateSpaceReadStateRequest extends GeneratedMessageV3 implements UpdateSpaceReadStateRequestOrBuilder
Request message for UpdateSpaceReadState API.
Protobuf type google.chat.v1.UpdateSpaceReadStateRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SPACE_READ_STATE_FIELD_NUMBER
public static final int SPACE_READ_STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UpdateSpaceReadStateRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UpdateSpaceReadStateRequest.Builder newBuilder()
newBuilder(UpdateSpaceReadStateRequest prototype)
public static UpdateSpaceReadStateRequest.Builder newBuilder(UpdateSpaceReadStateRequest prototype)
public static UpdateSpaceReadStateRequest parseDelimitedFrom(InputStream input)
public static UpdateSpaceReadStateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UpdateSpaceReadStateRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateSpaceReadStateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UpdateSpaceReadStateRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateSpaceReadStateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateSpaceReadStateRequest parseFrom(CodedInputStream input)
public static UpdateSpaceReadStateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateSpaceReadStateRequest parseFrom(InputStream input)
public static UpdateSpaceReadStateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UpdateSpaceReadStateRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateSpaceReadStateRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UpdateSpaceReadStateRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public UpdateSpaceReadStateRequest getDefaultInstanceForType()
getParserForType()
public Parser<UpdateSpaceReadStateRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSpaceReadState()
public SpaceReadState getSpaceReadState()
Required. The space read state and fields to update.
Only supports updating read state for the calling user.
To refer to the calling user, set one of the following:
The me
alias. For example, users/me/spaces/{space}/spaceReadState
.
Their Workspace email address. For example,
users/user@example.com/spaces/{space}/spaceReadState
.
Their user id. For example,
users/123456789/spaces/{space}/spaceReadState
.
Format: users/{user}/spaces/{space}/spaceReadState
.google.chat.v1.SpaceReadState space_read_state = 1 [(.google.api.field_behavior) = REQUIRED];
getSpaceReadStateOrBuilder()
public SpaceReadStateOrBuilder getSpaceReadStateOrBuilder()
Required. The space read state and fields to update.
Only supports updating read state for the calling user.
To refer to the calling user, set one of the following:
The me
alias. For example, users/me/spaces/{space}/spaceReadState
.
Their Workspace email address. For example,
users/user@example.com/spaces/{space}/spaceReadState
.
Their user id. For example,
users/123456789/spaces/{space}/spaceReadState
.
Format: users/{user}/spaces/{space}/spaceReadState
.google.chat.v1.SpaceReadState space_read_state = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Required. The field paths to update. Currently supported field paths:
last_read_time
When the last_read_time
is before the latest message create time, the
space appears as unread in the UI.
To mark the space as read, set last_read_time
to any value later (larger)
than the latest message create time. The last_read_time
is coerced to
match the latest message create time. Note that the space read state only
affects the read state of messages that are visible in the space's
top-level conversation. Replies in threads are unaffected by this
timestamp, and instead rely on the thread read state.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The field paths to update. Currently supported field paths:
last_read_time
When the last_read_time
is before the latest message create time, the
space appears as unread in the UI.
To mark the space as read, set last_read_time
to any value later (larger)
than the latest message create time. The last_read_time
is coerced to
match the latest message create time. Note that the space read state only
affects the read state of messages that are visible in the space's
top-level conversation. Replies in threads are unaffected by this
timestamp, and instead rely on the thread read state.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
hasSpaceReadState()
public boolean hasSpaceReadState()
Required. The space read state and fields to update.
Only supports updating read state for the calling user.
To refer to the calling user, set one of the following:
The me
alias. For example, users/me/spaces/{space}/spaceReadState
.
Their Workspace email address. For example,
users/user@example.com/spaces/{space}/spaceReadState
.
Their user id. For example,
users/123456789/spaces/{space}/spaceReadState
.
Format: users/{user}/spaces/{space}/spaceReadState
.google.chat.v1.SpaceReadState space_read_state = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the spaceReadState field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Required. The field paths to update. Currently supported field paths:
last_read_time
When the last_read_time
is before the latest message create time, the
space appears as unread in the UI.
To mark the space as read, set last_read_time
to any value later (larger)
than the latest message create time. The last_read_time
is coerced to
match the latest message create time. Note that the space read state only
affects the read state of messages that are visible in the space's
top-level conversation. Replies in threads are unaffected by this
timestamp, and instead rely on the thread read state.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UpdateSpaceReadStateRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateSpaceReadStateRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UpdateSpaceReadStateRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides