Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

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

PiperOrigin-RevId: 574520922

Source-Link: googleapis/googleapis@5183984

Source-Link: https://github.com/googleapis/googleapis-gen/commit/a59af19d4ac6509faedf1cc39029141b6a5b8968
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU5YWYxOWQ0YWM2NTA5ZmFlZGYxY2MzOTAyOTE0MWI2YTViODk2OCJ9

* 🦉 Updates from OwlBot post-processor

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

* migrate to standard owlbot.py

* remove unused file

* 🦉 Updates from OwlBot post-processor

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

* 🦉 Updates from OwlBot post-processor

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

* 🦉 Updates from OwlBot post-processor

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

* 🦉 Updates from OwlBot post-processor

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

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
3 people authored Oct 19, 2023
1 parent 41b20c4 commit 9fe5bcb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/appengine_admin_v1/services_.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Services for Google Cloud Appengine-admin v1 API
Services for Google Cloud Appengine Admin v1 API
================================================
.. toctree::
:maxdepth: 2
Expand Down
File renamed without changes.
8 changes: 5 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

.. include:: multiprocessing.rst


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

appengine_admin_v1/services_
appengine_admin_v1/types
appengine_admin_v1/types_


Changelog
---------

For a list of all ``google-cloud-appengine-admin`` releases:

.. toctree::
:maxdepth: 2
:maxdepth: 2

changelog
changelog
9 changes: 2 additions & 7 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@
if clean_up_generated_samples:
shutil.rmtree("samples/generated_samples", ignore_errors=True)
clean_up_generated_samples = False

excludes=["**/gapic_version.py"]

# See https://github.com/googleapis/gapic-generator-python/issues/825
excludes.extend(["docs/appengine_admin_v1/services.rst", "docs/index.rst"])

s.move([library], excludes=excludes)
s.move([library], excludes=["**/gapic_version.py"])
s.remove_staging_dirs()

# ----------------------------------------------------------------------------
Expand All @@ -51,6 +45,7 @@
templated_files = gcp.CommonTemplates().py_library(
cov_level=100,
microgenerator=True,
versions=gcp.common.detect_versions(path="./google", default_first=True),
)
s.move(templated_files, excludes=[".coveragerc", ".github/release-please.yml"])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-appengine-admin",
"version": "1.9.4"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 9fe5bcb

Please sign in to comment.