From 092ad601acd99652be0fc5edd9cbda10454f5abd Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:49:32 -0800 Subject: [PATCH] chore(multi): Additional Python client settings (#28960) --- .../proto_docs/google/api/client.rb | 6 ++++++ .../proto_docs/google/api/client.rb | 6 ++++++ grafeas-v1/proto_docs/google/api/client.rb | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/google-shopping-merchant-reports-v1beta/proto_docs/google/api/client.rb b/google-shopping-merchant-reports-v1beta/proto_docs/google/api/client.rb index d015288f2877..44c6bee7f2e5 100644 --- a/google-shopping-merchant-reports-v1beta/proto_docs/google/api/client.rb +++ b/google-shopping-merchant-reports-v1beta/proto_docs/google/api/client.rb @@ -221,6 +221,12 @@ class PythonSettings # 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. + # @!attribute [rw] unversioned_package_disabled + # @return [::Boolean] + # Disables generation of an unversioned Python package for this client + # library. This means that the module names will need to be versioned in + # import statements. For example `import google.cloud.library_v2` instead + # of `import google.cloud.library`. class ExperimentalFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods diff --git a/google-shopping-merchant-reviews-v1beta/proto_docs/google/api/client.rb b/google-shopping-merchant-reviews-v1beta/proto_docs/google/api/client.rb index b70ba8ad3599..483a6510978e 100644 --- a/google-shopping-merchant-reviews-v1beta/proto_docs/google/api/client.rb +++ b/google-shopping-merchant-reviews-v1beta/proto_docs/google/api/client.rb @@ -221,6 +221,12 @@ class PythonSettings # 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. + # @!attribute [rw] unversioned_package_disabled + # @return [::Boolean] + # Disables generation of an unversioned Python package for this client + # library. This means that the module names will need to be versioned in + # import statements. For example `import google.cloud.library_v2` instead + # of `import google.cloud.library`. class ExperimentalFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods diff --git a/grafeas-v1/proto_docs/google/api/client.rb b/grafeas-v1/proto_docs/google/api/client.rb index 06c1d9747898..8f4ca4b4d6e5 100644 --- a/grafeas-v1/proto_docs/google/api/client.rb +++ b/grafeas-v1/proto_docs/google/api/client.rb @@ -221,6 +221,12 @@ class PythonSettings # 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. + # @!attribute [rw] unversioned_package_disabled + # @return [::Boolean] + # Disables generation of an unversioned Python package for this client + # library. This means that the module names will need to be versioned in + # import statements. For example `import google.cloud.library_v2` instead + # of `import google.cloud.library`. class ExperimentalFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods