Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::InternalChecker::State.
Operational states for an internal checker.
Constants
UNSPECIFIED
value: 0 An internal checker should never be in the unspecified state.
CREATING
value: 1 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
value: 2 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.
[[["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-09-04 UTC."],[],[],null,["# Cloud Monitoring V3 API - Module Google::Cloud::Monitoring::V3::InternalChecker::State (v1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/ruby/docs/reference/google-cloud-monitoring-v3/latest/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.6.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.6.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.5.1](/ruby/docs/reference/google-cloud-monitoring-v3/1.5.1/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.4.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.4.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.3.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.3.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.2.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.2.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.1.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.1.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-monitoring-v3/1.0.1/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.18.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.18.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.17.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.17.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.16.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.16.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.15.2](/ruby/docs/reference/google-cloud-monitoring-v3/0.15.2/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.14.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.14.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.13.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.13.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.12.1](/ruby/docs/reference/google-cloud-monitoring-v3/0.12.1/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.11.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.11.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.10.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.10.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.9.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.8.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.8.0/Google-Cloud-Monitoring-V3-InternalChecker-State)\n- [0.7.1](/ruby/docs/reference/google-cloud-monitoring-v3/0.7.1/Google-Cloud-Monitoring-V3-InternalChecker-State) \nReference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::InternalChecker::State.\n\nOperational states for an internal checker.\n\nConstants\n---------\n\n### UNSPECIFIED\n\n**value:** 0 \nAn internal checker should never be in the unspecified state.\n\n### CREATING\n\n**value:** 1 \nThe checker is being created, provisioned, and configured. A checker in\nthis state can be returned by `ListInternalCheckers` or\n`GetInternalChecker`, as well as by examining the [long running\nOperation](https://cloud.google.com/apis/design/design_patterns#long_running_operations)\nthat created it.\n\n### RUNNING\n\n**value:** 2 \nThe checker is running and available for use. A checker in this state\ncan be returned by `ListInternalCheckers` or `GetInternalChecker` as\nwell as by examining the [long running\nOperation](https://cloud.google.com/apis/design/design_patterns#long_running_operations)\nthat created it.\nIf a checker is being torn down, it is neither visible nor usable, so\nthere is no \"deleting\" or \"down\" state."]]