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()
The icon image.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1DecoratedText.getIcon()
Deprecated in favor of `startIcon`.
|
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.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setEndIcon(GoogleAppsCardV1Icon endIcon)
An icon displayed after the text.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setIcon(GoogleAppsCardV1Icon icon)
Deprecated in favor of `startIcon`.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setStartIcon(GoogleAppsCardV1Icon startIcon)
The icon displayed in front of the text.
|
Copyright © 2011–2024 Google. All rights reserved.