Enum Action.LoadIndicator (2.37.1)

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

ProtocolMessageEnum

Static Fields

NameDescription
NONE

Nothing is displayed.

NONE = 1;

NONE_VALUE

Nothing is displayed.

NONE = 1;

SPINNER

Displays a spinner to indicate that content is loading.

SPINNER = 0;

SPINNER_VALUE

Displays a spinner to indicate that content is loading.

SPINNER = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()