Stackdriver Monitoring V3 Client - Class RequestMethod (1.2.2)

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

Methods

name

Parameter
NameDescription
value mixed

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;