Stackdriver Monitoring V3 Client - Class RequestMethod (1.6.0)

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 \ HttpCheck

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

METHOD_UNSPECIFIED

Value: 0

No request method specified.

Generated from protobuf enum METHOD_UNSPECIFIED = 0;

GET

Value: 1

GET request.

Generated from protobuf enum GET = 1;

POST

Value: 2

POST request.

Generated from protobuf enum POST = 2;