Uses of Interface
com.google.apps.card.v1.Action.ActionParameterOrBuilder
-
Packages that use Action.ActionParameterOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of Action.ActionParameterOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement Action.ActionParameterOrBuilder Modifier and Type Class Description static class
Action.ActionParameter
List of string parameters to supply when the action method is invoked.static class
Action.ActionParameter.Builder
List of string parameters to supply when the action method is invoked.Methods in com.google.apps.card.v1 that return Action.ActionParameterOrBuilder Modifier and Type Method Description Action.ActionParameterOrBuilder
Action.Builder. getParametersOrBuilder(int index)
List of action parameters.Action.ActionParameterOrBuilder
Action. getParametersOrBuilder(int index)
List of action parameters.Action.ActionParameterOrBuilder
ActionOrBuilder. getParametersOrBuilder(int index)
List of action parameters.Methods in com.google.apps.card.v1 that return types with arguments of type Action.ActionParameterOrBuilder Modifier and Type Method Description java.util.List<? extends Action.ActionParameterOrBuilder>
Action.Builder. getParametersOrBuilderList()
List of action parameters.java.util.List<? extends Action.ActionParameterOrBuilder>
Action. getParametersOrBuilderList()
List of action parameters.java.util.List<? extends Action.ActionParameterOrBuilder>
ActionOrBuilder. getParametersOrBuilderList()
List of action parameters.
-