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 |
GoogleAppsCardV1DecoratedText.getIcon()
Deprecated in favor of start_icon.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Button.getIcon()
The icon image.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1DecoratedText.getStartIcon()
The icon displayed in front of the text.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.set(String fieldName,
Object value) |
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setAltText(String altText)
The description of the icon, used for accessibility.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setIconUrl(String iconUrl)
The icon specified by a URL.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setImageType(String imageType)
The crop style applied to the image.
|
GoogleAppsCardV1Icon |
GoogleAppsCardV1Icon.setKnownIcon(String knownIcon)
The icon specified by the string name of a list of known icons
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setEndIcon(GoogleAppsCardV1Icon endIcon)
An icon displayed after the text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setIcon(GoogleAppsCardV1Icon icon)
Deprecated in favor of start_icon.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setStartIcon(GoogleAppsCardV1Icon startIcon)
The icon displayed in front of the text.
|
Copyright © 2011–2021 Google. All rights reserved.