Interface ChatSpaceLinkDataOrBuilder (0.42.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ChatSpaceLinkDataOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getMessage()
publicabstractStringgetMessage()The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
string message = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
publicabstractByteStringgetMessageBytes()The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
string message = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getSpace()
publicabstractStringgetSpace()The space of the linked Chat space resource.
Format: spaces/{space}
string space = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The space. |
getSpaceBytes()
publicabstractByteStringgetSpaceBytes()The space of the linked Chat space resource.
Format: spaces/{space}
string space = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for space. |
getThread()
publicabstractStringgetThread()The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
string thread = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The thread. |
getThreadBytes()
publicabstractByteStringgetThreadBytes()The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
string thread = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thread. |