public enum Availability.State extends Enum<Availability.State> implements ProtocolMessageEnumRepresents the current availability state of the user.
Protobuf enum google.chat.v1.Availability.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The user is currently active, based on recent activity. |
ACTIVE_VALUE |
The user is currently active, based on recent activity. |
AWAY |
The user is currently away. This can be either automatically set after
a period of inactivity in ACTIVE or IDLE state, or it can be manually set
by the user. When manually set via |
AWAY_VALUE |
The user is currently away. This can be either automatically set after
a period of inactivity in ACTIVE or IDLE state, or it can be manually set
by the user. When manually set via |
DO_NOT_DISTURB |
The user is in Do Not Disturb state, which is manually set. |
DO_NOT_DISTURB_VALUE |
The user is in Do Not Disturb state, which is manually set. |
IDLE |
The user is currently idle. This state indicates a period of inactivity after being ACTIVE, before potentially transitioning to AWAY. |
IDLE_VALUE |
The user is currently idle. This state indicates a period of inactivity after being ACTIVE, before potentially transitioning to AWAY. |
STATE_UNSPECIFIED |
Default value. The state is unspecified. |
STATE_UNSPECIFIED_VALUE |
Default value. The state is unspecified. |
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() |
|