Enum TransferTypes.AgentPool.State (1.41.0)

public enum TransferTypes.AgentPool.State extends Enum<TransferTypes.AgentPool.State> implements ProtocolMessageEnum

The state of an AgentPool.

Protobuf enum google.storagetransfer.v1.AgentPool.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATED

Determines that the AgentPool is created for use. At this state, Agents can join the AgentPool and participate in the transfer jobs in that pool.

CREATED = 2;

CREATED_VALUE

Determines that the AgentPool is created for use. At this state, Agents can join the AgentPool and participate in the transfer jobs in that pool.

CREATED = 2;

CREATING

This is an initialization state. During this stage, the resources such as Pub/Sub topics are allocated for the AgentPool.

CREATING = 1;

CREATING_VALUE

This is an initialization state. During this stage, the resources such as Pub/Sub topics are allocated for the AgentPool.

CREATING = 1;

DELETING

Determines that the AgentPool deletion has been initiated, and all the resources are scheduled to be cleaned up and freed.

DELETING = 3;

DELETING_VALUE

Determines that the AgentPool deletion has been initiated, and all the resources are scheduled to be cleaned up and freed.

DELETING = 3;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

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