public enum RuntimeConfig.State extends Enum<RuntimeConfig.State> implements ProtocolMessageEnum
The state of the runtime in the InsightsConfig. Whether the runtime is linked to the InsightsConfig.
Protobuf enum google.cloud.developerconnect.v1.RuntimeConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LINKED |
The runtime configuration has been linked to the InsightsConfig. |
LINKED_VALUE |
The runtime configuration has been linked to the InsightsConfig. |
STATE_UNSPECIFIED |
No state specified. |
STATE_UNSPECIFIED_VALUE |
No state specified. |
UNLINKED |
The runtime configuration has been unlinked to the InsightsConfig. |
UNLINKED_VALUE |
The runtime configuration has been unlinked to the InsightsConfig. |
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() |