Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::UpdateCaseRequest.
The request message for the UpdateCase endpoint
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#case
def case() -> ::Google::Cloud::Support::V2::Case
- (::Google::Cloud::Support::V2::Case) — Required. The case object to update.
#case=
def case=(value) -> ::Google::Cloud::Support::V2::Case
- value (::Google::Cloud::Support::V2::Case) — Required. The case object to update.
- (::Google::Cloud::Support::V2::Case) — Required. The case object to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::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
, andsubscriber_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
, thensubscriber_email_addresses
is updated to empty.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::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
, andsubscriber_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
, thensubscriber_email_addresses
is updated to empty.
-
(::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
, andsubscriber_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
, thensubscriber_email_addresses
is updated to empty.