Class: Google::Api::PythonSettings

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

Instance Attribute Details

#common::Google::Api::CommonLanguageSettings

Returns Some settings.

Returns:



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.

Returns:



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