Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.11.9 (#259)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.11.7

PiperOrigin-RevId: 573230664

Source-Link: googleapis/googleapis@93beed3

Source-Link: googleapis/googleapis-gen@f4a4eda
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjRhNGVkYWE4MDU3NjM5ZmNmNmFkZjkxNzk4NzIyODBkMWE4ZjY1MSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: Update gapic-generator-python to v1.11.8

PiperOrigin-RevId: 574178735

Source-Link: googleapis/googleapis@7307199

Source-Link: googleapis/googleapis-gen@ce3af21
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2UzYWYyMWI3YzU1OWE4N2MyYmVmYzA3NmJlMGUzYWVkYTNhMjZmMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: Update gapic-generator-python to v1.11.9

PiperOrigin-RevId: 574520922

Source-Link: googleapis/googleapis@5183984

Source-Link: googleapis/googleapis-gen@a59af19
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU5YWYxOWQ0YWM2NTA5ZmFlZGYxY2MzOTAyOTE0MWI2YTViODk2OCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* update docs/index.rst;remove unused files

* update docs/index.rst

* fix docs build to cater for types_

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent a3728ab commit f8b4a50
Show file tree
Hide file tree
Showing 14 changed files with 485 additions and 335 deletions.
16 changes: 8 additions & 8 deletions packages/google-cloud-gke-hub/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ API Reference
.. toctree::
:maxdepth: 2

gkehub_v1/services
gkehub_v1/types
gkehub_v1/configmanagement_v1/services
gkehub_v1/configmanagement_v1/types
gkehub_v1/multiclusteringress_v1/services
gkehub_v1/multiclusteringress_v1/types
gkehub_v1/services_
gkehub_v1/types_
gkehub_v1/configmanagement_v1/services_
gkehub_v1/configmanagement_v1/types_
gkehub_v1/multiclusteringress_v1/services_
gkehub_v1/multiclusteringress_v1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

gkehub_v1beta1/services
gkehub_v1beta1/types
gkehub_v1beta1/services_
gkehub_v1beta1/types_


Changelog
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-gke-hub/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# Adjust docs based on new submodule namespace google.cloud.gkehub_vX.{submodule}_v1.types"
s.replace(
library / f"docs/{submodule}_v1/types.rst",
library / f"docs/{submodule}_v1/types_.rst",
f"google.cloud.gkehub.{submodule}_v1.types",
f"google.cloud.gkehub_{library.name}.{submodule}_v1.types",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-gke-hub",
"version": "1.10.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-gke-hub",
"version": "1.10.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
472 changes: 304 additions & 168 deletions packages/google-cloud-gke-hub/tests/unit/gapic/gkehub_v1/test_gke_hub.py

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit f8b4a50

Please sign in to comment.