Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class State.
The state of the runtime in the InsightsConfig.
Whether the runtime is linked to the InsightsConfig.
Protobuf type google.cloud.developerconnect.v1.RuntimeConfig.State
Namespace
Google \ Cloud \ DeveloperConnect \ V1 \ RuntimeConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
No state specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
LINKED
Value: 1
The runtime configuration has been linked to the InsightsConfig.
Generated from protobuf enum LINKED = 1;
UNLINKED
Value: 2
The runtime configuration has been unlinked to the InsightsConfig.
Generated from protobuf enum UNLINKED = 2;