Uses of Class
com.google.apps.card.v1.Action.Builder
Packages that use Action.Builder
-
Uses of Action.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Action.BuilderModifier and TypeMethodDescriptionAction.Builder.addAllParameters
(Iterable<? extends Action.ActionParameter> values) List of action parameters.Action.Builder.addParameters
(int index, Action.ActionParameter value) List of action parameters.Action.Builder.addParameters
(int index, Action.ActionParameter.Builder builderForValue) List of action parameters.Action.Builder.addParameters
(Action.ActionParameter value) List of action parameters.Action.Builder.addParameters
(Action.ActionParameter.Builder builderForValue) List of action parameters.Action.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Action.Builder.clear()
Action.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Action.Builder.clearFunction()
A custom function to invoke when the containing element is clicked or othrwise activated.Action.Builder.clearInteraction()
Optional.Action.Builder.clearLoadIndicator()
Specifies the loading indicator that the action displays while making the call to the action.Action.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Action.Builder.clearParameters()
List of action parameters.Action.Builder.clearPersistValues()
Indicates whether form values persist after the action.Action.Builder.clone()
OnClick.Builder.getActionBuilder()
If specified, an action is triggered by this `onClick`.TextInput.Builder.getAutoCompleteActionBuilder()
Optional.SelectionInput.Builder.getExternalDataSourceBuilder()
An external data source, such as a relational data base.DateTimePicker.Builder.getOnChangeActionBuilder()
Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DecoratedText.SwitchControl.Builder.getOnChangeActionBuilder()
The action to perform when the switch state is changed, such as what function to run.SelectionInput.Builder.getOnChangeActionBuilder()
If specified, the form is submitted when the selection changes.TextInput.Builder.getOnChangeActionBuilder()
What to do when a change occurs in the text input field.OnClick.Builder.getOpenDynamicLinkActionBuilder()
An add-on triggers this action when the action needs to open a link.Action.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Action.Builder.mergeFrom
(com.google.protobuf.Message other) final Action.Builder
Action.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Action.Builder
Action.newBuilder()
static Action.Builder
Action.newBuilder
(Action prototype) Action.newBuilderForType()
protected Action.Builder
Action.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Action.Builder.removeParameters
(int index) List of action parameters.Action.Builder.setFunction
(String value) A custom function to invoke when the containing element is clicked or othrwise activated.Action.Builder.setFunctionBytes
(com.google.protobuf.ByteString value) A custom function to invoke when the containing element is clicked or othrwise activated.Action.Builder.setInteraction
(Action.Interaction value) Optional.Action.Builder.setInteractionValue
(int value) Optional.Action.Builder.setLoadIndicator
(Action.LoadIndicator value) Specifies the loading indicator that the action displays while making the call to the action.Action.Builder.setLoadIndicatorValue
(int value) Specifies the loading indicator that the action displays while making the call to the action.Action.Builder.setParameters
(int index, Action.ActionParameter value) List of action parameters.Action.Builder.setParameters
(int index, Action.ActionParameter.Builder builderForValue) List of action parameters.Action.Builder.setPersistValues
(boolean value) Indicates whether form values persist after the action.Action.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Action.Builder
Action.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Action.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type Action.BuilderModifier and TypeMethodDescriptionOnClick.Builder.setAction
(Action.Builder builderForValue) If specified, an action is triggered by this `onClick`.TextInput.Builder.setAutoCompleteAction
(Action.Builder builderForValue) Optional.SelectionInput.Builder.setExternalDataSource
(Action.Builder builderForValue) An external data source, such as a relational data base.DateTimePicker.Builder.setOnChangeAction
(Action.Builder builderForValue) Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.DecoratedText.SwitchControl.Builder.setOnChangeAction
(Action.Builder builderForValue) The action to perform when the switch state is changed, such as what function to run.SelectionInput.Builder.setOnChangeAction
(Action.Builder builderForValue) If specified, the form is submitted when the selection changes.TextInput.Builder.setOnChangeAction
(Action.Builder builderForValue) What to do when a change occurs in the text input field.OnClick.Builder.setOpenDynamicLinkAction
(Action.Builder builderForValue) An add-on triggers this action when the action needs to open a link.