Reference documentation and code samples for the Stackdriver Monitoring V3 Client class CreateSnoozeRequest.
The message definition for creating a Snooze. Users must provide the body
of the Snooze to be created but must omit the Snooze field, name.
Generated from protobuf message google.monitoring.v3.CreateSnoozeRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project in which a |
↳ snooze |
Google\Cloud\Monitoring\V3\Snooze
Required. The |
getParent
Required. The
project in which
a Snooze should be created. The format is:
projects/[PROJECT_ID_OR_NUMBER]
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The
project in which
a Snooze should be created. The format is:
projects/[PROJECT_ID_OR_NUMBER]
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSnooze
Required. The Snooze to create. Omit the name field, as it will be
filled in by the API.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Monitoring\V3\Snooze|null |
|
hasSnooze
clearSnooze
setSnooze
Required. The Snooze to create. Omit the name field, as it will be
filled in by the API.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Monitoring\V3\Snooze
|
| Returns | |
|---|---|
| Type | Description |
$this |
|