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

Commit 2ee5c48

Browse files
chore: Update gapic-generator-python to v1.8.4 (#442)
* chore: Update gapic-generator-python to v1.8.4 PiperOrigin-RevId: 507808936 Source-Link: googleapis/googleapis@64cf849 Source-Link: https://github.com/googleapis/googleapis-gen/commit/53c48cac153d3b37f3d2c2dec4830cfd91ec4153 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTNjNDhjYWMxNTNkM2IzN2YzZDJjMmRlYzQ4MzBjZmQ5MWVjNDE1MyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove cleanup code causing samples to fail * restore --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 7e59248 commit 2ee5c48

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samples/api-client/manager/manager_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def clean_up_registries():
106106
"gatewayId": gateway_id,
107107
}
108108
client.projects().locations().registries().unbindDeviceFromGateway(
109-
parent=registry.get("name"), body=bind_request
109+
parent=registry.name, body=bind_request
110110
).execute()
111111
gateway_name = "{}/devices/{}".format(registry.name, gateway_id)
112112
client.projects().locations().registries().devices().delete(

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
if package.startswith("google")
5757
]
5858

59-
namespaces = ["google"]
60-
if "google.cloud" in packages:
61-
namespaces.append("google.cloud")
59+
namespaces = ["google", "google.cloud"]
6260

6361
setuptools.setup(
6462
name=name,

0 commit comments

Comments
 (0)