Class: Google::Cloud::Support::V2::UpdateCaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::UpdateCaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/case_service.rb
Overview
The request message for the UpdateCase endpoint
Instance Attribute Summary collapse
-
#case ⇒ ::Google::Cloud::Support::V2::Case
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
A list of attributes of the case object that should be updated as part of this request.
Instance Attribute Details
#case ⇒ ::Google::Cloud::Support::V2::Case
Returns Required. The case object to update.
192 193 194 195 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 192 class UpdateCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
192 193 194 195 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 192 class UpdateCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |