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.
Protobuf enum google.apps.card.v1.OpenLink.OpenAs
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FULL_SIZE |
The link opens as a full-size window (if that's the frame used by the client). |
FULL_SIZE_VALUE |
The link opens as a full-size window (if that's the frame used by the client). |
OVERLAY |
The link opens as an overlay, such as a pop-up. |
OVERLAY_VALUE |
The link opens as an overlay, such as a pop-up. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |