| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.clone() |
GoogleAppsCardV1Icon |
GoogleAppsCardV1DecoratedText.getEndIcon()
An icon displayed after the text.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Button.getIcon()
An icon displayed inside the button.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Chip.getIcon()
The icon image.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1DecoratedText.getIcon()
Deprecated in favor of `startIcon`.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1OverflowMenuItem.getStartIcon()
The icon displayed in front of the text.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1DecoratedText.getStartIcon()
The icon displayed in front of the text.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.set(String fieldName,
Object value) |
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setAltText(String altText)
Optional.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setIconUrl(String iconUrl)
Display a custom icon hosted at an HTTPS URL.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setImageType(String imageType)
The crop style applied to the image.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setKnownIcon(String knownIcon)
Display one of the built-in icons provided by Google Workspace.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setMaterialIcon(GoogleAppsCardV1MaterialIcon materialIcon)
Display one of the [Google Material Icons](https://fonts.google.com/icons).
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setEndIcon(GoogleAppsCardV1Icon endIcon)
An icon displayed after the text.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setIcon(GoogleAppsCardV1Icon icon)
An icon displayed inside the button.
|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setIcon(GoogleAppsCardV1Icon icon)
Deprecated in favor of `startIcon`.
|
GoogleAppsCardV1OverflowMenuItem |
GoogleAppsCardV1OverflowMenuItem.setStartIcon(GoogleAppsCardV1Icon startIcon)
The icon displayed in front of the text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setStartIcon(GoogleAppsCardV1Icon startIcon)
The icon displayed in front of the text.
|
Copyright © 2011–2025 Google. All rights reserved.