Action |
An action that describes the behavior when the form is submitted.
|
Action.ActionParameter |
List of string parameters to supply when the action method is invoked.
|
Action.ActionParameter.Builder |
List of string parameters to supply when the action method is invoked.
|
Action.Builder |
An action that describes the behavior when the form is submitted.
|
BorderStyle |
The style options for the border of a card or widget, including the border
type and color.
|
BorderStyle.Builder |
The style options for the border of a card or widget, including the border
type and color.
|
Button |
A text, icon, or text and icon button that users can click.
|
Button.Builder |
A text, icon, or text and icon button that users can click.
|
ButtonList |
A list of buttons layed out horizontally.
|
ButtonList.Builder |
A list of buttons layed out horizontally.
|
Card |
A card interface displayed in a Google Chat message or Google Workspace
Add-on.
|
Card.Builder |
A card interface displayed in a Google Chat message or Google Workspace
Add-on.
|
Card.CardAction |
A card action is the action associated with the card.
|
Card.CardAction.Builder |
A card action is the action associated with the card.
|
Card.CardFixedFooter |
A persistent (sticky) footer that that appears at the bottom of the card.
|
Card.CardFixedFooter.Builder |
A persistent (sticky) footer that that appears at the bottom of the card.
|
Card.CardHeader |
Represents a card header.
|
Card.CardHeader.Builder |
Represents a card header.
|
Card.Section |
A section contains a collection of widgets that are rendered
vertically in the order that they're specified.
|
Card.Section.Builder |
A section contains a collection of widgets that are rendered
vertically in the order that they're specified.
|
CardProto |
|
Columns |
The `Columns` widget displays up to 2 columns in a card or dialog.
|
Columns.Builder |
The `Columns` widget displays up to 2 columns in a card or dialog.
|
Columns.Column |
A column.
|
Columns.Column.Builder |
A column.
|
Columns.Column.Widgets |
The supported widgets that you can include in a column.
|
Columns.Column.Widgets.Builder |
The supported widgets that you can include in a column.
|
DateTimePicker |
Lets users input a date, a time, or both a date and a time.
|
DateTimePicker.Builder |
Lets users input a date, a time, or both a date and a time.
|
DecoratedText |
A widget that displays text with optional decorations such as a label above
or below the text, an icon in front of the text, a selection widget, or a
button after the text.
|
DecoratedText.Builder |
A widget that displays text with optional decorations such as a label above
or below the text, an icon in front of the text, a selection widget, or a
button after the text.
|
DecoratedText.SwitchControl |
Either a toggle-style switch or a checkbox inside a `decoratedText` widget.
|
DecoratedText.SwitchControl.Builder |
Either a toggle-style switch or a checkbox inside a `decoratedText` widget.
|
Divider |
Displays a divider between widgets as a horizontal line.
|
Divider.Builder |
Displays a divider between widgets as a horizontal line.
|
Grid |
Displays a grid with a collection of items.
|
Grid.Builder |
Displays a grid with a collection of items.
|
Grid.GridItem |
Represents an item in a grid layout.
|
Grid.GridItem.Builder |
Represents an item in a grid layout.
|
Icon |
An icon displayed in a widget on a card.
|
Icon.Builder |
An icon displayed in a widget on a card.
|
Image |
An image that is specified by a URL and can have an `onClick` action.
|
Image.Builder |
An image that is specified by a URL and can have an `onClick` action.
|
ImageComponent |
Represents an image.
|
ImageComponent.Builder |
Represents an image.
|
ImageCropStyle |
Represents the crop style applied to an image.
|
ImageCropStyle.Builder |
Represents the crop style applied to an image.
|
MaterialIcon |
A [Google Material Icon](https://fonts.google.com/icons), which includes over
2500+ options.
|
MaterialIcon.Builder |
A [Google Material Icon](https://fonts.google.com/icons), which includes over
2500+ options.
|
OnClick |
Represents how to respond when users click an interactive element on
a card, such as a button.
|
OnClick.Builder |
Represents how to respond when users click an interactive element on
a card, such as a button.
|
OpenLink |
Represents an `onClick` event that opens a hyperlink.
|
OpenLink.Builder |
Represents an `onClick` event that opens a hyperlink.
|
SelectionInput |
A widget that creates one or more UI items that users can select.
|
SelectionInput.Builder |
A widget that creates one or more UI items that users can select.
|
SelectionInput.PlatformDataSource |
For a
[`SelectionInput`][google.apps.card.v1.SelectionInput] widget that uses a
multiselect menu, a data source from Google Workspace.
|
SelectionInput.PlatformDataSource.Builder |
For a
[`SelectionInput`][google.apps.card.v1.SelectionInput] widget that uses a
multiselect menu, a data source from Google Workspace.
|
SelectionInput.SelectionItem |
An item that users can select in a selection input, such as a checkbox
or switch.
|
SelectionInput.SelectionItem.Builder |
An item that users can select in a selection input, such as a checkbox
or switch.
|
Suggestions |
Suggested values that users can enter.
|
Suggestions.Builder |
Suggested values that users can enter.
|
Suggestions.SuggestionItem |
One suggested value that users can enter in a text input field.
|
Suggestions.SuggestionItem.Builder |
One suggested value that users can enter in a text input field.
|
TextInput |
A field in which users can enter text.
|
TextInput.Builder |
A field in which users can enter text.
|
TextParagraph |
A paragraph of text that supports formatting.
|
TextParagraph.Builder |
A paragraph of text that supports formatting.
|
Widget |
Each card is made up of widgets.
|
Widget.Builder |
Each card is made up of widgets.
|