Class UpdateAlertConfigRequest (1.21.0)

UpdateAlertConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for ProjectService.UpdateAlertConfig method.

Attributes

Name Description
alert_config google.cloud.retail_v2alpha.types.AlertConfig
Required. The AlertConfig to update. If the caller does not have permission to update the AlertConfig, then a PERMISSION_DENIED error is returned. If the AlertConfig to update does not exist, a NOT_FOUND error is returned.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided AlertConfig to update. If not set, all supported fields are updated.