public interface GetThreadReadStateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()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()
public abstract ByteString getNameBytes()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. |