The checker is being created, provisioned, and configured. A checker in
this state can be returned by ListInternalCheckers or
GetInternalChecker, as well as by examining the long running
Operation
that created it.
Running
The checker is running and available for use. A checker in this state
can be returned by ListInternalCheckers or GetInternalChecker as
well as by examining the long running
Operation
that created it.
If a checker is being torn down, it is neither visible nor usable, so
there is no "deleting" or "down" state.
Unspecified
An internal checker should never be in the unspecified state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `InternalChecker.Types.State` enum within the Google Cloud Monitoring v3 API."],["The `InternalChecker.Types.State` enum defines the operational states of an internal checker, including `Creating`, `Running`, and `Unspecified`."],["The latest version of this API documentation is 3.15.0, with previous versions available ranging back to 2.3.0."],["There is a detailed breakdown of the three possible states, including information on which states are displayed using long-running operations, and which states are valid or invalid."],["This documentation is specifically for the .NET implementation, using the namespace `Google.Cloud.Monitoring.V3` and the `Google.Cloud.Monitoring.V3.dll` assembly."]]],[]]