Enum OpenLink.OpenAs (2.37.1)

public enum OpenLink.OpenAs extends Enum<OpenLink.OpenAs> implements ProtocolMessageEnum

When an OnClick action opens a link, then the client can either open it as a full-size window (if that's the frame used by the client), or an overlay (such as a pop-up). The implementation depends on the client platform capabilities, and the value selected might be ignored if the client doesn't support it. FULL_SIZE is supported by all clients.

Google Workspace Add-ons:

Protobuf enum google.apps.card.v1.OpenLink.OpenAs

Implements

ProtocolMessageEnum

Static Fields

NameDescription

The link opens as a full-size window (if that's the frame used by the client).

FULL_SIZE = 0;

The link opens as a full-size window (if that's the frame used by the client).

FULL_SIZE = 0;

The link opens as an overlay, such as a pop-up.

OVERLAY = 1;

The link opens as an overlay, such as a pop-up.

OVERLAY = 1;

Static Methods

NameDescription

Deprecated. Use #forNumber(int) instead.

Methods

NameDescription