Reference documentation and code samples for the Google Cloud Support V2 Client class UpdateCaseRequest.
The request message for the UpdateCase endpoint
Generated from protobuf message google.cloud.support.v2.UpdateCaseRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ case
↳ update_mask
Google\Protobuf\FieldMask
A list of attributes of the case object that should be updated as part of this request. Supported values are priority
, display_name
, and subscriber_email_addresses
. If no fields are specified, all supported fields are updated. WARNING: If you do not provide a field mask, then you might accidentally clear some fields. For example, if you leave the field mask empty and do not provide a value for subscriber_email_addresses
, then subscriber_email_addresses
is updated to empty.
getCase
Required. The case object to update.
hasCase
clearCase
setCase
Required. The case object to update.
$this
getUpdateMask
A list of attributes of the case object that should be updated
as part of this request. Supported values are priority
, display_name
,
and subscriber_email_addresses
. If no fields are specified, all supported
fields are updated.
WARNING: If you do not provide a field mask, then you might accidentally
clear some fields. For example, if you leave the field mask empty and do
not provide a value for subscriber_email_addresses
, then subscriber_email_addresses
is updated to empty.
hasUpdateMask
clearUpdateMask
setUpdateMask
A list of attributes of the case object that should be updated
as part of this request. Supported values are priority
, display_name
,
and subscriber_email_addresses
. If no fields are specified, all supported
fields are updated.
WARNING: If you do not provide a field mask, then you might accidentally
clear some fields. For example, if you leave the field mask empty and do
not provide a value for subscriber_email_addresses
, then subscriber_email_addresses
is updated to empty.
$this
static::build
case
updateMask
Google\Protobuf\FieldMask
A list of attributes of the case object that should be updated
as part of this request. Supported values are priority
, display_name
,
and subscriber_email_addresses
. If no fields are specified, all supported
fields are updated.
WARNING: If you do not provide a field mask, then you might accidentally
clear some fields. For example, if you leave the field mask empty and do
not provide a value for subscriber_email_addresses
, then subscriber_email_addresses
is updated to empty.