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

chore: Update gapic-generator-python to v1.11.9 #258

Merged
merged 13 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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