Interface GetThreadReadStateRequestOrBuilder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface GetThreadReadStateRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getName()
publicabstractStringgetName()Required. Resource name of the thread read state to retrieve.
Only supports getting read state for the calling user.
To refer to the calling user, set one of the following:
The
mealias. For example,users/me/spaces/{space}/threads/{thread}/threadReadState.Their Workspace email address. For example,
users/user@example.com/spaces/{space}/threads/{thread}/threadReadState.Their user id. For example,
users/123456789/spaces/{space}/threads/{thread}/threadReadState.Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicabstractByteStringgetNameBytes()Required. Resource name of the thread read state to retrieve.
Only supports getting read state for the calling user.
To refer to the calling user, set one of the following:
The
mealias. For example,users/me/spaces/{space}/threads/{thread}/threadReadState.Their Workspace email address. For example,
users/user@example.com/spaces/{space}/threads/{thread}/threadReadState.Their user id. For example,
users/123456789/spaces/{space}/threads/{thread}/threadReadState.Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |