Enum Source.State (0.4.0)

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

Enumerates possible states of a source.

Protobuf enum google.cloud.migrationcenter.v1.Source.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The source is active and ready to be used.

ACTIVE = 1;

ACTIVE_VALUE

The source is active and ready to be used.

ACTIVE = 1;

DELETING

In the process of being deleted.

DELETING = 2;

DELETING_VALUE

In the process of being deleted.

DELETING = 2;

INVALID

Source is in an invalid state. Asset frames reported to it will be ignored.

INVALID = 3;

INVALID_VALUE

Source is in an invalid state. Asset frames reported to it will be ignored.

INVALID = 3;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

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