| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.clone() |
GoogleAppsCardV1Button |
GoogleAppsCardV1DecoratedText.getButton()
A button that a user can click to trigger an action.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CollapseControl.getCollapseButton()
Optional.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CollapseControl.getExpandButton()
Optional.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CardFixedFooter.getPrimaryButton()
The primary button of the fixed footer.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CardFixedFooter.getSecondaryButton()
The secondary button of the fixed footer.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.set(String fieldName,
Object value) |
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setAltText(String altText)
The alternative text that's used for accessibility.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setColor(Color color)
Optional.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setDisabled(Boolean disabled)
If `true`, the button is displayed in an inactive state and doesn't respond to user actions.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setIcon(GoogleAppsCardV1Icon icon)
An icon displayed inside the button.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setOnClick(GoogleAppsCardV1OnClick onClick)
Required.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setText(String text)
The text displayed inside the button.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setType(String type)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleAppsCardV1Button> |
GoogleAppsCardV1ButtonList.getButtons()
An array of buttons.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setButton(GoogleAppsCardV1Button button)
A button that a user can click to trigger an action.
|
GoogleAppsCardV1CollapseControl |
GoogleAppsCardV1CollapseControl.setCollapseButton(GoogleAppsCardV1Button collapseButton)
Optional.
|
GoogleAppsCardV1CollapseControl |
GoogleAppsCardV1CollapseControl.setExpandButton(GoogleAppsCardV1Button expandButton)
Optional.
|
GoogleAppsCardV1CardFixedFooter |
GoogleAppsCardV1CardFixedFooter.setPrimaryButton(GoogleAppsCardV1Button primaryButton)
The primary button of the fixed footer.
|
GoogleAppsCardV1CardFixedFooter |
GoogleAppsCardV1CardFixedFooter.setSecondaryButton(GoogleAppsCardV1Button secondaryButton)
The secondary button of the fixed footer.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1ButtonList |
GoogleAppsCardV1ButtonList.setButtons(List<GoogleAppsCardV1Button> buttons)
An array of buttons.
|
Copyright © 2011–2025 Google. All rights reserved.