Enum TransferTypes.TransferJob.Status (1.41.0)

public enum TransferTypes.TransferJob.Status extends Enum<TransferTypes.TransferJob.Status> implements ProtocolMessageEnum

The status of the transfer job.

Protobuf enum google.storagetransfer.v1.TransferJob.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETED

This is a soft delete state. After a transfer job is set to this state, the job and all the transfer executions are subject to garbage collection. Transfer jobs become eligible for garbage collection 30 days after their status is set to DELETED.

DELETED = 3;

DELETED_VALUE

This is a soft delete state. After a transfer job is set to this state, the job and all the transfer executions are subject to garbage collection. Transfer jobs become eligible for garbage collection 30 days after their status is set to DELETED.

DELETED = 3;

DISABLED

New transfers are not scheduled.

DISABLED = 2;

DISABLED_VALUE

New transfers are not scheduled.

DISABLED = 2;

ENABLED

New transfers are performed based on the schedule.

ENABLED = 1;

ENABLED_VALUE

New transfers are performed based on the schedule.

ENABLED = 1;

STATUS_UNSPECIFIED

Zero is an illegal value.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Zero is an illegal value.

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