Uses of Class
com.google.apps.card.v1.Action
Packages that use Action
-
Uses of Action in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ActionModifier and TypeMethodDescriptionAction.Builder.build()
Action.Builder.buildPartial()
OnClick.Builder.getAction()
If specified, an action is triggered by this `onClick`.OnClick.getAction()
If specified, an action is triggered by this `onClick`.OnClickOrBuilder.getAction()
If specified, an action is triggered by this `onClick`.TextInput.Builder.getAutoCompleteAction()
Optional.TextInput.getAutoCompleteAction()
Optional.TextInputOrBuilder.getAutoCompleteAction()
Optional.static Action
Action.getDefaultInstance()
Action.Builder.getDefaultInstanceForType()
Action.getDefaultInstanceForType()
SelectionInput.Builder.getExternalDataSource()
An external data source, such as a relational data base.SelectionInput.getExternalDataSource()
An external data source, such as a relational data base.SelectionInputOrBuilder.getExternalDataSource()
An external data source, such as a relational data base.DateTimePicker.Builder.getOnChangeAction()
Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DateTimePicker.getOnChangeAction()
Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DateTimePickerOrBuilder.getOnChangeAction()
Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DecoratedText.SwitchControl.Builder.getOnChangeAction()
The action to perform when the switch state is changed, such as what function to run.DecoratedText.SwitchControl.getOnChangeAction()
The action to perform when the switch state is changed, such as what function to run.DecoratedText.SwitchControlOrBuilder.getOnChangeAction()
The action to perform when the switch state is changed, such as what function to run.SelectionInput.Builder.getOnChangeAction()
If specified, the form is submitted when the selection changes.SelectionInput.getOnChangeAction()
If specified, the form is submitted when the selection changes.SelectionInputOrBuilder.getOnChangeAction()
If specified, the form is submitted when the selection changes.TextInput.Builder.getOnChangeAction()
What to do when a change occurs in the text input field.TextInput.getOnChangeAction()
What to do when a change occurs in the text input field.TextInputOrBuilder.getOnChangeAction()
What to do when a change occurs in the text input field.OnClick.Builder.getOpenDynamicLinkAction()
An add-on triggers this action when the action needs to open a link.OnClick.getOpenDynamicLinkAction()
An add-on triggers this action when the action needs to open a link.OnClickOrBuilder.getOpenDynamicLinkAction()
An add-on triggers this action when the action needs to open a link.static Action
Action.parseDelimitedFrom
(InputStream input) static Action
Action.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Action
Action.parseFrom
(byte[] data) static Action
Action.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Action
Action.parseFrom
(com.google.protobuf.ByteString data) static Action
Action.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Action
Action.parseFrom
(com.google.protobuf.CodedInputStream input) static Action
Action.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Action
Action.parseFrom
(InputStream input) static Action
Action.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Action
Action.parseFrom
(ByteBuffer data) static Action
Action.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type ActionModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Action> Action.getParserForType()
static com.google.protobuf.Parser
<Action> Action.parser()
Methods in com.google.apps.card.v1 with parameters of type ActionModifier and TypeMethodDescriptionOnClick.Builder.mergeAction
(Action value) If specified, an action is triggered by this `onClick`.TextInput.Builder.mergeAutoCompleteAction
(Action value) Optional.SelectionInput.Builder.mergeExternalDataSource
(Action value) An external data source, such as a relational data base.DateTimePicker.Builder.mergeOnChangeAction
(Action value) Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DecoratedText.SwitchControl.Builder.mergeOnChangeAction
(Action value) The action to perform when the switch state is changed, such as what function to run.SelectionInput.Builder.mergeOnChangeAction
(Action value) If specified, the form is submitted when the selection changes.TextInput.Builder.mergeOnChangeAction
(Action value) What to do when a change occurs in the text input field.OnClick.Builder.mergeOpenDynamicLinkAction
(Action value) An add-on triggers this action when the action needs to open a link.static Action.Builder
Action.newBuilder
(Action prototype) If specified, an action is triggered by this `onClick`.TextInput.Builder.setAutoCompleteAction
(Action value) Optional.SelectionInput.Builder.setExternalDataSource
(Action value) An external data source, such as a relational data base.DateTimePicker.Builder.setOnChangeAction
(Action value) Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DecoratedText.SwitchControl.Builder.setOnChangeAction
(Action value) The action to perform when the switch state is changed, such as what function to run.SelectionInput.Builder.setOnChangeAction
(Action value) If specified, the form is submitted when the selection changes.TextInput.Builder.setOnChangeAction
(Action value) What to do when a change occurs in the text input field.OnClick.Builder.setOpenDynamicLinkAction
(Action value) An add-on triggers this action when the action needs to open a link.