Class: Google::Cloud::ContactCenterInsights::V1::UpdateViewRequest

Inherits:
Object
  • Object
show all
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 a view.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated.

Returns:



777
778
779
780
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 777

class UpdateViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::ContactCenterInsights::V1::View

Returns Required. The new view.

Returns:



777
778
779
780
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 777

class UpdateViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end