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
Subclasses with type arguments of type Action.LoadIndicator in com.google.apps.card.v1Modifier and TypeClassDescriptionstatic enumSpecifies the loading indicator that the action displays while making the call to the action.Methods in com.google.apps.card.v1 that return Action.LoadIndicatorModifier and TypeMethodDescriptionstatic Action.LoadIndicatorAction.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.LoadIndicatorAction.LoadIndicator.valueOf(int value) Deprecated.static Action.LoadIndicatorAction.LoadIndicator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Action.LoadIndicatorReturns 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.