Reference documentation and code samples for the Stackdriver Monitoring V3 Client class StatusClass.
An HTTP status code class.
Protobuf type google.monitoring.v3.UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusClass
Namespace
Google \ Cloud \ Monitoring \ V3 \ UptimeCheckConfig \ HttpCheck \ ResponseStatusCodeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATUS_CLASS_UNSPECIFIED
Value: 0
Default value that matches no status codes.
Generated from protobuf enum STATUS_CLASS_UNSPECIFIED = 0;
STATUS_CLASS_1XX
Value: 100
The class of status codes between 100 and 199.
Generated from protobuf enum STATUS_CLASS_1XX = 100;
STATUS_CLASS_2XX
Value: 200
The class of status codes between 200 and 299.
Generated from protobuf enum STATUS_CLASS_2XX = 200;
STATUS_CLASS_3XX
Value: 300
The class of status codes between 300 and 399.
Generated from protobuf enum STATUS_CLASS_3XX = 300;
STATUS_CLASS_4XX
Value: 400
The class of status codes between 400 and 499.
Generated from protobuf enum STATUS_CLASS_4XX = 400;
STATUS_CLASS_5XX
Value: 500
The class of status codes between 500 and 599.
Generated from protobuf enum STATUS_CLASS_5XX = 500;
STATUS_CLASS_ANY
Value: 1000
The class of all status codes.
Generated from protobuf enum STATUS_CLASS_ANY = 1000;