Enum Distribution.State (0.77.0)

public enum Distribution.State extends Enum<Distribution.State> implements ProtocolMessageEnum

State of this distribution.

Protobuf enum google.cloud.video.livestream.v1.Distribution.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
AWAITING_INPUT

Distribution is already started and is waiting for input.

AWAITING_INPUT = 8;

AWAITING_INPUT_VALUE

Distribution is already started and is waiting for input.

AWAITING_INPUT = 8;

DISTRIBUTING

Distribution is already started and is generating output.

DISTRIBUTING = 9;

DISTRIBUTING_VALUE

Distribution is already started and is generating output.

DISTRIBUTING = 9;

ERROR

Distribution has trouble to produce or deliver the output.

ERROR = 5;

ERROR_VALUE

Distribution has trouble to produce or deliver the output.

ERROR = 5;

NOT_READY

Distribution is not ready to be started.

NOT_READY = 6;

NOT_READY_VALUE

Distribution is not ready to be started.

NOT_READY = 6;

READY

Distribution is ready to be started.

READY = 7;

READY_VALUE

Distribution is ready to be started.

READY = 7;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

STATE_UNSPECIFIED = 0;

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()