Google \ Cloud \ Monitoring \ V3 \ InternalChecker
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
UNSPECIFIED
Value: 0
An internal checker should never be in the unspecified state.
Generated from protobuf enumUNSPECIFIED = 0;
CREATING
Value: 1
The checker is being created, provisioned, and configured. A checker in
this state can be returned byListInternalCheckersorGetInternalChecker, as well as by examining thelong running
Operationthat created it.
Generated from protobuf enumCREATING = 1;
RUNNING
Value: 2
The checker is running and available for use. A checker in this state
can be returned byListInternalCheckersorGetInternalCheckeras
well as by examining thelong running
Operationthat 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,["# Stackdriver Monitoring V3 Client - Class State (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-monitoring/latest/V3.InternalChecker.State)\n- [2.1.1](/php/docs/reference/cloud-monitoring/2.1.1/V3.InternalChecker.State)\n- [2.0.1](/php/docs/reference/cloud-monitoring/2.0.1/V3.InternalChecker.State)\n- [1.12.1](/php/docs/reference/cloud-monitoring/1.12.1/V3.InternalChecker.State)\n- [1.11.1](/php/docs/reference/cloud-monitoring/1.11.1/V3.InternalChecker.State)\n- [1.10.3](/php/docs/reference/cloud-monitoring/1.10.3/V3.InternalChecker.State)\n- [1.9.0](/php/docs/reference/cloud-monitoring/1.9.0/V3.InternalChecker.State)\n- [1.8.0](/php/docs/reference/cloud-monitoring/1.8.0/V3.InternalChecker.State)\n- [1.7.1](/php/docs/reference/cloud-monitoring/1.7.1/V3.InternalChecker.State)\n- [1.6.0](/php/docs/reference/cloud-monitoring/1.6.0/V3.InternalChecker.State)\n- [1.5.1](/php/docs/reference/cloud-monitoring/1.5.1/V3.InternalChecker.State)\n- [1.4.0](/php/docs/reference/cloud-monitoring/1.4.0/V3.InternalChecker.State)\n- [1.3.2](/php/docs/reference/cloud-monitoring/1.3.2/V3.InternalChecker.State)\n- [1.2.2](/php/docs/reference/cloud-monitoring/1.2.2/V3.InternalChecker.State) \nReference documentation and code samples for the Stackdriver Monitoring V3 Client class State.\n\nOperational states for an internal checker.\n\nProtobuf type `google.monitoring.v3.InternalChecker.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Monitoring \\\\ V3 \\\\ InternalChecker\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### UNSPECIFIED\n\n Value: 0\n\nAn internal checker should never be in the unspecified state.\n\nGenerated from protobuf enum `UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\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\nGenerated from protobuf enum `CREATING = 1;`\n\n### RUNNING\n\n Value: 2\n\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.\n\nIf a checker is being torn down, it is neither visible nor usable, so\nthere is no \"deleting\" or \"down\" state.\n\nGenerated from protobuf enum `RUNNING = 2;`"]]