Enum BackfillJob.State (1.40.0)

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

State of the stream object's backfill job.

Protobuf enum google.cloud.datastream.v1.BackfillJob.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Backfill job is running.

ACTIVE = 3;

ACTIVE_VALUE

Backfill job is running.

ACTIVE = 3;

COMPLETED

Backfill completed successfully.

COMPLETED = 6;

COMPLETED_VALUE

Backfill completed successfully.

COMPLETED = 6;

FAILED

Backfill job failed (due to an error).

FAILED = 5;

FAILED_VALUE

Backfill job failed (due to an error).

FAILED = 5;

NOT_STARTED

Backfill job was never started for the stream object (stream has backfill strategy defined as manual or object was explicitly excluded from automatic backfill).

NOT_STARTED = 1;

NOT_STARTED_VALUE

Backfill job was never started for the stream object (stream has backfill strategy defined as manual or object was explicitly excluded from automatic backfill).

NOT_STARTED = 1;

PENDING

Backfill job will start pending available resources.

PENDING = 2;

PENDING_VALUE

Backfill job will start pending available resources.

PENDING = 2;

STATE_UNSPECIFIED

Default value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value.

STATE_UNSPECIFIED = 0;

STOPPED

Backfill job stopped (next job run will start from beginning).

STOPPED = 4;

STOPPED_VALUE

Backfill job stopped (next job run will start from beginning).

STOPPED = 4;

UNRECOGNIZED
UNSUPPORTED

Backfill job failed since the table structure is currently unsupported for backfill.

UNSUPPORTED = 7;

UNSUPPORTED_VALUE

Backfill job failed since the table structure is currently unsupported for backfill.

UNSUPPORTED = 7;

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