Class: Google::Cloud::ContactCenterInsights::V1::UpdateViewRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::UpdateViewRequest
 
 
- 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
- 
  
    
      #update_mask  ⇒ ::Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of fields to be updated.
 - 
  
    
      #view  ⇒ ::Google::Cloud::ContactCenterInsights::V1::View 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
      1076 1077 1078 1079  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1076 class UpdateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::View
Returns Required. The new view.
      1076 1077 1078 1079  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1076 class UpdateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |