Skip to content

Commit

Permalink
chore(multi): Additional Python client settings (#28960)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Feb 10, 2025
1 parent 8d10cfe commit 092ad60
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions grafeas-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 092ad60

Please sign in to comment.