Class: Google::Apis::ServicemanagementV1::CppSettings
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ServicemanagementV1::CppSettings
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/servicemanagement_v1/classes.rb,
lib/google/apis/servicemanagement_v1/representations.rb,
lib/google/apis/servicemanagement_v1/representations.rb 
Overview
Settings for C++ client libraries.
Instance Attribute Summary collapse
- 
  
    
      #common  ⇒ Google::Apis::ServicemanagementV1::CommonLanguageSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required information for every language.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CppSettings 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CppSettings.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ CppSettings
Returns a new instance of CppSettings.
      1060 1061 1062  | 
    
      # File 'lib/google/apis/servicemanagement_v1/classes.rb', line 1060 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#common ⇒ Google::Apis::ServicemanagementV1::CommonLanguageSettings
Required information for every language.
Corresponds to the JSON property common
      1058 1059 1060  | 
    
      # File 'lib/google/apis/servicemanagement_v1/classes.rb', line 1058 def common @common end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1065 1066 1067  | 
    
      # File 'lib/google/apis/servicemanagement_v1/classes.rb', line 1065 def update!(**args) @common = args[:common] if args.key?(:common) end  |