public enum InsightsConfig.State extends Enum<InsightsConfig.State> implements ProtocolMessageEnum
The state of the InsightsConfig.
Protobuf enum google.cloud.developerconnect.v1.InsightsConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETE |
The initial discovery process is complete. |
COMPLETE_VALUE |
The initial discovery process is complete. |
ERROR |
The InsightsConfig is in an error state. |
ERROR_VALUE |
The InsightsConfig is in an error state. |
PENDING |
The InsightsConfig is pending application discovery/runtime discovery. |
PENDING_VALUE |
The InsightsConfig is pending application discovery/runtime discovery. |
STATE_UNSPECIFIED |
No state specified. |
STATE_UNSPECIFIED_VALUE |
No state specified. |
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() |