diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 39ad3ce..44c78f7 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
- digest: sha256:d22cd2ddce65fdac6986f115563faf2fc81482b09dfbea83ac2808c92ecfdff0
+ digest: sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index f7b8344..b46d730 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install nox
@@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install nox
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 1e8b05c..f512a49 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install nox
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 074ee25..e5be6ed 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -11,9 +11,9 @@ jobs:
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Install nox
@@ -26,7 +26,7 @@ jobs:
run: |
nox -s unit-${{ matrix.python }}
- name: Upload coverage results
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: coverage-artifacts
path: .coverage-${{ matrix.python }}
@@ -37,9 +37,9 @@ jobs:
- unit
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install coverage
@@ -47,7 +47,7 @@ jobs:
python -m pip install --upgrade setuptools pip wheel
python -m pip install coverage
- name: Download coverage results
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: coverage-artifacts
path: .coverage-results/
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b31632..0db5d77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.3.2](https://github.com/googleapis/python-appengine-admin/compare/v1.3.1...v1.3.2) (2022-03-05)
+
+
+### Bug Fixes
+
+* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#115](https://github.com/googleapis/python-appengine-admin/issues/115)) ([a4b3624](https://github.com/googleapis/python-appengine-admin/commit/a4b36244e2e566770f3cca84aac9bb003ca47f56))
+
### [1.3.1](https://github.com/googleapis/python-appengine-admin/compare/v1.3.0...v1.3.1) (2022-02-11)
diff --git a/google/cloud/appengine_admin/__init__.py b/google/cloud/appengine_admin/__init__.py
index 579693b..0dc3839 100644
--- a/google/cloud/appengine_admin/__init__.py
+++ b/google/cloud/appengine_admin/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/__init__.py b/google/cloud/appengine_admin_v1/__init__.py
index 9bb498e..d67f02d 100644
--- a/google/cloud/appengine_admin_v1/__init__.py
+++ b/google/cloud/appengine_admin_v1/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/__init__.py b/google/cloud/appengine_admin_v1/services/__init__.py
index 4de6597..e8e1c38 100644
--- a/google/cloud/appengine_admin_v1/services/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/applications/__init__.py b/google/cloud/appengine_admin_v1/services/applications/__init__.py
index 77403bc..5a89ba0 100644
--- a/google/cloud/appengine_admin_v1/services/applications/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/applications/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/applications/async_client.py b/google/cloud/appengine_admin_v1/services/applications/async_client.py
index c69e9dc..26e842b 100644
--- a/google/cloud/appengine_admin_v1/services/applications/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/applications/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -210,7 +210,7 @@ async def get_application(
) -> application.Application:
r"""Gets information about an application.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -289,7 +289,7 @@ async def create_application(
Billing `__.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -371,7 +371,7 @@ async def update_application(
the application.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -463,7 +463,7 @@ async def repair_application(
Cloud Console Activity Log.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/applications/client.py b/google/cloud/appengine_admin_v1/services/applications/client.py
index ecbe0ae..f5cd4cc 100644
--- a/google/cloud/appengine_admin_v1/services/applications/client.py
+++ b/google/cloud/appengine_admin_v1/services/applications/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -395,8 +395,7 @@ def get_application(
) -> application.Application:
r"""Gets information about an application.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -476,8 +475,7 @@ def create_application(
Billing `__.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -560,8 +558,7 @@ def update_application(
the application.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -654,8 +651,7 @@ def repair_application(
Cloud Console Activity Log.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/applications/transports/__init__.py b/google/cloud/appengine_admin_v1/services/applications/transports/__init__.py
index 0acb98c..27d1aad 100644
--- a/google/cloud/appengine_admin_v1/services/applications/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/applications/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/applications/transports/base.py b/google/cloud/appengine_admin_v1/services/applications/transports/base.py
index 61624e0..943e943 100644
--- a/google/cloud/appengine_admin_v1/services/applications/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/applications/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/applications/transports/grpc.py b/google/cloud/appengine_admin_v1/services/applications/transports/grpc.py
index 2c18276..0ceb1a5 100644
--- a/google/cloud/appengine_admin_v1/services/applications/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/applications/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/applications/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/applications/transports/grpc_asyncio.py
index 6f3b544..f93b2ba 100644
--- a/google/cloud/appengine_admin_v1/services/applications/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/applications/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/__init__.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/__init__.py
index 2fc9832..9f07aa4 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py
index 13a510a..b56f780 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -220,7 +220,7 @@ async def list_authorized_certificates(
administer.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -297,7 +297,7 @@ async def get_authorized_certificate(
) -> certificate.AuthorizedCertificate:
r"""Gets the specified SSL certificate.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -367,7 +367,7 @@ async def create_authorized_certificate(
) -> certificate.AuthorizedCertificate:
r"""Uploads the specified SSL certificate.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -443,7 +443,7 @@ async def update_authorized_certificate(
updated.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -513,7 +513,7 @@ async def delete_authorized_certificate(
) -> None:
r"""Deletes the specified SSL certificate.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py
index 8da7809..329bae4 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -402,8 +402,7 @@ def list_authorized_certificates(
administer.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -483,8 +482,7 @@ def get_authorized_certificate(
) -> certificate.AuthorizedCertificate:
r"""Gets the specified SSL certificate.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -557,8 +555,7 @@ def create_authorized_certificate(
) -> certificate.AuthorizedCertificate:
r"""Uploads the specified SSL certificate.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -637,8 +634,7 @@ def update_authorized_certificate(
updated.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -711,8 +707,7 @@ def delete_authorized_certificate(
) -> None:
r"""Deletes the specified SSL certificate.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/pagers.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/pagers.py
index 77d8f0e..8b6797c 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/__init__.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/__init__.py
index c273e23..8b42e99 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/base.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/base.py
index 5009315..425e0e5 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc.py
index 03fc5e7..a03c4b2 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc_asyncio.py
index 748ce16..2e16bdc 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/__init__.py b/google/cloud/appengine_admin_v1/services/authorized_domains/__init__.py
index f8ce19e..caf4e2e 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py b/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py
index 80eba40..810256e 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -216,7 +216,7 @@ async def list_authorized_domains(
administer.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/client.py b/google/cloud/appengine_admin_v1/services/authorized_domains/client.py
index b6180de..052b6ac 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/client.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -401,8 +401,7 @@ def list_authorized_domains(
administer.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/pagers.py b/google/cloud/appengine_admin_v1/services/authorized_domains/pagers.py
index 70911d5..f250a7a 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/__init__.py b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/__init__.py
index e602ae6..09deb66 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/base.py b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/base.py
index c9bc5fd..c6b4408 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc.py b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc.py
index 4beceb3..b3aa2d5 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc_asyncio.py
index 01ff7ed..56763fe 100644
--- a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/__init__.py b/google/cloud/appengine_admin_v1/services/domain_mappings/__init__.py
index a05b43b..c900f1f 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py b/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py
index eb1f00d..0d7bd05 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -215,7 +215,7 @@ async def list_domain_mappings(
) -> pagers.ListDomainMappingsAsyncPager:
r"""Lists the domain mappings on an application.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -291,7 +291,7 @@ async def get_domain_mapping(
) -> domain_mapping.DomainMapping:
r"""Gets the specified domain mapping.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -362,7 +362,7 @@ async def create_domain_mapping(
```AuthorizedDomains.ListAuthorizedDomains`` <>`__.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -449,7 +449,7 @@ async def update_domain_mapping(
``DomainMapping`` resource.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -534,7 +534,7 @@ async def delete_domain_mapping(
``DomainMapping`` resource.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/client.py b/google/cloud/appengine_admin_v1/services/domain_mappings/client.py
index d1910b8..66624e5 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/client.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -398,8 +398,7 @@ def list_domain_mappings(
) -> pagers.ListDomainMappingsPager:
r"""Lists the domain mappings on an application.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -476,8 +475,7 @@ def get_domain_mapping(
) -> domain_mapping.DomainMapping:
r"""Gets the specified domain mapping.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -549,8 +547,7 @@ def create_domain_mapping(
```AuthorizedDomains.ListAuthorizedDomains`` <>`__.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -638,8 +635,7 @@ def update_domain_mapping(
``DomainMapping`` resource.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -725,8 +721,7 @@ def delete_domain_mapping(
``DomainMapping`` resource.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/pagers.py b/google/cloud/appengine_admin_v1/services/domain_mappings/pagers.py
index 24559ba..9eef25f 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/__init__.py b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/__init__.py
index aa6671d..f4abef8 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/base.py b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/base.py
index 5b88674..1c3cf92 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc.py b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc.py
index 15a8db9..bac6281 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc_asyncio.py
index 9cc4ec1..7749c25 100644
--- a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/firewall/__init__.py b/google/cloud/appengine_admin_v1/services/firewall/__init__.py
index a240af0..2a1dc5a 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/firewall/async_client.py b/google/cloud/appengine_admin_v1/services/firewall/async_client.py
index 8064078..5f617a6 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -214,7 +214,7 @@ async def list_ingress_rules(
) -> pagers.ListIngressRulesAsyncPager:
r"""Lists the firewall rules of an application.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -297,7 +297,7 @@ async def batch_update_ingress_rules(
end of the list.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -362,7 +362,7 @@ async def create_ingress_rule(
) -> firewall.FirewallRule:
r"""Creates a firewall rule for the application.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -431,7 +431,7 @@ async def get_ingress_rule(
) -> firewall.FirewallRule:
r"""Gets the specified firewall rule.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -500,7 +500,7 @@ async def update_ingress_rule(
) -> firewall.FirewallRule:
r"""Updates the specified firewall rule.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -569,7 +569,7 @@ async def delete_ingress_rule(
) -> None:
r"""Deletes the specified firewall rule.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/firewall/client.py b/google/cloud/appengine_admin_v1/services/firewall/client.py
index aa26f0a..391c84f 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/client.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -403,8 +403,7 @@ def list_ingress_rules(
) -> pagers.ListIngressRulesPager:
r"""Lists the firewall rules of an application.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -488,8 +487,7 @@ def batch_update_ingress_rules(
end of the list.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -557,8 +555,7 @@ def create_ingress_rule(
) -> firewall.FirewallRule:
r"""Creates a firewall rule for the application.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -628,8 +625,7 @@ def get_ingress_rule(
) -> firewall.FirewallRule:
r"""Gets the specified firewall rule.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -699,8 +695,7 @@ def update_ingress_rule(
) -> firewall.FirewallRule:
r"""Updates the specified firewall rule.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -770,8 +765,7 @@ def delete_ingress_rule(
) -> None:
r"""Deletes the specified firewall rule.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/firewall/pagers.py b/google/cloud/appengine_admin_v1/services/firewall/pagers.py
index 9765510..1e3aa6f 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/firewall/transports/__init__.py b/google/cloud/appengine_admin_v1/services/firewall/transports/__init__.py
index dc4aacd..8fe35b5 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/firewall/transports/base.py b/google/cloud/appengine_admin_v1/services/firewall/transports/base.py
index 3dbbafe..20c50f9 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/firewall/transports/grpc.py b/google/cloud/appengine_admin_v1/services/firewall/transports/grpc.py
index f402df4..ee5d9fd 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/firewall/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/firewall/transports/grpc_asyncio.py
index 6c73eb4..ff660d4 100644
--- a/google/cloud/appengine_admin_v1/services/firewall/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/firewall/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/instances/__init__.py b/google/cloud/appengine_admin_v1/services/instances/__init__.py
index 9e55542..a655183 100644
--- a/google/cloud/appengine_admin_v1/services/instances/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/instances/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/instances/async_client.py b/google/cloud/appengine_admin_v1/services/instances/async_client.py
index b3d2332..0cf56c8 100644
--- a/google/cloud/appengine_admin_v1/services/instances/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/instances/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -217,7 +217,7 @@ async def list_instances(
API `__.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -293,7 +293,7 @@ async def get_instance(
) -> instance.Instance:
r"""Gets instance information.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -376,7 +376,7 @@ async def delete_instance(
method.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -478,7 +478,7 @@ async def debug_instance(
environment.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/instances/client.py b/google/cloud/appengine_admin_v1/services/instances/client.py
index ea87ee9..e79fa4c 100644
--- a/google/cloud/appengine_admin_v1/services/instances/client.py
+++ b/google/cloud/appengine_admin_v1/services/instances/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -418,8 +418,7 @@ def list_instances(
API `__.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -496,8 +495,7 @@ def get_instance(
) -> instance.Instance:
r"""Gets instance information.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -581,8 +579,7 @@ def delete_instance(
method.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -685,8 +682,7 @@ def debug_instance(
environment.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/instances/pagers.py b/google/cloud/appengine_admin_v1/services/instances/pagers.py
index 7ae59f3..da63e00 100644
--- a/google/cloud/appengine_admin_v1/services/instances/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/instances/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/instances/transports/__init__.py b/google/cloud/appengine_admin_v1/services/instances/transports/__init__.py
index 7ff9ef5..a977af3 100644
--- a/google/cloud/appengine_admin_v1/services/instances/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/instances/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/instances/transports/base.py b/google/cloud/appengine_admin_v1/services/instances/transports/base.py
index 14c52fb..d323957 100644
--- a/google/cloud/appengine_admin_v1/services/instances/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/instances/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/instances/transports/grpc.py b/google/cloud/appengine_admin_v1/services/instances/transports/grpc.py
index 705fff4..5813009 100644
--- a/google/cloud/appengine_admin_v1/services/instances/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/instances/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/instances/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/instances/transports/grpc_asyncio.py
index d4624f3..aae1f75 100644
--- a/google/cloud/appengine_admin_v1/services/instances/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/instances/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/services/__init__.py b/google/cloud/appengine_admin_v1/services/services/__init__.py
index b902b99..f8e9062 100644
--- a/google/cloud/appengine_admin_v1/services/services/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/services/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/services/async_client.py b/google/cloud/appengine_admin_v1/services/services/async_client.py
index 59ffd28..43daaa3 100644
--- a/google/cloud/appengine_admin_v1/services/services/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/services/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -208,7 +208,7 @@ async def list_services(
) -> pagers.ListServicesAsyncPager:
r"""Lists all the services in the application.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -286,7 +286,7 @@ async def get_service(
service.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -363,7 +363,7 @@ async def update_service(
) -> operation_async.AsyncOperation:
r"""Updates the configuration of the specified service.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -453,7 +453,7 @@ async def delete_service(
versions.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/services/client.py b/google/cloud/appengine_admin_v1/services/services/client.py
index 8bf21ea..ce1c133 100644
--- a/google/cloud/appengine_admin_v1/services/services/client.py
+++ b/google/cloud/appengine_admin_v1/services/services/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -397,8 +397,7 @@ def list_services(
) -> pagers.ListServicesPager:
r"""Lists all the services in the application.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -477,8 +476,7 @@ def get_service(
service.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -556,8 +554,7 @@ def update_service(
) -> gac_operation.Operation:
r"""Updates the configuration of the specified service.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -648,8 +645,7 @@ def delete_service(
versions.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/services/pagers.py b/google/cloud/appengine_admin_v1/services/services/pagers.py
index 7754d18..fa99c03 100644
--- a/google/cloud/appengine_admin_v1/services/services/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/services/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/services/transports/__init__.py b/google/cloud/appengine_admin_v1/services/services/transports/__init__.py
index 6e8aa5c..7597c5d 100644
--- a/google/cloud/appengine_admin_v1/services/services/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/services/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/services/transports/base.py b/google/cloud/appengine_admin_v1/services/services/transports/base.py
index f92d7cd..db2a930 100644
--- a/google/cloud/appengine_admin_v1/services/services/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/services/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/services/transports/grpc.py b/google/cloud/appengine_admin_v1/services/services/transports/grpc.py
index c4cfb5a..6cbbd1e 100644
--- a/google/cloud/appengine_admin_v1/services/services/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/services/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/services/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/services/transports/grpc_asyncio.py
index a6f14f7..4f3d79c 100644
--- a/google/cloud/appengine_admin_v1/services/services/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/services/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/versions/__init__.py b/google/cloud/appengine_admin_v1/services/versions/__init__.py
index 586be18..78f73aa 100644
--- a/google/cloud/appengine_admin_v1/services/versions/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/versions/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/versions/async_client.py b/google/cloud/appengine_admin_v1/services/versions/async_client.py
index a868123..55194ca 100644
--- a/google/cloud/appengine_admin_v1/services/versions/async_client.py
+++ b/google/cloud/appengine_admin_v1/services/versions/async_client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -211,7 +211,7 @@ async def list_versions(
) -> pagers.ListVersionsAsyncPager:
r"""Lists the versions of a service.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -290,7 +290,7 @@ async def get_version(
parameter to get the full resource.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -358,7 +358,7 @@ async def create_version(
) -> operation_async.AsyncOperation:
r"""Deploys code and resource files to a new version.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -475,7 +475,7 @@ async def update_version(
- ```manual_scaling.instances`` `__
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -556,7 +556,7 @@ async def delete_version(
) -> operation_async.AsyncOperation:
r"""Deletes an existing Version resource.
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/versions/client.py b/google/cloud/appengine_admin_v1/services/versions/client.py
index 9ba60bf..9b2fae9 100644
--- a/google/cloud/appengine_admin_v1/services/versions/client.py
+++ b/google/cloud/appengine_admin_v1/services/versions/client.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -400,8 +400,7 @@ def list_versions(
) -> pagers.ListVersionsPager:
r"""Lists the versions of a service.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -481,8 +480,7 @@ def get_version(
parameter to get the full resource.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -551,8 +549,7 @@ def create_version(
) -> gac_operation.Operation:
r"""Deploys code and resource files to a new version.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -670,8 +667,7 @@ def update_version(
- ```manual_scaling.instances`` `__
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
@@ -753,8 +749,7 @@ def delete_version(
) -> gac_operation.Operation:
r"""Deletes an existing Version resource.
-
- .. code-block::
+ .. code-block:: python
from google.cloud import appengine_admin_v1
diff --git a/google/cloud/appengine_admin_v1/services/versions/pagers.py b/google/cloud/appengine_admin_v1/services/versions/pagers.py
index 3417dbc..35654e9 100644
--- a/google/cloud/appengine_admin_v1/services/versions/pagers.py
+++ b/google/cloud/appengine_admin_v1/services/versions/pagers.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/versions/transports/__init__.py b/google/cloud/appengine_admin_v1/services/versions/transports/__init__.py
index c5a42a0..ab80b3b 100644
--- a/google/cloud/appengine_admin_v1/services/versions/transports/__init__.py
+++ b/google/cloud/appengine_admin_v1/services/versions/transports/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/versions/transports/base.py b/google/cloud/appengine_admin_v1/services/versions/transports/base.py
index 41bf091..ad363b9 100644
--- a/google/cloud/appengine_admin_v1/services/versions/transports/base.py
+++ b/google/cloud/appengine_admin_v1/services/versions/transports/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/versions/transports/grpc.py b/google/cloud/appengine_admin_v1/services/versions/transports/grpc.py
index 7aca34e..0ed6ce9 100644
--- a/google/cloud/appengine_admin_v1/services/versions/transports/grpc.py
+++ b/google/cloud/appengine_admin_v1/services/versions/transports/grpc.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/services/versions/transports/grpc_asyncio.py b/google/cloud/appengine_admin_v1/services/versions/transports/grpc_asyncio.py
index 48735ea..d187eca 100644
--- a/google/cloud/appengine_admin_v1/services/versions/transports/grpc_asyncio.py
+++ b/google/cloud/appengine_admin_v1/services/versions/transports/grpc_asyncio.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/__init__.py b/google/cloud/appengine_admin_v1/types/__init__.py
index dfe79d6..0af6953 100644
--- a/google/cloud/appengine_admin_v1/types/__init__.py
+++ b/google/cloud/appengine_admin_v1/types/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/app_yaml.py b/google/cloud/appengine_admin_v1/types/app_yaml.py
index 0240b81..2d4fbc3 100644
--- a/google/cloud/appengine_admin_v1/types/app_yaml.py
+++ b/google/cloud/appengine_admin_v1/types/app_yaml.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/appengine.py b/google/cloud/appengine_admin_v1/types/appengine.py
index 3c04ecd..1b67aaf 100644
--- a/google/cloud/appengine_admin_v1/types/appengine.py
+++ b/google/cloud/appengine_admin_v1/types/appengine.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/application.py b/google/cloud/appengine_admin_v1/types/application.py
index 47022cf..c8a00f3 100644
--- a/google/cloud/appengine_admin_v1/types/application.py
+++ b/google/cloud/appengine_admin_v1/types/application.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/audit_data.py b/google/cloud/appengine_admin_v1/types/audit_data.py
index 525dacd..c511e4f 100644
--- a/google/cloud/appengine_admin_v1/types/audit_data.py
+++ b/google/cloud/appengine_admin_v1/types/audit_data.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/certificate.py b/google/cloud/appengine_admin_v1/types/certificate.py
index cd20a74..cce73e9 100644
--- a/google/cloud/appengine_admin_v1/types/certificate.py
+++ b/google/cloud/appengine_admin_v1/types/certificate.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/deploy.py b/google/cloud/appengine_admin_v1/types/deploy.py
index 57515dd..5faf790 100644
--- a/google/cloud/appengine_admin_v1/types/deploy.py
+++ b/google/cloud/appengine_admin_v1/types/deploy.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/deployed_files.py b/google/cloud/appengine_admin_v1/types/deployed_files.py
index 3b05140..06128b6 100644
--- a/google/cloud/appengine_admin_v1/types/deployed_files.py
+++ b/google/cloud/appengine_admin_v1/types/deployed_files.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/domain.py b/google/cloud/appengine_admin_v1/types/domain.py
index ea6c8f4..e8a38de 100644
--- a/google/cloud/appengine_admin_v1/types/domain.py
+++ b/google/cloud/appengine_admin_v1/types/domain.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/domain_mapping.py b/google/cloud/appengine_admin_v1/types/domain_mapping.py
index 68f1188..c94e986 100644
--- a/google/cloud/appengine_admin_v1/types/domain_mapping.py
+++ b/google/cloud/appengine_admin_v1/types/domain_mapping.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/firewall.py b/google/cloud/appengine_admin_v1/types/firewall.py
index 175346e..9c053fc 100644
--- a/google/cloud/appengine_admin_v1/types/firewall.py
+++ b/google/cloud/appengine_admin_v1/types/firewall.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/instance.py b/google/cloud/appengine_admin_v1/types/instance.py
index 2c7c779..c34449a 100644
--- a/google/cloud/appengine_admin_v1/types/instance.py
+++ b/google/cloud/appengine_admin_v1/types/instance.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/location.py b/google/cloud/appengine_admin_v1/types/location.py
index 28543e7..380bc37 100644
--- a/google/cloud/appengine_admin_v1/types/location.py
+++ b/google/cloud/appengine_admin_v1/types/location.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/network_settings.py b/google/cloud/appengine_admin_v1/types/network_settings.py
index 09f2289..f47b470 100644
--- a/google/cloud/appengine_admin_v1/types/network_settings.py
+++ b/google/cloud/appengine_admin_v1/types/network_settings.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/operation.py b/google/cloud/appengine_admin_v1/types/operation.py
index f5b89c4..d373c7b 100644
--- a/google/cloud/appengine_admin_v1/types/operation.py
+++ b/google/cloud/appengine_admin_v1/types/operation.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/service.py b/google/cloud/appengine_admin_v1/types/service.py
index 318f195..a124123 100644
--- a/google/cloud/appengine_admin_v1/types/service.py
+++ b/google/cloud/appengine_admin_v1/types/service.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/google/cloud/appengine_admin_v1/types/version.py b/google/cloud/appengine_admin_v1/types/version.py
index 5dcc841..1c3b4b8 100644
--- a/google/cloud/appengine_admin_v1/types/version.py
+++ b/google/cloud/appengine_admin_v1/types/version.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_create_application_async.py b/samples/generated_samples/appengine_v1_generated_applications_create_application_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_create_application_async.py
rename to samples/generated_samples/appengine_v1_generated_applications_create_application_async.py
index c34a123..c7bcd43 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_create_application_async.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_create_application_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_CreateApplication_async]
+# [START appengine_v1_generated_Applications_CreateApplication_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_create_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_CreateApplication_async]
+# [END appengine_v1_generated_Applications_CreateApplication_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_create_application_sync.py b/samples/generated_samples/appengine_v1_generated_applications_create_application_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_create_application_sync.py
rename to samples/generated_samples/appengine_v1_generated_applications_create_application_sync.py
index 0d67311..a34076e 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_create_application_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_create_application_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_CreateApplication_sync]
+# [START appengine_v1_generated_Applications_CreateApplication_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_create_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_CreateApplication_sync]
+# [END appengine_v1_generated_Applications_CreateApplication_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_get_application_async.py b/samples/generated_samples/appengine_v1_generated_applications_get_application_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_get_application_async.py
rename to samples/generated_samples/appengine_v1_generated_applications_get_application_async.py
index 21ca165..75bf03a 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_get_application_async.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_get_application_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_GetApplication_async]
+# [START appengine_v1_generated_Applications_GetApplication_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_GetApplication_async]
+# [END appengine_v1_generated_Applications_GetApplication_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_get_application_sync.py b/samples/generated_samples/appengine_v1_generated_applications_get_application_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_get_application_sync.py
rename to samples/generated_samples/appengine_v1_generated_applications_get_application_sync.py
index 7312932..091e29c 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_get_application_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_get_application_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_GetApplication_sync]
+# [START appengine_v1_generated_Applications_GetApplication_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_GetApplication_sync]
+# [END appengine_v1_generated_Applications_GetApplication_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_repair_application_async.py b/samples/generated_samples/appengine_v1_generated_applications_repair_application_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_repair_application_async.py
rename to samples/generated_samples/appengine_v1_generated_applications_repair_application_async.py
index 7bfcdab..b8b2e88 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_repair_application_async.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_repair_application_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_RepairApplication_async]
+# [START appengine_v1_generated_Applications_RepairApplication_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_repair_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_RepairApplication_async]
+# [END appengine_v1_generated_Applications_RepairApplication_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_repair_application_sync.py b/samples/generated_samples/appengine_v1_generated_applications_repair_application_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_repair_application_sync.py
rename to samples/generated_samples/appengine_v1_generated_applications_repair_application_sync.py
index c895045..84f89dc 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_repair_application_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_repair_application_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_RepairApplication_sync]
+# [START appengine_v1_generated_Applications_RepairApplication_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_repair_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_RepairApplication_sync]
+# [END appengine_v1_generated_Applications_RepairApplication_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_update_application_async.py b/samples/generated_samples/appengine_v1_generated_applications_update_application_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_update_application_async.py
rename to samples/generated_samples/appengine_v1_generated_applications_update_application_async.py
index 0dd71ed..8581b19 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_update_application_async.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_update_application_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_UpdateApplication_async]
+# [START appengine_v1_generated_Applications_UpdateApplication_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_update_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_UpdateApplication_async]
+# [END appengine_v1_generated_Applications_UpdateApplication_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_update_application_sync.py b/samples/generated_samples/appengine_v1_generated_applications_update_application_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_applications_update_application_sync.py
rename to samples/generated_samples/appengine_v1_generated_applications_update_application_sync.py
index deb4c69..d313fbd 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_applications_update_application_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_applications_update_application_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Applications_UpdateApplication_sync]
+# [START appengine_v1_generated_Applications_UpdateApplication_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_update_application():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Applications_UpdateApplication_sync]
+# [END appengine_v1_generated_Applications_UpdateApplication_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_async.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_create_authorized_certificate_async.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_async.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_create_authorized_certificate_async.py
index 1e38324..d2f8dd1 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_async.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_create_authorized_certificate_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_CreateAuthorizedCertificate_async]
+# [START appengine_v1_generated_AuthorizedCertificates_CreateAuthorizedCertificate_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_create_authorized_certificate():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_CreateAuthorizedCertificate_async]
+# [END appengine_v1_generated_AuthorizedCertificates_CreateAuthorizedCertificate_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_sync.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_create_authorized_certificate_sync.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_sync.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_create_authorized_certificate_sync.py
index 4d181c9..c685f50 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_create_authorized_certificate_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_CreateAuthorizedCertificate_sync]
+# [START appengine_v1_generated_AuthorizedCertificates_CreateAuthorizedCertificate_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_create_authorized_certificate():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_CreateAuthorizedCertificate_sync]
+# [END appengine_v1_generated_AuthorizedCertificates_CreateAuthorizedCertificate_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_async.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_delete_authorized_certificate_async.py
similarity index 84%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_async.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_delete_authorized_certificate_async.py
index ec01c88..a368196 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_async.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_delete_authorized_certificate_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_DeleteAuthorizedCertificate_async]
+# [START appengine_v1_generated_AuthorizedCertificates_DeleteAuthorizedCertificate_async]
from google.cloud import appengine_admin_v1
@@ -39,4 +39,4 @@ async def sample_delete_authorized_certificate():
await client.delete_authorized_certificate(request=request)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_DeleteAuthorizedCertificate_async]
+# [END appengine_v1_generated_AuthorizedCertificates_DeleteAuthorizedCertificate_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_sync.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_delete_authorized_certificate_sync.py
similarity index 84%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_sync.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_delete_authorized_certificate_sync.py
index 6662568..4b09487 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_delete_authorized_certificate_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_DeleteAuthorizedCertificate_sync]
+# [START appengine_v1_generated_AuthorizedCertificates_DeleteAuthorizedCertificate_sync]
from google.cloud import appengine_admin_v1
@@ -39,4 +39,4 @@ def sample_delete_authorized_certificate():
client.delete_authorized_certificate(request=request)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_DeleteAuthorizedCertificate_sync]
+# [END appengine_v1_generated_AuthorizedCertificates_DeleteAuthorizedCertificate_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_async.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_get_authorized_certificate_async.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_async.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_get_authorized_certificate_async.py
index b617455..fca440b 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_async.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_get_authorized_certificate_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_GetAuthorizedCertificate_async]
+# [START appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_authorized_certificate():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_GetAuthorizedCertificate_async]
+# [END appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_sync.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_get_authorized_certificate_sync.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_sync.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_get_authorized_certificate_sync.py
index a8422a3..eb6ff84 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_get_authorized_certificate_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_GetAuthorizedCertificate_sync]
+# [START appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_authorized_certificate():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_GetAuthorizedCertificate_sync]
+# [END appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_async.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_list_authorized_certificates_async.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_async.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_list_authorized_certificates_async.py
index 85ab298..78a7e96 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_async.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_list_authorized_certificates_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_ListAuthorizedCertificates_async]
+# [START appengine_v1_generated_AuthorizedCertificates_ListAuthorizedCertificates_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_authorized_certificates():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_ListAuthorizedCertificates_async]
+# [END appengine_v1_generated_AuthorizedCertificates_ListAuthorizedCertificates_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_sync.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_list_authorized_certificates_sync.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_sync.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_list_authorized_certificates_sync.py
index 7abfea5..36050f0 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_list_authorized_certificates_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_ListAuthorizedCertificates_sync]
+# [START appengine_v1_generated_AuthorizedCertificates_ListAuthorizedCertificates_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_authorized_certificates():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_ListAuthorizedCertificates_sync]
+# [END appengine_v1_generated_AuthorizedCertificates_ListAuthorizedCertificates_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_async.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_update_authorized_certificate_async.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_async.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_update_authorized_certificate_async.py
index 112d041..7628188 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_async.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_update_authorized_certificate_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_UpdateAuthorizedCertificate_async]
+# [START appengine_v1_generated_AuthorizedCertificates_UpdateAuthorizedCertificate_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_update_authorized_certificate():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_UpdateAuthorizedCertificate_async]
+# [END appengine_v1_generated_AuthorizedCertificates_UpdateAuthorizedCertificate_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_sync.py b/samples/generated_samples/appengine_v1_generated_authorized_certificates_update_authorized_certificate_sync.py
similarity index 85%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_sync.py
rename to samples/generated_samples/appengine_v1_generated_authorized_certificates_update_authorized_certificate_sync.py
index 5eea12d..73070a4 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_certificates_update_authorized_certificate_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedCertificates_UpdateAuthorizedCertificate_sync]
+# [START appengine_v1_generated_AuthorizedCertificates_UpdateAuthorizedCertificate_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_update_authorized_certificate():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedCertificates_UpdateAuthorizedCertificate_sync]
+# [END appengine_v1_generated_AuthorizedCertificates_UpdateAuthorizedCertificate_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_async.py b/samples/generated_samples/appengine_v1_generated_authorized_domains_list_authorized_domains_async.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_async.py
rename to samples/generated_samples/appengine_v1_generated_authorized_domains_list_authorized_domains_async.py
index b041f1b..c553401 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_async.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_domains_list_authorized_domains_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedDomains_ListAuthorizedDomains_async]
+# [START appengine_v1_generated_AuthorizedDomains_ListAuthorizedDomains_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_authorized_domains():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedDomains_ListAuthorizedDomains_async]
+# [END appengine_v1_generated_AuthorizedDomains_ListAuthorizedDomains_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_sync.py b/samples/generated_samples/appengine_v1_generated_authorized_domains_list_authorized_domains_sync.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_sync.py
rename to samples/generated_samples/appengine_v1_generated_authorized_domains_list_authorized_domains_sync.py
index ea09e6f..a5d8ca2 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_authorized_domains_list_authorized_domains_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_AuthorizedDomains_ListAuthorizedDomains_sync]
+# [START appengine_v1_generated_AuthorizedDomains_ListAuthorizedDomains_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_authorized_domains():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_AuthorizedDomains_ListAuthorizedDomains_sync]
+# [END appengine_v1_generated_AuthorizedDomains_ListAuthorizedDomains_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_async.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_create_domain_mapping_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_async.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_create_domain_mapping_async.py
index fa88438..9112c71 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_async.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_create_domain_mapping_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_CreateDomainMapping_async]
+# [START appengine_v1_generated_DomainMappings_CreateDomainMapping_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_create_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_CreateDomainMapping_async]
+# [END appengine_v1_generated_DomainMappings_CreateDomainMapping_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_sync.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_create_domain_mapping_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_sync.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_create_domain_mapping_sync.py
index 4894e98..edb7470 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_create_domain_mapping_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_CreateDomainMapping_sync]
+# [START appengine_v1_generated_DomainMappings_CreateDomainMapping_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_create_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_CreateDomainMapping_sync]
+# [END appengine_v1_generated_DomainMappings_CreateDomainMapping_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_async.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_delete_domain_mapping_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_async.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_delete_domain_mapping_async.py
index 6997ebf..5ecc6b2 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_async.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_delete_domain_mapping_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_DeleteDomainMapping_async]
+# [START appengine_v1_generated_DomainMappings_DeleteDomainMapping_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_delete_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_DeleteDomainMapping_async]
+# [END appengine_v1_generated_DomainMappings_DeleteDomainMapping_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_sync.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_delete_domain_mapping_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_sync.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_delete_domain_mapping_sync.py
index 357c309..2509620 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_delete_domain_mapping_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_DeleteDomainMapping_sync]
+# [START appengine_v1_generated_DomainMappings_DeleteDomainMapping_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_delete_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_DeleteDomainMapping_sync]
+# [END appengine_v1_generated_DomainMappings_DeleteDomainMapping_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_async.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_get_domain_mapping_async.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_async.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_get_domain_mapping_async.py
index 7f5db9b..f41b68c 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_async.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_get_domain_mapping_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_GetDomainMapping_async]
+# [START appengine_v1_generated_DomainMappings_GetDomainMapping_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_GetDomainMapping_async]
+# [END appengine_v1_generated_DomainMappings_GetDomainMapping_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_sync.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_get_domain_mapping_sync.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_sync.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_get_domain_mapping_sync.py
index 33f8d48..c6db15d 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_get_domain_mapping_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_GetDomainMapping_sync]
+# [START appengine_v1_generated_DomainMappings_GetDomainMapping_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_GetDomainMapping_sync]
+# [END appengine_v1_generated_DomainMappings_GetDomainMapping_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_async.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_list_domain_mappings_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_async.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_list_domain_mappings_async.py
index b849046..f3f8548 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_async.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_list_domain_mappings_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_ListDomainMappings_async]
+# [START appengine_v1_generated_DomainMappings_ListDomainMappings_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_domain_mappings():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_ListDomainMappings_async]
+# [END appengine_v1_generated_DomainMappings_ListDomainMappings_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_sync.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_list_domain_mappings_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_sync.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_list_domain_mappings_sync.py
index 7c79bd5..3deec84 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_list_domain_mappings_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_ListDomainMappings_sync]
+# [START appengine_v1_generated_DomainMappings_ListDomainMappings_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_domain_mappings():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_ListDomainMappings_sync]
+# [END appengine_v1_generated_DomainMappings_ListDomainMappings_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_async.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_update_domain_mapping_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_async.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_update_domain_mapping_async.py
index 2308454..f27e7a3 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_async.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_update_domain_mapping_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_UpdateDomainMapping_async]
+# [START appengine_v1_generated_DomainMappings_UpdateDomainMapping_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_update_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_UpdateDomainMapping_async]
+# [END appengine_v1_generated_DomainMappings_UpdateDomainMapping_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_sync.py b/samples/generated_samples/appengine_v1_generated_domain_mappings_update_domain_mapping_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_sync.py
rename to samples/generated_samples/appengine_v1_generated_domain_mappings_update_domain_mapping_sync.py
index 56509fb..e5afe73 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_domain_mappings_update_domain_mapping_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_DomainMappings_UpdateDomainMapping_sync]
+# [START appengine_v1_generated_DomainMappings_UpdateDomainMapping_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_update_domain_mapping():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_DomainMappings_UpdateDomainMapping_sync]
+# [END appengine_v1_generated_DomainMappings_UpdateDomainMapping_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_async.py b/samples/generated_samples/appengine_v1_generated_firewall_batch_update_ingress_rules_async.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_async.py
rename to samples/generated_samples/appengine_v1_generated_firewall_batch_update_ingress_rules_async.py
index 540475c..ee660d9 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_async.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_batch_update_ingress_rules_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_BatchUpdateIngressRules_async]
+# [START appengine_v1_generated_Firewall_BatchUpdateIngressRules_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_batch_update_ingress_rules():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_BatchUpdateIngressRules_async]
+# [END appengine_v1_generated_Firewall_BatchUpdateIngressRules_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_sync.py b/samples/generated_samples/appengine_v1_generated_firewall_batch_update_ingress_rules_sync.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_sync.py
rename to samples/generated_samples/appengine_v1_generated_firewall_batch_update_ingress_rules_sync.py
index 39b894b..ecca58f 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_batch_update_ingress_rules_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_BatchUpdateIngressRules_sync]
+# [START appengine_v1_generated_Firewall_BatchUpdateIngressRules_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_batch_update_ingress_rules():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_BatchUpdateIngressRules_sync]
+# [END appengine_v1_generated_Firewall_BatchUpdateIngressRules_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_async.py b/samples/generated_samples/appengine_v1_generated_firewall_create_ingress_rule_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_async.py
rename to samples/generated_samples/appengine_v1_generated_firewall_create_ingress_rule_async.py
index 536efe1..85922e4 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_async.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_create_ingress_rule_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_CreateIngressRule_async]
+# [START appengine_v1_generated_Firewall_CreateIngressRule_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_create_ingress_rule():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_CreateIngressRule_async]
+# [END appengine_v1_generated_Firewall_CreateIngressRule_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_sync.py b/samples/generated_samples/appengine_v1_generated_firewall_create_ingress_rule_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_sync.py
rename to samples/generated_samples/appengine_v1_generated_firewall_create_ingress_rule_sync.py
index ec53255..e88bdbe 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_create_ingress_rule_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_CreateIngressRule_sync]
+# [START appengine_v1_generated_Firewall_CreateIngressRule_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_create_ingress_rule():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_CreateIngressRule_sync]
+# [END appengine_v1_generated_Firewall_CreateIngressRule_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_async.py b/samples/generated_samples/appengine_v1_generated_firewall_delete_ingress_rule_async.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_async.py
rename to samples/generated_samples/appengine_v1_generated_firewall_delete_ingress_rule_async.py
index 01c5686..d6153f6 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_async.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_delete_ingress_rule_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_DeleteIngressRule_async]
+# [START appengine_v1_generated_Firewall_DeleteIngressRule_async]
from google.cloud import appengine_admin_v1
@@ -39,4 +39,4 @@ async def sample_delete_ingress_rule():
await client.delete_ingress_rule(request=request)
-# [END appengine_generated_appengine_admin_v1_Firewall_DeleteIngressRule_async]
+# [END appengine_v1_generated_Firewall_DeleteIngressRule_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_sync.py b/samples/generated_samples/appengine_v1_generated_firewall_delete_ingress_rule_sync.py
similarity index 86%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_sync.py
rename to samples/generated_samples/appengine_v1_generated_firewall_delete_ingress_rule_sync.py
index 1b2135f..5684297 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_delete_ingress_rule_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_DeleteIngressRule_sync]
+# [START appengine_v1_generated_Firewall_DeleteIngressRule_sync]
from google.cloud import appengine_admin_v1
@@ -39,4 +39,4 @@ def sample_delete_ingress_rule():
client.delete_ingress_rule(request=request)
-# [END appengine_generated_appengine_admin_v1_Firewall_DeleteIngressRule_sync]
+# [END appengine_v1_generated_Firewall_DeleteIngressRule_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_async.py b/samples/generated_samples/appengine_v1_generated_firewall_get_ingress_rule_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_async.py
rename to samples/generated_samples/appengine_v1_generated_firewall_get_ingress_rule_async.py
index 63a6964..d2434d8 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_async.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_get_ingress_rule_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_GetIngressRule_async]
+# [START appengine_v1_generated_Firewall_GetIngressRule_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_ingress_rule():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_GetIngressRule_async]
+# [END appengine_v1_generated_Firewall_GetIngressRule_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_sync.py b/samples/generated_samples/appengine_v1_generated_firewall_get_ingress_rule_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_sync.py
rename to samples/generated_samples/appengine_v1_generated_firewall_get_ingress_rule_sync.py
index b2f08ee..846afa6 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_get_ingress_rule_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_GetIngressRule_sync]
+# [START appengine_v1_generated_Firewall_GetIngressRule_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_ingress_rule():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_GetIngressRule_sync]
+# [END appengine_v1_generated_Firewall_GetIngressRule_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_async.py b/samples/generated_samples/appengine_v1_generated_firewall_list_ingress_rules_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_async.py
rename to samples/generated_samples/appengine_v1_generated_firewall_list_ingress_rules_async.py
index 3de7fd6..7e29704 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_async.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_list_ingress_rules_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_ListIngressRules_async]
+# [START appengine_v1_generated_Firewall_ListIngressRules_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_ingress_rules():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_ListIngressRules_async]
+# [END appengine_v1_generated_Firewall_ListIngressRules_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_sync.py b/samples/generated_samples/appengine_v1_generated_firewall_list_ingress_rules_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_sync.py
rename to samples/generated_samples/appengine_v1_generated_firewall_list_ingress_rules_sync.py
index 1420685..c4496e5 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_list_ingress_rules_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_ListIngressRules_sync]
+# [START appengine_v1_generated_Firewall_ListIngressRules_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_ingress_rules():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_ListIngressRules_sync]
+# [END appengine_v1_generated_Firewall_ListIngressRules_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_async.py b/samples/generated_samples/appengine_v1_generated_firewall_update_ingress_rule_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_async.py
rename to samples/generated_samples/appengine_v1_generated_firewall_update_ingress_rule_async.py
index 9bdd21e..90475f3 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_async.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_update_ingress_rule_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_UpdateIngressRule_async]
+# [START appengine_v1_generated_Firewall_UpdateIngressRule_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_update_ingress_rule():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_UpdateIngressRule_async]
+# [END appengine_v1_generated_Firewall_UpdateIngressRule_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_sync.py b/samples/generated_samples/appengine_v1_generated_firewall_update_ingress_rule_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_sync.py
rename to samples/generated_samples/appengine_v1_generated_firewall_update_ingress_rule_sync.py
index 3999824..b091b83 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_firewall_update_ingress_rule_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Firewall_UpdateIngressRule_sync]
+# [START appengine_v1_generated_Firewall_UpdateIngressRule_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_update_ingress_rule():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Firewall_UpdateIngressRule_sync]
+# [END appengine_v1_generated_Firewall_UpdateIngressRule_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_debug_instance_async.py b/samples/generated_samples/appengine_v1_generated_instances_debug_instance_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_debug_instance_async.py
rename to samples/generated_samples/appengine_v1_generated_instances_debug_instance_async.py
index 27d01dd..6872a7b 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_debug_instance_async.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_debug_instance_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_DebugInstance_async]
+# [START appengine_v1_generated_Instances_DebugInstance_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_debug_instance():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_DebugInstance_async]
+# [END appengine_v1_generated_Instances_DebugInstance_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_debug_instance_sync.py b/samples/generated_samples/appengine_v1_generated_instances_debug_instance_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_debug_instance_sync.py
rename to samples/generated_samples/appengine_v1_generated_instances_debug_instance_sync.py
index ce235f5..5c4aab3 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_debug_instance_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_debug_instance_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_DebugInstance_sync]
+# [START appengine_v1_generated_Instances_DebugInstance_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_debug_instance():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_DebugInstance_sync]
+# [END appengine_v1_generated_Instances_DebugInstance_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_delete_instance_async.py b/samples/generated_samples/appengine_v1_generated_instances_delete_instance_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_delete_instance_async.py
rename to samples/generated_samples/appengine_v1_generated_instances_delete_instance_async.py
index 136e0bf..44cd5ea 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_delete_instance_async.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_delete_instance_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_DeleteInstance_async]
+# [START appengine_v1_generated_Instances_DeleteInstance_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_delete_instance():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_DeleteInstance_async]
+# [END appengine_v1_generated_Instances_DeleteInstance_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_delete_instance_sync.py b/samples/generated_samples/appengine_v1_generated_instances_delete_instance_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_delete_instance_sync.py
rename to samples/generated_samples/appengine_v1_generated_instances_delete_instance_sync.py
index 0f8da37..e7f554e 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_delete_instance_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_delete_instance_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_DeleteInstance_sync]
+# [START appengine_v1_generated_Instances_DeleteInstance_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_delete_instance():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_DeleteInstance_sync]
+# [END appengine_v1_generated_Instances_DeleteInstance_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_get_instance_async.py b/samples/generated_samples/appengine_v1_generated_instances_get_instance_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_get_instance_async.py
rename to samples/generated_samples/appengine_v1_generated_instances_get_instance_async.py
index 2878e91..68d2cc7 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_get_instance_async.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_get_instance_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_GetInstance_async]
+# [START appengine_v1_generated_Instances_GetInstance_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_instance():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_GetInstance_async]
+# [END appengine_v1_generated_Instances_GetInstance_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_get_instance_sync.py b/samples/generated_samples/appengine_v1_generated_instances_get_instance_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_get_instance_sync.py
rename to samples/generated_samples/appengine_v1_generated_instances_get_instance_sync.py
index f5ffb81..624a6c2 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_get_instance_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_get_instance_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_GetInstance_sync]
+# [START appengine_v1_generated_Instances_GetInstance_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_instance():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_GetInstance_sync]
+# [END appengine_v1_generated_Instances_GetInstance_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_list_instances_async.py b/samples/generated_samples/appengine_v1_generated_instances_list_instances_async.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_list_instances_async.py
rename to samples/generated_samples/appengine_v1_generated_instances_list_instances_async.py
index 7ff6406..e783112 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_list_instances_async.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_list_instances_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_ListInstances_async]
+# [START appengine_v1_generated_Instances_ListInstances_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_instances():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_ListInstances_async]
+# [END appengine_v1_generated_Instances_ListInstances_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_list_instances_sync.py b/samples/generated_samples/appengine_v1_generated_instances_list_instances_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_instances_list_instances_sync.py
rename to samples/generated_samples/appengine_v1_generated_instances_list_instances_sync.py
index 6696bbf..5db0e21 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_instances_list_instances_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_instances_list_instances_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Instances_ListInstances_sync]
+# [START appengine_v1_generated_Instances_ListInstances_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_instances():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Instances_ListInstances_sync]
+# [END appengine_v1_generated_Instances_ListInstances_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_delete_service_async.py b/samples/generated_samples/appengine_v1_generated_services_delete_service_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_delete_service_async.py
rename to samples/generated_samples/appengine_v1_generated_services_delete_service_async.py
index b925671..a820bd0 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_delete_service_async.py
+++ b/samples/generated_samples/appengine_v1_generated_services_delete_service_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_DeleteService_async]
+# [START appengine_v1_generated_Services_DeleteService_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_delete_service():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_DeleteService_async]
+# [END appengine_v1_generated_Services_DeleteService_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_delete_service_sync.py b/samples/generated_samples/appengine_v1_generated_services_delete_service_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_delete_service_sync.py
rename to samples/generated_samples/appengine_v1_generated_services_delete_service_sync.py
index bcac49a..412d12d 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_delete_service_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_services_delete_service_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_DeleteService_sync]
+# [START appengine_v1_generated_Services_DeleteService_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_delete_service():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_DeleteService_sync]
+# [END appengine_v1_generated_Services_DeleteService_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_get_service_async.py b/samples/generated_samples/appengine_v1_generated_services_get_service_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_get_service_async.py
rename to samples/generated_samples/appengine_v1_generated_services_get_service_async.py
index 0661298..86e01db 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_get_service_async.py
+++ b/samples/generated_samples/appengine_v1_generated_services_get_service_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_GetService_async]
+# [START appengine_v1_generated_Services_GetService_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_service():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_GetService_async]
+# [END appengine_v1_generated_Services_GetService_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_get_service_sync.py b/samples/generated_samples/appengine_v1_generated_services_get_service_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_get_service_sync.py
rename to samples/generated_samples/appengine_v1_generated_services_get_service_sync.py
index 317c153..11461b8 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_get_service_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_services_get_service_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_GetService_sync]
+# [START appengine_v1_generated_Services_GetService_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_service():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_GetService_sync]
+# [END appengine_v1_generated_Services_GetService_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_list_services_async.py b/samples/generated_samples/appengine_v1_generated_services_list_services_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_list_services_async.py
rename to samples/generated_samples/appengine_v1_generated_services_list_services_async.py
index 015baad..b34dce6 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_list_services_async.py
+++ b/samples/generated_samples/appengine_v1_generated_services_list_services_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_ListServices_async]
+# [START appengine_v1_generated_Services_ListServices_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_services():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_ListServices_async]
+# [END appengine_v1_generated_Services_ListServices_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_list_services_sync.py b/samples/generated_samples/appengine_v1_generated_services_list_services_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_list_services_sync.py
rename to samples/generated_samples/appengine_v1_generated_services_list_services_sync.py
index db2aa51..f845c93 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_list_services_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_services_list_services_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_ListServices_sync]
+# [START appengine_v1_generated_Services_ListServices_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_services():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_ListServices_sync]
+# [END appengine_v1_generated_Services_ListServices_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_update_service_async.py b/samples/generated_samples/appengine_v1_generated_services_update_service_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_update_service_async.py
rename to samples/generated_samples/appengine_v1_generated_services_update_service_async.py
index 525ddb5..159082c 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_update_service_async.py
+++ b/samples/generated_samples/appengine_v1_generated_services_update_service_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_UpdateService_async]
+# [START appengine_v1_generated_Services_UpdateService_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_update_service():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_UpdateService_async]
+# [END appengine_v1_generated_Services_UpdateService_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_update_service_sync.py b/samples/generated_samples/appengine_v1_generated_services_update_service_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_services_update_service_sync.py
rename to samples/generated_samples/appengine_v1_generated_services_update_service_sync.py
index 71003cc..2f98cd1 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_services_update_service_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_services_update_service_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Services_UpdateService_sync]
+# [START appengine_v1_generated_Services_UpdateService_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_update_service():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Services_UpdateService_sync]
+# [END appengine_v1_generated_Services_UpdateService_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_create_version_async.py b/samples/generated_samples/appengine_v1_generated_versions_create_version_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_create_version_async.py
rename to samples/generated_samples/appengine_v1_generated_versions_create_version_async.py
index 3cbbb46..0b7167b 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_create_version_async.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_create_version_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_CreateVersion_async]
+# [START appengine_v1_generated_Versions_CreateVersion_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_create_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_CreateVersion_async]
+# [END appengine_v1_generated_Versions_CreateVersion_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_create_version_sync.py b/samples/generated_samples/appengine_v1_generated_versions_create_version_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_create_version_sync.py
rename to samples/generated_samples/appengine_v1_generated_versions_create_version_sync.py
index 11b4039..3fe3b85 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_create_version_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_create_version_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_CreateVersion_sync]
+# [START appengine_v1_generated_Versions_CreateVersion_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_create_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_CreateVersion_sync]
+# [END appengine_v1_generated_Versions_CreateVersion_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_delete_version_async.py b/samples/generated_samples/appengine_v1_generated_versions_delete_version_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_delete_version_async.py
rename to samples/generated_samples/appengine_v1_generated_versions_delete_version_async.py
index e4de769..d62e1cf 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_delete_version_async.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_delete_version_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_DeleteVersion_async]
+# [START appengine_v1_generated_Versions_DeleteVersion_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_delete_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_DeleteVersion_async]
+# [END appengine_v1_generated_Versions_DeleteVersion_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_delete_version_sync.py b/samples/generated_samples/appengine_v1_generated_versions_delete_version_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_delete_version_sync.py
rename to samples/generated_samples/appengine_v1_generated_versions_delete_version_sync.py
index 9026697..33ee0b5 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_delete_version_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_delete_version_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_DeleteVersion_sync]
+# [START appengine_v1_generated_Versions_DeleteVersion_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_delete_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_DeleteVersion_sync]
+# [END appengine_v1_generated_Versions_DeleteVersion_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_get_version_async.py b/samples/generated_samples/appengine_v1_generated_versions_get_version_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_get_version_async.py
rename to samples/generated_samples/appengine_v1_generated_versions_get_version_async.py
index 79b8514..af77bf5 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_get_version_async.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_get_version_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_GetVersion_async]
+# [START appengine_v1_generated_Versions_GetVersion_async]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ async def sample_get_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_GetVersion_async]
+# [END appengine_v1_generated_Versions_GetVersion_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_get_version_sync.py b/samples/generated_samples/appengine_v1_generated_versions_get_version_sync.py
similarity index 87%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_get_version_sync.py
rename to samples/generated_samples/appengine_v1_generated_versions_get_version_sync.py
index df30676..50614fc 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_get_version_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_get_version_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_GetVersion_sync]
+# [START appengine_v1_generated_Versions_GetVersion_sync]
from google.cloud import appengine_admin_v1
@@ -41,4 +41,4 @@ def sample_get_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_GetVersion_sync]
+# [END appengine_v1_generated_Versions_GetVersion_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_list_versions_async.py b/samples/generated_samples/appengine_v1_generated_versions_list_versions_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_list_versions_async.py
rename to samples/generated_samples/appengine_v1_generated_versions_list_versions_async.py
index 01380eb..2af4092 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_list_versions_async.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_list_versions_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_ListVersions_async]
+# [START appengine_v1_generated_Versions_ListVersions_async]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ async def sample_list_versions():
async for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_ListVersions_async]
+# [END appengine_v1_generated_Versions_ListVersions_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_list_versions_sync.py b/samples/generated_samples/appengine_v1_generated_versions_list_versions_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_list_versions_sync.py
rename to samples/generated_samples/appengine_v1_generated_versions_list_versions_sync.py
index d2e1523..e70220c 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_list_versions_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_list_versions_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_ListVersions_sync]
+# [START appengine_v1_generated_Versions_ListVersions_sync]
from google.cloud import appengine_admin_v1
@@ -42,4 +42,4 @@ def sample_list_versions():
for response in page_result:
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_ListVersions_sync]
+# [END appengine_v1_generated_Versions_ListVersions_sync]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_update_version_async.py b/samples/generated_samples/appengine_v1_generated_versions_update_version_async.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_update_version_async.py
rename to samples/generated_samples/appengine_v1_generated_versions_update_version_async.py
index 187e020..7a9546d 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_update_version_async.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_update_version_async.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_UpdateVersion_async]
+# [START appengine_v1_generated_Versions_UpdateVersion_async]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ async def sample_update_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_UpdateVersion_async]
+# [END appengine_v1_generated_Versions_UpdateVersion_async]
diff --git a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_update_version_sync.py b/samples/generated_samples/appengine_v1_generated_versions_update_version_sync.py
similarity index 88%
rename from samples/generated_samples/appengine_generated_appengine_admin_v1_versions_update_version_sync.py
rename to samples/generated_samples/appengine_v1_generated_versions_update_version_sync.py
index 0429636..08eb2f8 100644
--- a/samples/generated_samples/appengine_generated_appengine_admin_v1_versions_update_version_sync.py
+++ b/samples/generated_samples/appengine_v1_generated_versions_update_version_sync.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-appengine-admin
-# [START appengine_generated_appengine_admin_v1_Versions_UpdateVersion_sync]
+# [START appengine_v1_generated_Versions_UpdateVersion_sync]
from google.cloud import appengine_admin_v1
@@ -45,4 +45,4 @@ def sample_update_version():
# Handle the response
print(response)
-# [END appengine_generated_appengine_admin_v1_Versions_UpdateVersion_sync]
+# [END appengine_v1_generated_Versions_UpdateVersion_sync]
diff --git a/samples/generated_samples/snippet_metadata_appengine admin_v1.json b/samples/generated_samples/snippet_metadata_appengine admin_v1.json
index 14f8968..445ed92 100644
--- a/samples/generated_samples/snippet_metadata_appengine admin_v1.json
+++ b/samples/generated_samples/snippet_metadata_appengine admin_v1.json
@@ -10,8 +10,8 @@
"shortName": "CreateApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_create_application_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_CreateApplication_async",
+ "file": "appengine_v1_generated_applications_create_application_async.py",
+ "regionTag": "appengine_v1_generated_Applications_CreateApplication_async",
"segments": [
{
"end": 47,
@@ -54,8 +54,8 @@
"shortName": "CreateApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_create_application_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_CreateApplication_sync",
+ "file": "appengine_v1_generated_applications_create_application_sync.py",
+ "regionTag": "appengine_v1_generated_Applications_CreateApplication_sync",
"segments": [
{
"end": 47,
@@ -99,8 +99,8 @@
"shortName": "GetApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_get_application_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_GetApplication_async",
+ "file": "appengine_v1_generated_applications_get_application_async.py",
+ "regionTag": "appengine_v1_generated_Applications_GetApplication_async",
"segments": [
{
"end": 43,
@@ -143,8 +143,8 @@
"shortName": "GetApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_get_application_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_GetApplication_sync",
+ "file": "appengine_v1_generated_applications_get_application_sync.py",
+ "regionTag": "appengine_v1_generated_Applications_GetApplication_sync",
"segments": [
{
"end": 43,
@@ -188,8 +188,8 @@
"shortName": "RepairApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_repair_application_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_RepairApplication_async",
+ "file": "appengine_v1_generated_applications_repair_application_async.py",
+ "regionTag": "appengine_v1_generated_Applications_RepairApplication_async",
"segments": [
{
"end": 47,
@@ -232,8 +232,8 @@
"shortName": "RepairApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_repair_application_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_RepairApplication_sync",
+ "file": "appengine_v1_generated_applications_repair_application_sync.py",
+ "regionTag": "appengine_v1_generated_Applications_RepairApplication_sync",
"segments": [
{
"end": 47,
@@ -277,8 +277,8 @@
"shortName": "UpdateApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_update_application_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_UpdateApplication_async",
+ "file": "appengine_v1_generated_applications_update_application_async.py",
+ "regionTag": "appengine_v1_generated_Applications_UpdateApplication_async",
"segments": [
{
"end": 47,
@@ -321,8 +321,8 @@
"shortName": "UpdateApplication"
}
},
- "file": "appengine_generated_appengine_admin_v1_applications_update_application_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Applications_UpdateApplication_sync",
+ "file": "appengine_v1_generated_applications_update_application_sync.py",
+ "regionTag": "appengine_v1_generated_Applications_UpdateApplication_sync",
"segments": [
{
"end": 47,
@@ -366,8 +366,8 @@
"shortName": "CreateAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_CreateAuthorizedCertificate_async",
+ "file": "appengine_v1_generated_authorized_certificates_create_authorized_certificate_async.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_CreateAuthorizedCertificate_async",
"segments": [
{
"end": 43,
@@ -410,8 +410,8 @@
"shortName": "CreateAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_create_authorized_certificate_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_CreateAuthorizedCertificate_sync",
+ "file": "appengine_v1_generated_authorized_certificates_create_authorized_certificate_sync.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_CreateAuthorizedCertificate_sync",
"segments": [
{
"end": 43,
@@ -455,8 +455,8 @@
"shortName": "DeleteAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_DeleteAuthorizedCertificate_async",
+ "file": "appengine_v1_generated_authorized_certificates_delete_authorized_certificate_async.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_DeleteAuthorizedCertificate_async",
"segments": [
{
"end": 41,
@@ -497,8 +497,8 @@
"shortName": "DeleteAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_delete_authorized_certificate_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_DeleteAuthorizedCertificate_sync",
+ "file": "appengine_v1_generated_authorized_certificates_delete_authorized_certificate_sync.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_DeleteAuthorizedCertificate_sync",
"segments": [
{
"end": 41,
@@ -540,8 +540,8 @@
"shortName": "GetAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_GetAuthorizedCertificate_async",
+ "file": "appengine_v1_generated_authorized_certificates_get_authorized_certificate_async.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_async",
"segments": [
{
"end": 43,
@@ -584,8 +584,8 @@
"shortName": "GetAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_get_authorized_certificate_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_GetAuthorizedCertificate_sync",
+ "file": "appengine_v1_generated_authorized_certificates_get_authorized_certificate_sync.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_sync",
"segments": [
{
"end": 43,
@@ -629,8 +629,8 @@
"shortName": "ListAuthorizedCertificates"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_ListAuthorizedCertificates_async",
+ "file": "appengine_v1_generated_authorized_certificates_list_authorized_certificates_async.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_ListAuthorizedCertificates_async",
"segments": [
{
"end": 44,
@@ -673,8 +673,8 @@
"shortName": "ListAuthorizedCertificates"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_list_authorized_certificates_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_ListAuthorizedCertificates_sync",
+ "file": "appengine_v1_generated_authorized_certificates_list_authorized_certificates_sync.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_ListAuthorizedCertificates_sync",
"segments": [
{
"end": 44,
@@ -718,8 +718,8 @@
"shortName": "UpdateAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_UpdateAuthorizedCertificate_async",
+ "file": "appengine_v1_generated_authorized_certificates_update_authorized_certificate_async.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_UpdateAuthorizedCertificate_async",
"segments": [
{
"end": 43,
@@ -762,8 +762,8 @@
"shortName": "UpdateAuthorizedCertificate"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_certificates_update_authorized_certificate_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedCertificates_UpdateAuthorizedCertificate_sync",
+ "file": "appengine_v1_generated_authorized_certificates_update_authorized_certificate_sync.py",
+ "regionTag": "appengine_v1_generated_AuthorizedCertificates_UpdateAuthorizedCertificate_sync",
"segments": [
{
"end": 43,
@@ -807,8 +807,8 @@
"shortName": "ListAuthorizedDomains"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedDomains_ListAuthorizedDomains_async",
+ "file": "appengine_v1_generated_authorized_domains_list_authorized_domains_async.py",
+ "regionTag": "appengine_v1_generated_AuthorizedDomains_ListAuthorizedDomains_async",
"segments": [
{
"end": 44,
@@ -851,8 +851,8 @@
"shortName": "ListAuthorizedDomains"
}
},
- "file": "appengine_generated_appengine_admin_v1_authorized_domains_list_authorized_domains_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_AuthorizedDomains_ListAuthorizedDomains_sync",
+ "file": "appengine_v1_generated_authorized_domains_list_authorized_domains_sync.py",
+ "regionTag": "appengine_v1_generated_AuthorizedDomains_ListAuthorizedDomains_sync",
"segments": [
{
"end": 44,
@@ -896,8 +896,8 @@
"shortName": "CreateDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_CreateDomainMapping_async",
+ "file": "appengine_v1_generated_domain_mappings_create_domain_mapping_async.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_CreateDomainMapping_async",
"segments": [
{
"end": 47,
@@ -940,8 +940,8 @@
"shortName": "CreateDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_create_domain_mapping_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_CreateDomainMapping_sync",
+ "file": "appengine_v1_generated_domain_mappings_create_domain_mapping_sync.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_CreateDomainMapping_sync",
"segments": [
{
"end": 47,
@@ -985,8 +985,8 @@
"shortName": "DeleteDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_DeleteDomainMapping_async",
+ "file": "appengine_v1_generated_domain_mappings_delete_domain_mapping_async.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_DeleteDomainMapping_async",
"segments": [
{
"end": 47,
@@ -1029,8 +1029,8 @@
"shortName": "DeleteDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_delete_domain_mapping_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_DeleteDomainMapping_sync",
+ "file": "appengine_v1_generated_domain_mappings_delete_domain_mapping_sync.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_DeleteDomainMapping_sync",
"segments": [
{
"end": 47,
@@ -1074,8 +1074,8 @@
"shortName": "GetDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_GetDomainMapping_async",
+ "file": "appengine_v1_generated_domain_mappings_get_domain_mapping_async.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_GetDomainMapping_async",
"segments": [
{
"end": 43,
@@ -1118,8 +1118,8 @@
"shortName": "GetDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_get_domain_mapping_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_GetDomainMapping_sync",
+ "file": "appengine_v1_generated_domain_mappings_get_domain_mapping_sync.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_GetDomainMapping_sync",
"segments": [
{
"end": 43,
@@ -1163,8 +1163,8 @@
"shortName": "ListDomainMappings"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_ListDomainMappings_async",
+ "file": "appengine_v1_generated_domain_mappings_list_domain_mappings_async.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_ListDomainMappings_async",
"segments": [
{
"end": 44,
@@ -1207,8 +1207,8 @@
"shortName": "ListDomainMappings"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_list_domain_mappings_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_ListDomainMappings_sync",
+ "file": "appengine_v1_generated_domain_mappings_list_domain_mappings_sync.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_ListDomainMappings_sync",
"segments": [
{
"end": 44,
@@ -1252,8 +1252,8 @@
"shortName": "UpdateDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_UpdateDomainMapping_async",
+ "file": "appengine_v1_generated_domain_mappings_update_domain_mapping_async.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_UpdateDomainMapping_async",
"segments": [
{
"end": 47,
@@ -1296,8 +1296,8 @@
"shortName": "UpdateDomainMapping"
}
},
- "file": "appengine_generated_appengine_admin_v1_domain_mappings_update_domain_mapping_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_DomainMappings_UpdateDomainMapping_sync",
+ "file": "appengine_v1_generated_domain_mappings_update_domain_mapping_sync.py",
+ "regionTag": "appengine_v1_generated_DomainMappings_UpdateDomainMapping_sync",
"segments": [
{
"end": 47,
@@ -1341,8 +1341,8 @@
"shortName": "BatchUpdateIngressRules"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_BatchUpdateIngressRules_async",
+ "file": "appengine_v1_generated_firewall_batch_update_ingress_rules_async.py",
+ "regionTag": "appengine_v1_generated_Firewall_BatchUpdateIngressRules_async",
"segments": [
{
"end": 43,
@@ -1385,8 +1385,8 @@
"shortName": "BatchUpdateIngressRules"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_batch_update_ingress_rules_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_BatchUpdateIngressRules_sync",
+ "file": "appengine_v1_generated_firewall_batch_update_ingress_rules_sync.py",
+ "regionTag": "appengine_v1_generated_Firewall_BatchUpdateIngressRules_sync",
"segments": [
{
"end": 43,
@@ -1430,8 +1430,8 @@
"shortName": "CreateIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_CreateIngressRule_async",
+ "file": "appengine_v1_generated_firewall_create_ingress_rule_async.py",
+ "regionTag": "appengine_v1_generated_Firewall_CreateIngressRule_async",
"segments": [
{
"end": 43,
@@ -1474,8 +1474,8 @@
"shortName": "CreateIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_create_ingress_rule_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_CreateIngressRule_sync",
+ "file": "appengine_v1_generated_firewall_create_ingress_rule_sync.py",
+ "regionTag": "appengine_v1_generated_Firewall_CreateIngressRule_sync",
"segments": [
{
"end": 43,
@@ -1519,8 +1519,8 @@
"shortName": "DeleteIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_DeleteIngressRule_async",
+ "file": "appengine_v1_generated_firewall_delete_ingress_rule_async.py",
+ "regionTag": "appengine_v1_generated_Firewall_DeleteIngressRule_async",
"segments": [
{
"end": 41,
@@ -1561,8 +1561,8 @@
"shortName": "DeleteIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_delete_ingress_rule_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_DeleteIngressRule_sync",
+ "file": "appengine_v1_generated_firewall_delete_ingress_rule_sync.py",
+ "regionTag": "appengine_v1_generated_Firewall_DeleteIngressRule_sync",
"segments": [
{
"end": 41,
@@ -1604,8 +1604,8 @@
"shortName": "GetIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_GetIngressRule_async",
+ "file": "appengine_v1_generated_firewall_get_ingress_rule_async.py",
+ "regionTag": "appengine_v1_generated_Firewall_GetIngressRule_async",
"segments": [
{
"end": 43,
@@ -1648,8 +1648,8 @@
"shortName": "GetIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_get_ingress_rule_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_GetIngressRule_sync",
+ "file": "appengine_v1_generated_firewall_get_ingress_rule_sync.py",
+ "regionTag": "appengine_v1_generated_Firewall_GetIngressRule_sync",
"segments": [
{
"end": 43,
@@ -1693,8 +1693,8 @@
"shortName": "ListIngressRules"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_ListIngressRules_async",
+ "file": "appengine_v1_generated_firewall_list_ingress_rules_async.py",
+ "regionTag": "appengine_v1_generated_Firewall_ListIngressRules_async",
"segments": [
{
"end": 44,
@@ -1737,8 +1737,8 @@
"shortName": "ListIngressRules"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_list_ingress_rules_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_ListIngressRules_sync",
+ "file": "appengine_v1_generated_firewall_list_ingress_rules_sync.py",
+ "regionTag": "appengine_v1_generated_Firewall_ListIngressRules_sync",
"segments": [
{
"end": 44,
@@ -1782,8 +1782,8 @@
"shortName": "UpdateIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_UpdateIngressRule_async",
+ "file": "appengine_v1_generated_firewall_update_ingress_rule_async.py",
+ "regionTag": "appengine_v1_generated_Firewall_UpdateIngressRule_async",
"segments": [
{
"end": 43,
@@ -1826,8 +1826,8 @@
"shortName": "UpdateIngressRule"
}
},
- "file": "appengine_generated_appengine_admin_v1_firewall_update_ingress_rule_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Firewall_UpdateIngressRule_sync",
+ "file": "appengine_v1_generated_firewall_update_ingress_rule_sync.py",
+ "regionTag": "appengine_v1_generated_Firewall_UpdateIngressRule_sync",
"segments": [
{
"end": 43,
@@ -1871,8 +1871,8 @@
"shortName": "DebugInstance"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_debug_instance_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_DebugInstance_async",
+ "file": "appengine_v1_generated_instances_debug_instance_async.py",
+ "regionTag": "appengine_v1_generated_Instances_DebugInstance_async",
"segments": [
{
"end": 47,
@@ -1915,8 +1915,8 @@
"shortName": "DebugInstance"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_debug_instance_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_DebugInstance_sync",
+ "file": "appengine_v1_generated_instances_debug_instance_sync.py",
+ "regionTag": "appengine_v1_generated_Instances_DebugInstance_sync",
"segments": [
{
"end": 47,
@@ -1960,8 +1960,8 @@
"shortName": "DeleteInstance"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_delete_instance_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_DeleteInstance_async",
+ "file": "appengine_v1_generated_instances_delete_instance_async.py",
+ "regionTag": "appengine_v1_generated_Instances_DeleteInstance_async",
"segments": [
{
"end": 47,
@@ -2004,8 +2004,8 @@
"shortName": "DeleteInstance"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_delete_instance_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_DeleteInstance_sync",
+ "file": "appengine_v1_generated_instances_delete_instance_sync.py",
+ "regionTag": "appengine_v1_generated_Instances_DeleteInstance_sync",
"segments": [
{
"end": 47,
@@ -2049,8 +2049,8 @@
"shortName": "GetInstance"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_get_instance_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_GetInstance_async",
+ "file": "appengine_v1_generated_instances_get_instance_async.py",
+ "regionTag": "appengine_v1_generated_Instances_GetInstance_async",
"segments": [
{
"end": 43,
@@ -2093,8 +2093,8 @@
"shortName": "GetInstance"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_get_instance_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_GetInstance_sync",
+ "file": "appengine_v1_generated_instances_get_instance_sync.py",
+ "regionTag": "appengine_v1_generated_Instances_GetInstance_sync",
"segments": [
{
"end": 43,
@@ -2138,8 +2138,8 @@
"shortName": "ListInstances"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_list_instances_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_ListInstances_async",
+ "file": "appengine_v1_generated_instances_list_instances_async.py",
+ "regionTag": "appengine_v1_generated_Instances_ListInstances_async",
"segments": [
{
"end": 44,
@@ -2182,8 +2182,8 @@
"shortName": "ListInstances"
}
},
- "file": "appengine_generated_appengine_admin_v1_instances_list_instances_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Instances_ListInstances_sync",
+ "file": "appengine_v1_generated_instances_list_instances_sync.py",
+ "regionTag": "appengine_v1_generated_Instances_ListInstances_sync",
"segments": [
{
"end": 44,
@@ -2227,8 +2227,8 @@
"shortName": "DeleteService"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_delete_service_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_DeleteService_async",
+ "file": "appengine_v1_generated_services_delete_service_async.py",
+ "regionTag": "appengine_v1_generated_Services_DeleteService_async",
"segments": [
{
"end": 47,
@@ -2271,8 +2271,8 @@
"shortName": "DeleteService"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_delete_service_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_DeleteService_sync",
+ "file": "appengine_v1_generated_services_delete_service_sync.py",
+ "regionTag": "appengine_v1_generated_Services_DeleteService_sync",
"segments": [
{
"end": 47,
@@ -2316,8 +2316,8 @@
"shortName": "GetService"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_get_service_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_GetService_async",
+ "file": "appengine_v1_generated_services_get_service_async.py",
+ "regionTag": "appengine_v1_generated_Services_GetService_async",
"segments": [
{
"end": 43,
@@ -2360,8 +2360,8 @@
"shortName": "GetService"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_get_service_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_GetService_sync",
+ "file": "appengine_v1_generated_services_get_service_sync.py",
+ "regionTag": "appengine_v1_generated_Services_GetService_sync",
"segments": [
{
"end": 43,
@@ -2405,8 +2405,8 @@
"shortName": "ListServices"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_list_services_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_ListServices_async",
+ "file": "appengine_v1_generated_services_list_services_async.py",
+ "regionTag": "appengine_v1_generated_Services_ListServices_async",
"segments": [
{
"end": 44,
@@ -2449,8 +2449,8 @@
"shortName": "ListServices"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_list_services_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_ListServices_sync",
+ "file": "appengine_v1_generated_services_list_services_sync.py",
+ "regionTag": "appengine_v1_generated_Services_ListServices_sync",
"segments": [
{
"end": 44,
@@ -2494,8 +2494,8 @@
"shortName": "UpdateService"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_update_service_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_UpdateService_async",
+ "file": "appengine_v1_generated_services_update_service_async.py",
+ "regionTag": "appengine_v1_generated_Services_UpdateService_async",
"segments": [
{
"end": 47,
@@ -2538,8 +2538,8 @@
"shortName": "UpdateService"
}
},
- "file": "appengine_generated_appengine_admin_v1_services_update_service_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Services_UpdateService_sync",
+ "file": "appengine_v1_generated_services_update_service_sync.py",
+ "regionTag": "appengine_v1_generated_Services_UpdateService_sync",
"segments": [
{
"end": 47,
@@ -2583,8 +2583,8 @@
"shortName": "CreateVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_create_version_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_CreateVersion_async",
+ "file": "appengine_v1_generated_versions_create_version_async.py",
+ "regionTag": "appengine_v1_generated_Versions_CreateVersion_async",
"segments": [
{
"end": 47,
@@ -2627,8 +2627,8 @@
"shortName": "CreateVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_create_version_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_CreateVersion_sync",
+ "file": "appengine_v1_generated_versions_create_version_sync.py",
+ "regionTag": "appengine_v1_generated_Versions_CreateVersion_sync",
"segments": [
{
"end": 47,
@@ -2672,8 +2672,8 @@
"shortName": "DeleteVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_delete_version_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_DeleteVersion_async",
+ "file": "appengine_v1_generated_versions_delete_version_async.py",
+ "regionTag": "appengine_v1_generated_Versions_DeleteVersion_async",
"segments": [
{
"end": 47,
@@ -2716,8 +2716,8 @@
"shortName": "DeleteVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_delete_version_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_DeleteVersion_sync",
+ "file": "appengine_v1_generated_versions_delete_version_sync.py",
+ "regionTag": "appengine_v1_generated_Versions_DeleteVersion_sync",
"segments": [
{
"end": 47,
@@ -2761,8 +2761,8 @@
"shortName": "GetVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_get_version_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_GetVersion_async",
+ "file": "appengine_v1_generated_versions_get_version_async.py",
+ "regionTag": "appengine_v1_generated_Versions_GetVersion_async",
"segments": [
{
"end": 43,
@@ -2805,8 +2805,8 @@
"shortName": "GetVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_get_version_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_GetVersion_sync",
+ "file": "appengine_v1_generated_versions_get_version_sync.py",
+ "regionTag": "appengine_v1_generated_Versions_GetVersion_sync",
"segments": [
{
"end": 43,
@@ -2850,8 +2850,8 @@
"shortName": "ListVersions"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_list_versions_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_ListVersions_async",
+ "file": "appengine_v1_generated_versions_list_versions_async.py",
+ "regionTag": "appengine_v1_generated_Versions_ListVersions_async",
"segments": [
{
"end": 44,
@@ -2894,8 +2894,8 @@
"shortName": "ListVersions"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_list_versions_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_ListVersions_sync",
+ "file": "appengine_v1_generated_versions_list_versions_sync.py",
+ "regionTag": "appengine_v1_generated_Versions_ListVersions_sync",
"segments": [
{
"end": 44,
@@ -2939,8 +2939,8 @@
"shortName": "UpdateVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_update_version_async.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_UpdateVersion_async",
+ "file": "appengine_v1_generated_versions_update_version_async.py",
+ "regionTag": "appengine_v1_generated_Versions_UpdateVersion_async",
"segments": [
{
"end": 47,
@@ -2983,8 +2983,8 @@
"shortName": "UpdateVersion"
}
},
- "file": "appengine_generated_appengine_admin_v1_versions_update_version_sync.py",
- "regionTag": "appengine_generated_appengine_admin_v1_Versions_UpdateVersion_sync",
+ "file": "appengine_v1_generated_versions_update_version_sync.py",
+ "regionTag": "appengine_v1_generated_Versions_UpdateVersion_sync",
"segments": [
{
"end": 47,
diff --git a/scripts/fixup_appengine_admin_v1_keywords.py b/scripts/fixup_appengine_admin_v1_keywords.py
index d8d9f5c..576b666 100644
--- a/scripts/fixup_appengine_admin_v1_keywords.py
+++ b/scripts/fixup_appengine_admin_v1_keywords.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/setup.py b/setup.py
index 150c2f6..4dcb351 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
import setuptools # type: ignore
name = "google-cloud-appengine-admin"
-version = "1.3.1"
+version = "1.3.2"
description = "App Engine Admin API client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-appengine-admin"
@@ -28,7 +28,7 @@
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
- "google-api-core[grpc] >= 1.28.0, <3.0.0dev",
+ "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"proto-plus >= 1.18.1",
"grpc-google-iam-v1",
"six",
diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt
index f4ff370..64d95bb 100644
--- a/testing/constraints-3.6.txt
+++ b/testing/constraints-3.6.txt
@@ -5,7 +5,7 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
-google-api-core==1.28.0
+google-api-core==1.31.5
proto-plus==1.18.1
grpc-google-iam-v1==0.12.3
six==1.13.0
diff --git a/tests/__init__.py b/tests/__init__.py
index 4de6597..e8e1c38 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py
index 4de6597..e8e1c38 100644
--- a/tests/unit/__init__.py
+++ b/tests/unit/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/__init__.py b/tests/unit/gapic/__init__.py
index 4de6597..e8e1c38 100644
--- a/tests/unit/gapic/__init__.py
+++ b/tests/unit/gapic/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/__init__.py b/tests/unit/gapic/appengine_admin_v1/__init__.py
index 4de6597..e8e1c38 100644
--- a/tests/unit/gapic/appengine_admin_v1/__init__.py
+++ b/tests/unit/gapic/appengine_admin_v1/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_applications.py b/tests/unit/gapic/appengine_admin_v1/test_applications.py
index eec9aaa..c2bd823 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_applications.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_applications.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_authorized_certificates.py b/tests/unit/gapic/appengine_admin_v1/test_authorized_certificates.py
index 8f65a27..9966789 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_authorized_certificates.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_authorized_certificates.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_authorized_domains.py b/tests/unit/gapic/appengine_admin_v1/test_authorized_domains.py
index 273410a..7ca50da 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_authorized_domains.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_authorized_domains.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_domain_mappings.py b/tests/unit/gapic/appengine_admin_v1/test_domain_mappings.py
index 03d713c..d46c61a 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_domain_mappings.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_domain_mappings.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_firewall.py b/tests/unit/gapic/appengine_admin_v1/test_firewall.py
index 377b54f..49e3343 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_firewall.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_firewall.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_instances.py b/tests/unit/gapic/appengine_admin_v1/test_instances.py
index 0fd4808..4935b8d 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_instances.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_instances.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_services.py b/tests/unit/gapic/appengine_admin_v1/test_services.py
index 28875a6..d5f34de 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_services.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_services.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/unit/gapic/appengine_admin_v1/test_versions.py b/tests/unit/gapic/appengine_admin_v1/test_versions.py
index e20860a..77d13a3 100644
--- a/tests/unit/gapic/appengine_admin_v1/test_versions.py
+++ b/tests/unit/gapic/appengine_admin_v1/test_versions.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Google LLC
+# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.