Enum RuntimeConfig.State (0.24.0)

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

ProtocolMessageEnum

Static Fields

Name Description
LINKED

The runtime configuration has been linked to the InsightsConfig.

LINKED = 1;

LINKED_VALUE

The runtime configuration has been linked to the InsightsConfig.

LINKED = 1;

STATE_UNSPECIFIED

No state specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

No state specified.

STATE_UNSPECIFIED = 0;

UNLINKED

The runtime configuration has been unlinked to the InsightsConfig.

UNLINKED = 2;

UNLINKED_VALUE

The runtime configuration has been unlinked to the InsightsConfig.

UNLINKED = 2;

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