Enum AddOnWidgetSet.WidgetType (2.41.0)

public enum AddOnWidgetSet.WidgetType extends Enum<AddOnWidgetSet.WidgetType> implements ProtocolMessageEnum

The Widget type. DEFAULT is the basic widget set.

Protobuf enum google.apps.script.type.AddOnWidgetSet.WidgetType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADDON_COMPOSE_UI_ACTION

A Gmail add-on action that applies to the addon compose UI.

ADDON_COMPOSE_UI_ACTION = 7;

ADDON_COMPOSE_UI_ACTION_VALUE

A Gmail add-on action that applies to the addon compose UI.

ADDON_COMPOSE_UI_ACTION = 7;

DATE_PICKER

The date picker.

DATE_PICKER = 1;

DATE_PICKER_VALUE

The date picker.

DATE_PICKER = 1;

Fixed footer in card.

FIXED_FOOTER = 4;

Fixed footer in card.

FIXED_FOOTER = 4;

GRID_WIDGET

The grid widget.

GRID_WIDGET = 6;

GRID_WIDGET_VALUE

The grid widget.

GRID_WIDGET = 6;

PERSISTENT_FORMS

Persistent forms allow persisting form values during actions.

PERSISTENT_FORMS = 3;

PERSISTENT_FORMS_VALUE

Persistent forms allow persisting form values during actions.

PERSISTENT_FORMS = 3;

STYLED_BUTTONS

Styled buttons include filled buttons and disabled buttons.

STYLED_BUTTONS = 2;

STYLED_BUTTONS_VALUE

Styled buttons include filled buttons and disabled buttons.

STYLED_BUTTONS = 2;

UNRECOGNIZED
UPDATE_SUBJECT_AND_RECIPIENTS

Update the subject and recipients of a draft.

UPDATE_SUBJECT_AND_RECIPIENTS = 5;

UPDATE_SUBJECT_AND_RECIPIENTS_VALUE

Update the subject and recipients of a draft.

UPDATE_SUBJECT_AND_RECIPIENTS = 5;

WIDGET_TYPE_UNSPECIFIED

The default widget set.

WIDGET_TYPE_UNSPECIFIED = 0;

WIDGET_TYPE_UNSPECIFIED_VALUE

The default widget set.

WIDGET_TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()