public interface AddOnWidgetSetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUsedWidgets(int index)
public abstract AddOnWidgetSet.WidgetType getUsedWidgets(int index)The list of widgets used in an add-on.
repeated .google.apps.script.type.AddOnWidgetSet.WidgetType used_widgets = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| AddOnWidgetSet.WidgetType | The usedWidgets at the given index. |
getUsedWidgetsCount()
public abstract int getUsedWidgetsCount()The list of widgets used in an add-on.
repeated .google.apps.script.type.AddOnWidgetSet.WidgetType used_widgets = 1;
| Type | Description |
| int | The count of usedWidgets. |
getUsedWidgetsList()
public abstract List<AddOnWidgetSet.WidgetType> getUsedWidgetsList()The list of widgets used in an add-on.
repeated .google.apps.script.type.AddOnWidgetSet.WidgetType used_widgets = 1;
| Type | Description |
| List<WidgetType> | A list containing the usedWidgets. |
getUsedWidgetsValue(int index)
public abstract int getUsedWidgetsValue(int index)The list of widgets used in an add-on.
repeated .google.apps.script.type.AddOnWidgetSet.WidgetType used_widgets = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| int | The enum numeric value on the wire of usedWidgets at the given index. |
getUsedWidgetsValueList()
public abstract List<Integer> getUsedWidgetsValueList()The list of widgets used in an add-on.
repeated .google.apps.script.type.AddOnWidgetSet.WidgetType used_widgets = 1;
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for usedWidgets. |