Interface ChatSpaceLinkDataOrBuilder (0.42.0)

publicinterface ChatSpaceLinkDataOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.