Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.clone() |
GoogleAppsCardV1Action |
GoogleAppsCardV1OnClick.getAction()
If specified, an action is triggered by this onClick.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1TextInput.getAutoCompleteAction()
The refresh function that returns suggestions based on the user's input text.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1DateTimePicker.getOnChangeAction()
Triggered when the user clicks Save or Clear from the date/time picker dialog.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1SelectionInput.getOnChangeAction()
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1TextInput.getOnChangeAction()
The onChange action, for example, invoke a function.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1SwitchControl.getOnChangeAction()
The action when the switch state is changed.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1OnClick.getOpenDynamicLinkAction()
An add-on triggers this action when the action needs to open a link.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.set(String fieldName,
Object value) |
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setFunction(String function)
Apps Script function to invoke when the containing element is clicked/activated.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setLoadIndicator(String loadIndicator) |
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setParameters(List<GoogleAppsCardV1ActionParameter> parameters)
List of action parameters.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setPersistValues(Boolean persistValues)
Indicates whether form values persist after the action.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setAction(GoogleAppsCardV1Action action)
If specified, an action is triggered by this onClick.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setAutoCompleteAction(GoogleAppsCardV1Action autoCompleteAction)
The refresh function that returns suggestions based on the user's input text.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
Triggered when the user clicks Save or Clear from the date/time picker dialog.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
The onChange action, for example, invoke a function.
|
GoogleAppsCardV1SwitchControl |
GoogleAppsCardV1SwitchControl.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
The action when the switch state is changed.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setOpenDynamicLinkAction(GoogleAppsCardV1Action openDynamicLinkAction)
An add-on triggers this action when the action needs to open a link.
|
Copyright © 2011–2021 Google. All rights reserved.