Interface ForwardedMetadataOrBuilder (0.49.0)

public interface ForwardedMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSpace()

public abstract String getSpace()

Output only. The resource name of the source space. Format: spaces/{space}

string space = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The space.

getSpaceBytes()

public abstract ByteString getSpaceBytes()

Output only. The resource name of the source space. Format: spaces/{space}

string space = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for space.

getSpaceDisplayName()

public abstract String getSpaceDisplayName()

Output only. The display name of the source space or DM at the time of forwarding. For SPACE, this is the space name. For DIRECT_MESSAGE, this is the other participant's name (e.g., "User A"). For GROUP_CHAT, this is a generated name based on members' first names, limited to 5 including the creator (e.g., "User A, User B").

string space_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The spaceDisplayName.

getSpaceDisplayNameBytes()

public abstract ByteString getSpaceDisplayNameBytes()

Output only. The display name of the source space or DM at the time of forwarding. For SPACE, this is the space name. For DIRECT_MESSAGE, this is the other participant's name (e.g., "User A"). For GROUP_CHAT, this is a generated name based on members' first names, limited to 5 including the creator (e.g., "User A, User B").

string space_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for spaceDisplayName.