Enum ExperimentConfig.State (0.9.0)

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

State of the experiment.

Protobuf enum google.cloud.ces.v1beta.ExperimentConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
DONE

Done state. Experiment is done and no longer valid.

DONE = 3;

DONE_VALUE

Done state. Experiment is done and no longer valid.

DONE = 3;

EXPIRED

Expired state. Experiment is expired and no longer valid.

EXPIRED = 4;

EXPIRED_VALUE

Expired state. Experiment is expired and no longer valid.

EXPIRED = 4;

PENDING

Pending state. Experiment is pending and not valid.

PENDING = 1;

PENDING_VALUE

Pending state. Experiment is pending and not valid.

PENDING = 1;

RUNNING

Running state. Experiment is running and valid.

RUNNING = 2;

RUNNING_VALUE

Running state. Experiment is running and valid.

RUNNING = 2;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

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