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