Enum LiveConfig.State (0.40.0)

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

State of the live config.

Protobuf enum google.cloud.video.stitcher.v1.LiveConfig.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Live config is being created.

CREATING = 1;

CREATING_VALUE

Live config is being created.

CREATING = 1;

DELETING

Live config is queued up for deletion.

DELETING = 3;

DELETING_VALUE

Live config is queued up for deletion.

DELETING = 3;

READY

Live config is ready for use.

READY = 2;

READY_VALUE

Live config is ready for use.

READY = 2;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

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