Enum Clip.State (0.51.0)

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

State of clipping operation.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

The server admitted this create clip request, and outputs are under processing.

CREATING = 2;

CREATING_VALUE

The server admitted this create clip request, and outputs are under processing.

CREATING = 2;

FAILED

The operation has failed. For additional information, see the error field.

FAILED = 4;

FAILED_VALUE

The operation has failed. For additional information, see the error field.

FAILED = 4;

PENDING

The operation is pending to be picked up by the server.

PENDING = 1;

PENDING_VALUE

The operation is pending to be picked up by the server.

PENDING = 1;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

Outputs are available in the specified Cloud Storage bucket. For additional information, see the outputs field.

SUCCEEDED = 3;

SUCCEEDED_VALUE

Outputs are available in the specified Cloud Storage bucket. For additional information, see the outputs field.

SUCCEEDED = 3;

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