Class: Google::Api::Advice
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Api::Advice
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/config_change.rb
 
Overview
Generated advice about this change, used for providing more information about how a change will affect the existing service.
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.
 
Instance Attribute Details
#description ⇒ ::String
Returns Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.
      65 66 67 68  | 
    
      # File 'proto_docs/google/api/config_change.rb', line 65 class Advice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |