Uses of Class
com.google.apps.card.v1.Action.Interaction
-
Packages that use Action.Interaction Package Description com.google.apps.card.v1 -
-
Uses of Action.Interaction in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Action.Interaction Modifier and Type Method Description static Action.Interaction
Action.Interaction. forNumber(int value)
Action.Interaction
Action.Builder. getInteraction()
Optional.Action.Interaction
Action. getInteraction()
Optional.Action.Interaction
ActionOrBuilder. getInteraction()
Optional.static Action.Interaction
Action.Interaction. valueOf(int value)
Deprecated.static Action.Interaction
Action.Interaction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Action.Interaction
Action.Interaction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Action.Interaction[]
Action.Interaction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type Action.Interaction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Action.Interaction>
Action.Interaction. internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type Action.Interaction Modifier and Type Method Description Action.Builder
Action.Builder. setInteraction(Action.Interaction value)
Optional.
-