public interface ChatSpaceLinkDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessage()
public abstract String getMessage()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()
public abstract ByteString getMessageBytes()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()
public abstract String getSpace()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()
public abstract ByteString getSpaceBytes()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()
public abstract String getThread()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()
public abstract ByteString getThreadBytes()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. |