Google Cloud Developer Connect V1 Client - Class State (0.4.0)

Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class State.

The state of the InsightsConfig.

Protobuf type google.cloud.developerconnect.v1.InsightsConfig.State

Namespace

Google \ Cloud \ DeveloperConnect \ V1 \ InsightsConfig

Methods

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;

PENDING

Value: 5

The InsightsConfig is pending application discovery/runtime discovery.

Generated from protobuf enum PENDING = 5;

COMPLETE

Value: 3

The initial discovery process is complete.

Generated from protobuf enum COMPLETE = 3;

ERROR

Value: 4

The InsightsConfig is in an error state.

Generated from protobuf enum ERROR = 4;