Method: Google::Api::PythonSettings::ExperimentalFeatures#protobuf_pythonic_types_enabled

Defined in:
proto_docs/google/api/client.rb

#protobuf_pythonic_types_enabled::Boolean

Returns Enables generation of protobuf code using new types that are more Pythonic which are included in protobuf>=5.29.x. This feature will be enabled by default 1 month after launching the feature in preview packages.

Returns:

  • (::Boolean)

    Enables generation of protobuf code using new types that are more Pythonic which are included in protobuf>=5.29.x. 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