Google Apps Chat V1 Client - Class RichLinkType (0.12.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class RichLinkType.

The rich link type. More types might be added in the future.

Protobuf type google.chat.v1.RichLinkMetadata.RichLinkType

Namespace

Google \ Apps \ Chat \ V1 \ RichLinkMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

Value: 0

Default value for the enum. Don't use.

Generated from protobuf enum RICH_LINK_TYPE_UNSPECIFIED = 0;

DRIVE_FILE

Value: 1

A Google Drive rich link type.

Generated from protobuf enum DRIVE_FILE = 1;

CHAT_SPACE

Value: 2

A Chat space rich link type. For example, a space smart chip.

Generated from protobuf enum CHAT_SPACE = 2;

MEET_SPACE

Value: 4

A Meet message rich link type. For example, a Meet chip.

Generated from protobuf enum MEET_SPACE = 4;

CALENDAR_EVENT

Value: 5

A Calendar message rich link type. For example, a Calendar chip.

Generated from protobuf enum CALENDAR_EVENT = 5;