Class: Google::Api::PythonSettings
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Api::PythonSettings
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/client.rb
 
Overview
Settings for Python client libraries.
Defined Under Namespace
Classes: ExperimentalFeatures
Instance Attribute Summary collapse
- 
  
    
      #common  ⇒ ::Google::Api::CommonLanguageSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Some settings.
 - 
  
    
      #experimental_features  ⇒ ::Google::Api::PythonSettings::ExperimentalFeatures 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Experimental features to be included during client library generation.
 
Instance Attribute Details
#common ⇒ ::Google::Api::CommonLanguageSettings
Returns Some settings.
      202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219  | 
    
      # File 'proto_docs/google/api/client.rb', line 202 class PythonSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Experimental features to be included during client library generation. # These fields will be deprecated once the feature graduates and is enabled # by default. # @!attribute [rw] rest_async_io_enabled # @return [::Boolean] # Enables generation of asynchronous REST clients if `rest` transport is # enabled. By default, asynchronous REST clients will not be generated. # This feature will be enabled by default 1 month after launching the # feature in preview packages. class ExperimentalFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  | 
  
#experimental_features ⇒ ::Google::Api::PythonSettings::ExperimentalFeatures
Returns Experimental features to be included during client library generation.
      202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219  | 
    
      # File 'proto_docs/google/api/client.rb', line 202 class PythonSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Experimental features to be included during client library generation. # These fields will be deprecated once the feature graduates and is enabled # by default. # @!attribute [rw] rest_async_io_enabled # @return [::Boolean] # Enables generation of asynchronous REST clients if `rest` transport is # enabled. By default, asynchronous REST clients will not be generated. # This feature will be enabled by default 1 month after launching the # feature in preview packages. class ExperimentalFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  |