Enum InsightsConfig.State (0.24.0)

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

The state of the InsightsConfig.

Protobuf enum google.cloud.developerconnect.v1.InsightsConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLETE

The initial discovery process is complete.

COMPLETE = 3;

COMPLETE_VALUE

The initial discovery process is complete.

COMPLETE = 3;

ERROR

The InsightsConfig is in an error state.

ERROR = 4;

ERROR_VALUE

The InsightsConfig is in an error state.

ERROR = 4;

PENDING

The InsightsConfig is pending application discovery/runtime discovery.

PENDING = 5;

PENDING_VALUE

The InsightsConfig is pending application discovery/runtime discovery.

PENDING = 5;

STATE_UNSPECIFIED

No state specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

No state specified.

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