Enum Collector.State (0.28.0)

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

-- Using suggestion from API Linter Analyzer for nesting enum -- -- https://linter.aip.dev/216/nesting -- State of a Collector (server_side). States are used for internal purposes and named to keep convention of legacy product: https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe.

Protobuf enum google.cloud.rapidmigrationassessment.v1.Collector.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_ACTIVE

Collector client is actively scanning.

STATE_ACTIVE = 4;

STATE_ACTIVE_VALUE

Collector client is actively scanning.

STATE_ACTIVE = 4;

STATE_DECOMMISSIONED

Collector completed all tasks for deletion.

STATE_DECOMMISSIONED = 7;

STATE_DECOMMISSIONED_VALUE

Collector completed all tasks for deletion.

STATE_DECOMMISSIONED = 7;

STATE_DELETING

Collector is starting background job for deletion.

STATE_DELETING = 6;

STATE_DELETING_VALUE

Collector is starting background job for deletion.

STATE_DELETING = 6;

STATE_ERROR

Collector is in error state.

STATE_ERROR = 8;

STATE_ERROR_VALUE

Collector is in error state.

STATE_ERROR = 8;

STATE_INITIALIZING

Collector started to create, but hasn't been completed MC source creation and db object creation.

STATE_INITIALIZING = 1;

STATE_INITIALIZING_VALUE

Collector started to create, but hasn't been completed MC source creation and db object creation.

STATE_INITIALIZING = 1;

STATE_PAUSED

Collector is not actively scanning.

STATE_PAUSED = 5;

STATE_PAUSED_VALUE

Collector is not actively scanning.

STATE_PAUSED = 5;

STATE_READY_TO_USE

Collector has been created, MC source creation and db object creation completed.

STATE_READY_TO_USE = 2;

STATE_READY_TO_USE_VALUE

Collector has been created, MC source creation and db object creation completed.

STATE_READY_TO_USE = 2;

STATE_REGISTERED

Collector client has been registered with client.

STATE_REGISTERED = 3;

STATE_REGISTERED_VALUE

Collector client has been registered with client.

STATE_REGISTERED = 3;

STATE_UNSPECIFIED

Collector state is not recognized.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Collector state is not recognized.

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