public enum Action.LoadIndicator extends Enum<Action.LoadIndicator> implements ProtocolMessageEnum
Specifies the loading indicator that the action displays while making the call to the action.
Google Workspace Add-ons and Chat apps:
Protobuf enum google.apps.card.v1.Action.LoadIndicator
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NONE |
Nothing is displayed. |
NONE_VALUE |
Nothing is displayed. |
SPINNER |
Displays a spinner to indicate that content is loading. |
SPINNER_VALUE |
Displays a spinner to indicate that content is loading. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |