|
Class |
Description |
| com.google.apps.card.v1.Action |
An action that describes the behavior when the form is submitted.
For example, you can invoke an Apps Script script to handle the form.
If the action is triggered, the form values are sent to the server. |
| com.google.apps.card.v1.Action.ActionParameter |
List of string parameters to supply when the action method is invoked.
For example, consider three snooze buttons: snooze now, snooze one day,
or snooze next week. You might use action method = snooze(), passing the |
| com.google.apps.card.v1.Action.ActionParameter.Builder |
List of string parameters to supply when the action method is invoked.
For example, consider three snooze buttons: snooze now, snooze one day,
or snooze next week. You might use action method = snooze(), passing the |
| com.google.apps.card.v1.Action.Builder |
An action that describes the behavior when the form is submitted.
For example, you can invoke an Apps Script script to handle the form.
If the action is triggered, the form values are sent to the server. |
| com.google.apps.card.v1.BorderStyle |
The style options for the border of a card or widget, including the border
type and color.
|
| com.google.apps.card.v1.BorderStyle.Builder |
The style options for the border of a card or widget, including the border
type and color.
|
| com.google.apps.card.v1.Button |
A text, icon, or text and icon button that users can click. For an example in
Google Chat apps, see
Add a |
| com.google.apps.card.v1.Button.Builder |
A text, icon, or text and icon button that users can click. For an example in
Google Chat apps, see
Add a |
| com.google.apps.card.v1.ButtonList |
A list of buttons layed out horizontally. For an example in
Google Chat apps, see
Add a |
| com.google.apps.card.v1.ButtonList.Builder |
A list of buttons layed out horizontally. For an example in
Google Chat apps, see
Add a |
| com.google.apps.card.v1.Card |
A card interface displayed in a Google Chat message or Google Workspace
add-on.
|
| com.google.apps.card.v1.Card.Builder |
A card interface displayed in a Google Chat message or Google Workspace
add-on.
|
| com.google.apps.card.v1.Card.CardAction |
A card action is the action associated with the card. For example,
an invoice card might include actions such as delete invoice, email
invoice, or open the invoice in a browser. |
| com.google.apps.card.v1.Card.CardAction.Builder |
A card action is the action associated with the card. For example,
an invoice card might include actions such as delete invoice, email
invoice, or open the invoice in a browser. |
| com.google.apps.card.v1.Card.CardFixedFooter |
A persistent (sticky) footer that that appears at the bottom of the card.
Setting fixedFooter without specifying a primaryButton or a |
| com.google.apps.card.v1.Card.CardFixedFooter.Builder |
A persistent (sticky) footer that that appears at the bottom of the card.
Setting fixedFooter without specifying a primaryButton or a |
| com.google.apps.card.v1.Card.CardHeader |
Represents a card header. For an example in Google Chat apps, see Add a
header.
|
| com.google.apps.card.v1.Card.CardHeader.Builder |
Represents a card header. For an example in Google Chat apps, see Add a
header.
|
| com.google.apps.card.v1.Card.NestedWidget |
A list of widgets that can be displayed in a containing layout, such
as a CarouselCard.
Google Chat apps: |
| com.google.apps.card.v1.Card.NestedWidget.Builder |
A list of widgets that can be displayed in a containing layout, such
as a CarouselCard.
Google Chat apps: |
| com.google.apps.card.v1.Card.Section |
A section contains a collection of widgets that are rendered
vertically in the order that they're specified.
|
| com.google.apps.card.v1.Card.Section.Builder |
A section contains a collection of widgets that are rendered
vertically in the order that they're specified.
|
| com.google.apps.card.v1.CardProto |
|
| com.google.apps.card.v1.Carousel |
A carousel, also known as a slider, rotates and displays a list of widgets in
a slideshow format, with buttons navigating to the previous or next widget.
|
| com.google.apps.card.v1.Carousel.Builder |
A carousel, also known as a slider, rotates and displays a list of widgets in
a slideshow format, with buttons navigating to the previous or next widget.
|
| com.google.apps.card.v1.Carousel.CarouselCard |
A card that can be displayed as a carousel item.
Google Chat apps:
|
| com.google.apps.card.v1.Carousel.CarouselCard.Builder |
A card that can be displayed as a carousel item.
Google Chat apps:
|
| com.google.apps.card.v1.Chip |
A text, icon, or text and icon chip that users can click.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Chip.Builder |
A text, icon, or text and icon chip that users can click.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.ChipList |
A list of chips layed out horizontally, which can either scroll horizontally
or wrap to the next line.
|
| com.google.apps.card.v1.ChipList.Builder |
A list of chips layed out horizontally, which can either scroll horizontally
or wrap to the next line.
|
| com.google.apps.card.v1.CollapseControl |
Represent an expand and collapse control.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.CollapseControl.Builder |
Represent an expand and collapse control.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Columns |
The Columns widget displays up to 2 columns in a card or dialog. You can
add widgets to each column; the widgets appear in the order that they are
specified. For an example in Google Chat apps, see |
| com.google.apps.card.v1.Columns.Builder |
The Columns widget displays up to 2 columns in a card or dialog. You can
add widgets to each column; the widgets appear in the order that they are
specified. For an example in Google Chat apps, see |
| com.google.apps.card.v1.Columns.Column |
A column.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Columns.Column.Builder |
A column.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Columns.Column.Widgets |
The supported widgets that you can include in a column.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Columns.Column.Widgets.Builder |
The supported widgets that you can include in a column.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.DateTimePicker |
Lets users input a date, a time, or both a date and a time.
Supports form submission validation. When Action.all_widgets_are_required
is set to true or this widget is specified in Action.required_widgets, |
| com.google.apps.card.v1.DateTimePicker.Builder |
Lets users input a date, a time, or both a date and a time.
Supports form submission validation. When Action.all_widgets_are_required
is set to true or this widget is specified in Action.required_widgets, |
| com.google.apps.card.v1.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. For an example in |
| com.google.apps.card.v1.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. For an example in |
| com.google.apps.card.v1.DecoratedText.SwitchControl |
Either a toggle-style switch or a checkbox inside a decoratedText widget.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.DecoratedText.SwitchControl.Builder |
Either a toggle-style switch or a checkbox inside a decoratedText widget.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Divider |
Displays a divider between widgets as a horizontal line. For an example in
Google Chat apps, see
Add a horizontal divider between |
| com.google.apps.card.v1.Divider.Builder |
Displays a divider between widgets as a horizontal line. For an example in
Google Chat apps, see
Add a horizontal divider between |
| com.google.apps.card.v1.Grid |
Displays a grid with a collection of items. Items can only include text or
images. For responsive columns, or to include more than text or images, use
Columns. For an example in Google Chat apps, |
| com.google.apps.card.v1.Grid.Builder |
Displays a grid with a collection of items. Items can only include text or
images. For responsive columns, or to include more than text or images, use
Columns. For an example in Google Chat apps, |
| com.google.apps.card.v1.Grid.GridItem |
Represents an item in a grid layout. Items can contain text, an image, or
both text and an image.
|
| com.google.apps.card.v1.Grid.GridItem.Builder |
Represents an item in a grid layout. Items can contain text, an image, or
both text and an image.
|
| com.google.apps.card.v1.Icon |
An icon displayed in a widget on a card. For an example in Google Chat apps,
see Add an
icon. |
| com.google.apps.card.v1.Icon.Builder |
An icon displayed in a widget on a card. For an example in Google Chat apps,
see Add an
icon. |
| com.google.apps.card.v1.Image |
An image that is specified by a URL and can have an onClick action. For an
example, see Add an
image. |
| com.google.apps.card.v1.Image.Builder |
An image that is specified by a URL and can have an onClick action. For an
example, see Add an
image. |
| com.google.apps.card.v1.ImageComponent |
Represents an image.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.ImageComponent.Builder |
Represents an image.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.ImageCropStyle |
Represents the crop style applied to an image.
Google Workspace add-ons and |
| com.google.apps.card.v1.ImageCropStyle.Builder |
Represents the crop style applied to an image.
Google Workspace add-ons and |
| com.google.apps.card.v1.MaterialIcon |
A Google Material Icon, which includes over
2500+ options.
|
| com.google.apps.card.v1.MaterialIcon.Builder |
A Google Material Icon, which includes over
2500+ options.
|
| com.google.apps.card.v1.OnClick |
Represents how to respond when users click an interactive element on
a card, such as a button.
|
| com.google.apps.card.v1.OnClick.Builder |
Represents how to respond when users click an interactive element on
a card, such as a button.
|
| com.google.apps.card.v1.OpenLink |
Represents an onClick event that opens a hyperlink.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.OpenLink.Builder |
Represents an onClick event that opens a hyperlink.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.OverflowMenu |
A widget that presents a pop-up menu with one or more actions that users can
invoke. For example, showing non-primary actions in a card. You can use this
widget when actions don't fit in the available space. To use, specify this |
| com.google.apps.card.v1.OverflowMenu.Builder |
A widget that presents a pop-up menu with one or more actions that users can
invoke. For example, showing non-primary actions in a card. You can use this
widget when actions don't fit in the available space. To use, specify this |
| com.google.apps.card.v1.OverflowMenu.OverflowMenuItem |
An option that users can invoke in an overflow menu.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.OverflowMenu.OverflowMenuItem.Builder |
An option that users can invoke in an overflow menu.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.SelectionInput |
A widget that creates one or more UI items that users can select.
Supports form submission validation for dropdown and multiselect menus
only. When Action.all_widgets_are_required is set to true or this widget |
| com.google.apps.card.v1.SelectionInput.Builder |
A widget that creates one or more UI items that users can select.
Supports form submission validation for dropdown and multiselect menus
only. When Action.all_widgets_are_required is set to true or this widget |
| com.google.apps.card.v1.SelectionInput.PlatformDataSource |
For a
SelectionInput widget that uses a
multiselect menu, a data source from Google Workspace. Used to populate |
| com.google.apps.card.v1.SelectionInput.PlatformDataSource.Builder |
For a
SelectionInput widget that uses a
multiselect menu, a data source from Google Workspace. Used to populate |
| com.google.apps.card.v1.SelectionInput.SelectionItem |
An item that users can select in a selection input, such as a checkbox
or switch. Supports up to 100 items.
|
| com.google.apps.card.v1.SelectionInput.SelectionItem.Builder |
An item that users can select in a selection input, such as a checkbox
or switch. Supports up to 100 items.
|
| com.google.apps.card.v1.Suggestions |
Suggested values that users can enter. These values appear when users click
inside the text input field. As users type, the suggested values
dynamically filter to match what the users have typed. |
| com.google.apps.card.v1.Suggestions.Builder |
Suggested values that users can enter. These values appear when users click
inside the text input field. As users type, the suggested values
dynamically filter to match what the users have typed. |
| com.google.apps.card.v1.Suggestions.SuggestionItem |
One suggested value that users can enter in a text input field.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Suggestions.SuggestionItem.Builder |
One suggested value that users can enter in a text input field.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.TextInput |
A field in which users can enter text. Supports suggestions and on-change
actions.
Supports form submission validation. When Action.all_widgets_are_required |
| com.google.apps.card.v1.TextInput.Builder |
A field in which users can enter text. Supports suggestions and on-change
actions.
Supports form submission validation. When Action.all_widgets_are_required |
| com.google.apps.card.v1.TextParagraph |
A paragraph of text that supports formatting. For an example in
Google Chat apps, see Add a paragraph of formatted
text. |
| com.google.apps.card.v1.TextParagraph.Builder |
A paragraph of text that supports formatting. For an example in
Google Chat apps, see Add a paragraph of formatted
text. |
| com.google.apps.card.v1.Validation |
Represents the necessary data for validating the widget it's attached to.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Validation.Builder |
Represents the necessary data for validating the widget it's attached to.
Google Workspace add-ons and Chat |
| com.google.apps.card.v1.Widget |
Each card is made up of widgets.
A widget is a composite object that can represent one of text, images, |
| com.google.apps.card.v1.Widget.Builder |
Each card is made up of widgets.
A widget is a composite object that can represent one of text, images, |