Enum RuntimeConfig.State (0.35.0)

publicenumRuntimeConfig.StateextendsEnum<RuntimeConfig.State>implementsProtocolMessageEnum

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.