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.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
The fields to update.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
| 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.
Generated from protobuf field .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
| 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.
Generated from protobuf field .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Monitoring\V3\NotificationChannel
|
| Returns | |
|---|---|
| Type | Description |
$this |
|