| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.clone() |
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1Widget.getDecoratedText()
Displays a decorated text item.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1Widgets.getDecoratedText()
DecoratedText widget.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.set(String fieldName,
Object value) |
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setBottomLabel(String bottomLabel)
The text that appears below `text`.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setButton(GoogleAppsCardV1Button button)
A button that a user can click to trigger an action.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setEndIcon(GoogleAppsCardV1Icon endIcon)
An icon displayed after the text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setIcon(GoogleAppsCardV1Icon icon)
Deprecated in favor of `startIcon`.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setOnClick(GoogleAppsCardV1OnClick onClick)
This action is triggered when users click `topLabel` or `bottomLabel`.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setStartIcon(GoogleAppsCardV1Icon startIcon)
The icon displayed in front of the text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setSwitchControl(GoogleAppsCardV1SwitchControl switchControl)
A switch widget that a user can click to change its state and trigger an action.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setText(String text)
Required.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setTopLabel(String topLabel)
The text that appears above `text`.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setWrapText(Boolean wrapText)
The wrap text setting.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDecoratedText(GoogleAppsCardV1DecoratedText decoratedText)
Displays a decorated text item.
|
GoogleAppsCardV1Widgets |
GoogleAppsCardV1Widgets.setDecoratedText(GoogleAppsCardV1DecoratedText decoratedText)
DecoratedText widget.
|
Copyright © 2011–2025 Google. All rights reserved.