Reference documentation and code samples for the Stackdriver Monitoring V3 Client class RequestMethod.
The HTTP request method options.
Protobuf type google.monitoring.v3.UptimeCheckConfig.HttpCheck.RequestMethod
Namespace
Google \ Cloud \ Monitoring \ V3 \ UptimeCheckConfig \ HttpCheckMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METHOD_UNSPECIFIED
Value: 0No request method specified.
Generated from protobuf enum METHOD_UNSPECIFIED = 0;
GET
Value: 1GET request.
Generated from protobuf enum GET = 1;
POST
Value: 2POST request.
Generated from protobuf enum POST = 2;