Stackdriver Monitoring V3 Client - Class CreateUptimeCheckConfigRequest (1.11.1)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class CreateUptimeCheckConfigRequest.

The protocol for the CreateUptimeCheckConfig request.

Generated from protobuf message google.monitoring.v3.CreateUptimeCheckConfigRequest

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER]

↳ uptime_check_config UptimeCheckConfig

Required. The new Uptime check configuration.

getParent

Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER]

Returns
Type Description
string

setParent

Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER]

Parameter
Name Description
var string
Returns
Type Description
$this

getUptimeCheckConfig

Required. The new Uptime check configuration.

Returns
Type Description
UptimeCheckConfig|null

hasUptimeCheckConfig

clearUptimeCheckConfig

setUptimeCheckConfig

Required. The new Uptime check configuration.

Parameter
Name Description
var UptimeCheckConfig
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The project in which to create the Uptime check. The format is:

projects/[PROJECT_ID_OR_NUMBER]

uptimeCheckConfig UptimeCheckConfig

Required. The new Uptime check configuration.

Returns
Type Description
CreateUptimeCheckConfigRequest