Uses of Enum
com.google.apps.card.v1.Action.LoadIndicator
Packages that use Action.LoadIndicator
-
Uses of Action.LoadIndicator in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Action.LoadIndicatorModifier and TypeMethodDescriptionstatic Action.LoadIndicator
Action.LoadIndicator.forNumber
(int value) Action.Builder.getLoadIndicator()
Specifies the loading indicator that the action displays while making the call to the action.Action.getLoadIndicator()
Specifies the loading indicator that the action displays while making the call to the action.ActionOrBuilder.getLoadIndicator()
Specifies the loading indicator that the action displays while making the call to the action.static Action.LoadIndicator
Action.LoadIndicator.valueOf
(int value) Deprecated.static Action.LoadIndicator
Action.LoadIndicator.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Action.LoadIndicator
Returns the enum constant of this type with the specified name.static Action.LoadIndicator[]
Action.LoadIndicator.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.LoadIndicatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Action.LoadIndicator> Action.LoadIndicator.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type Action.LoadIndicatorModifier and TypeMethodDescriptionAction.Builder.setLoadIndicator
(Action.LoadIndicator value) Specifies the loading indicator that the action displays while making the call to the action.