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 that should be updated. Supported values are priority
, display_name
, and subscriber_email_addresses
. If no fields are specified, all supported fields are updated. Be careful - 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 to update.
hasCase
clearCase
setCase
Required. The case to update.
$this
getUpdateMask
A list of attributes of the case that should be updated. Supported values
are priority
, display_name
, and subscriber_email_addresses
. If no
fields are specified, all supported fields are updated.
Be careful - 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 that should be updated. Supported values
are priority
, display_name
, and subscriber_email_addresses
. If no
fields are specified, all supported fields are updated.
Be careful - 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 that should be updated. Supported values
are priority
, display_name
, and subscriber_email_addresses
. If no
fields are specified, all supported fields are updated.
Be careful - 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.