| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.clone() |
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.set(String fieldName,
Object value) |
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setButtonList(GoogleAppsCardV1ButtonList buttonList)
A list of buttons.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setCarousel(GoogleAppsCardV1Carousel carousel)
A carousel contains a collection of nested widgets.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setChipList(GoogleAppsCardV1ChipList chipList)
A list of chips.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setColumns(GoogleAppsCardV1Columns columns)
Displays up to 2 columns.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDateTimePicker(GoogleAppsCardV1DateTimePicker dateTimePicker)
Displays a widget that lets users input a date, time, or date and time.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDecoratedText(GoogleAppsCardV1DecoratedText decoratedText)
Displays a decorated text item.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDivider(GoogleAppsCardV1Divider divider)
Displays a horizontal line divider between widgets.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setEventActions(List<GoogleAppsCardV1EventAction> eventActions)
Specifies the event actions that can be performed on the widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setGrid(GoogleAppsCardV1Grid grid)
Displays a grid with a collection of items.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setHorizontalAlignment(String horizontalAlignment)
Specifies whether widgets align to the left, right, or center of a column.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setId(String id)
A unique ID assigned to the widget that's used to identify the widget to be mutated.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setImage(GoogleAppsCardV1Image image)
Displays an image.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a selection control that lets users select items.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextInput(GoogleAppsCardV1TextInput textInput)
Displays a text box that users can type into.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextParagraph(GoogleAppsCardV1TextParagraph textParagraph)
Displays a text paragraph.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setVisibility(String visibility)
Specifies whether the widget is visible or hidden.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleAppsCardV1Widget> |
GoogleAppsCardV1Section.getWidgets()
All the widgets in the section.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setWidgets(List<GoogleAppsCardV1Widget> widgets)
All the widgets in the section.
|
Copyright © 2011–2025 Google. All rights reserved.