Skip to content

Commit

Permalink
chore(multi): Additional Python client settings (#28956)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Feb 10, 2025
1 parent 5bbd9e9 commit 28c3642
Show file tree
Hide file tree
Showing 23 changed files with 127 additions and 7 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
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
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module Api
# The routing header consists of one or multiple key-value pairs. Every key
# and value must be percent-encoded, and joined together in the format of
# `key1=value1&key2=value2`.
# In the examples below I am skipping the percent-encoding for readablity.
# The examples below skip the percent-encoding for readability.
#
# Example 1
#
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
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
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
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 @@ -161,9 +161,9 @@ class DocumentationRule
# `[Java][Tutorial.Java]`.
# @!attribute [rw] content
# @return [::String]
# The Markdown content of the page. You can use <code>&#40;== include \\{path}
# ==&#41;</code> to include content from a Markdown file. The content can be
# used to produce the documentation page such as HTML format page.
# The Markdown content of the page. You can use ```(== include {path}
# ==)``` to include content from a Markdown file. The content can be used
# to produce the documentation page such as HTML format page.
# @!attribute [rw] subpages
# @return [::Array<::Google::Api::Page>]
# Subpages of this page. The order of subpages specified here will be
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-service_usage-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
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ class DocumentationRule
# `[Java][Tutorial.Java]`.
# @!attribute [rw] content
# @return [::String]
# The Markdown content of the page. You can use <code>&#40;== include \\{path}
# ==&#41;</code> to include content from a Markdown file. The content can be
# used to produce the documentation page such as HTML format page.
# The Markdown content of the page. You can use ```(== include {path}
# ==)``` to include content from a Markdown file. The content can be used
# to produce the documentation page such as HTML format page.
# @!attribute [rw] subpages
# @return [::Array<::Google::Api::Page>]
# Subpages of this page. The order of subpages specified here will be
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-shell-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
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 google-cloud-spanner-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
6 changes: 6 additions & 0 deletions google-cloud-speech-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 28c3642

Please sign in to comment.