public enum Distribution.State extends Enum<Distribution.State> implements ProtocolMessageEnum
State of this distribution.
Protobuf enum google.cloud.video.livestream.v1.Distribution.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AWAITING_INPUT |
Distribution is already started and is waiting for input. |
AWAITING_INPUT_VALUE |
Distribution is already started and is waiting for input. |
DISTRIBUTING |
Distribution is already started and is generating output. |
DISTRIBUTING_VALUE |
Distribution is already started and is generating output. |
ERROR |
Distribution has trouble to produce or deliver the output. |
ERROR_VALUE |
Distribution has trouble to produce or deliver the output. |
NOT_READY |
Distribution is not ready to be started. |
NOT_READY_VALUE |
Distribution is not ready to be started. |
READY |
Distribution is ready to be started. |
READY_VALUE |
Distribution is ready to be started. |
STATE_UNSPECIFIED |
State is not specified. |
STATE_UNSPECIFIED_VALUE |
State is not specified. |
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() |