Method: Google::Api::PythonSettings::ExperimentalFeatures#rest_async_io_enabled
- Defined in:
- proto_docs/google/api/client.rb
permalink #rest_async_io_enabled ⇒ ::Boolean
Returns 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.
224 225 226 227 |
# File 'proto_docs/google/api/client.rb', line 224 class ExperimentalFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |