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 \ V3Methods
__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 |
Google\Cloud\Monitoring\V3\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 |
Google\Cloud\Monitoring\V3\UptimeCheckConfig|null |
hasUptimeCheckConfig
clearUptimeCheckConfig
setUptimeCheckConfig
Required. The new Uptime check configuration.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Monitoring\V3\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 |
Google\Cloud\Monitoring\V3\UptimeCheckConfig
Required. The new Uptime check configuration. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Monitoring\V3\CreateUptimeCheckConfigRequest |