Reference documentation and code samples for the Stackdriver Monitoring V3 Client class UpdateNotificationChannelRequest.
The UpdateNotificationChannel
request.
Generated from protobuf message google.monitoring.v3.UpdateNotificationChannelRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_mask |
Google\Protobuf\FieldMask
The fields to update. |
↳ notification_channel |
Google\Cloud\Monitoring\V3\NotificationChannel
Required. A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the |
getUpdateMask
The fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
getNotificationChannel
Required. A description of the changes to be applied to the specified
notification channel. The description must provide a definition for
fields to be updated; the names of these fields should also be
included in the update_mask
.
Returns | |
---|---|
Type | Description |
Google\Cloud\Monitoring\V3\NotificationChannel|null |
hasNotificationChannel
clearNotificationChannel
setNotificationChannel
Required. A description of the changes to be applied to the specified
notification channel. The description must provide a definition for
fields to be updated; the names of these fields should also be
included in the update_mask
.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Monitoring\V3\NotificationChannel
|
Returns | |
---|---|
Type | Description |
$this |