Class: Google::Cloud::ContactCenterInsights::V1::UpdateSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UpdateSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to update project-level settings.
Instance Attribute Summary collapse
-
#settings ⇒ ::Google::Cloud::ContactCenterInsights::V1::Settings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#settings ⇒ ::Google::Cloud::ContactCenterInsights::V1::Settings
Returns Required. The new settings values.
1007 1008 1009 1010 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1007 class UpdateSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to be updated.
1007 1008 1009 1010 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1007 class UpdateSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |