Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 79f9cc1

Browse files
changes without context
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 9f451a1 commit 79f9cc1

4 files changed

Lines changed: 122 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.9.0
15+
rev: 3.8.4
1616
hooks:
1717
- id: flake8

google/pubsub_v1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"ModifyPushConfigRequest",
111111
"PublishRequest",
112112
"PublishResponse",
113+
"PublisherClient",
113114
"PubsubMessage",
114115
"PullRequest",
115116
"PullResponse",
@@ -125,7 +126,6 @@
125126
"Snapshot",
126127
"StreamingPullRequest",
127128
"StreamingPullResponse",
128-
"SubscriberClient",
129129
"Subscription",
130130
"Topic",
131131
"UpdateSnapshotRequest",
@@ -135,5 +135,5 @@
135135
"ValidateMessageResponse",
136136
"ValidateSchemaRequest",
137137
"ValidateSchemaResponse",
138-
"PublisherClient",
138+
"SubscriberClient",
139139
)

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def cover(session):
171171
test runs (not system test runs), and then erases coverage data.
172172
"""
173173
session.install("coverage", "pytest-cov")
174-
session.run("coverage", "report", "--show-missing", "--fail-under=99")
174+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
175175

176176
session.run("coverage", "erase")
177177

synth.metadata

Lines changed: 118 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:plamut/python-pubsub.git",
7-
"sha": "0a662a6daad0517fb0e01732c9dd7f9d1852924c"
6+
"remote": "https://github.com/googleapis/python-pubsub.git",
7+
"sha": "9f451a1fe0ac5cb2fb13d72b0436e0b521a4fecb"
88
}
99
},
1010
{
@@ -47,5 +47,121 @@
4747
"generator": "bazel"
4848
}
4949
}
50+
],
51+
"generatedFiles": [
52+
".coveragerc",
53+
".flake8",
54+
".github/CONTRIBUTING.md",
55+
".github/ISSUE_TEMPLATE/bug_report.md",
56+
".github/ISSUE_TEMPLATE/feature_request.md",
57+
".github/ISSUE_TEMPLATE/support_request.md",
58+
".github/PULL_REQUEST_TEMPLATE.md",
59+
".github/header-checker-lint.yml",
60+
".github/release-please.yml",
61+
".github/snippet-bot.yml",
62+
".gitignore",
63+
".kokoro/build.sh",
64+
".kokoro/continuous/common.cfg",
65+
".kokoro/continuous/continuous.cfg",
66+
".kokoro/docker/docs/Dockerfile",
67+
".kokoro/docker/docs/fetch_gpg_keys.sh",
68+
".kokoro/docs/common.cfg",
69+
".kokoro/docs/docs-presubmit.cfg",
70+
".kokoro/docs/docs.cfg",
71+
".kokoro/populate-secrets.sh",
72+
".kokoro/presubmit/common.cfg",
73+
".kokoro/presubmit/presubmit.cfg",
74+
".kokoro/publish-docs.sh",
75+
".kokoro/release.sh",
76+
".kokoro/release/common.cfg",
77+
".kokoro/release/release.cfg",
78+
".kokoro/samples/lint/common.cfg",
79+
".kokoro/samples/lint/continuous.cfg",
80+
".kokoro/samples/lint/periodic.cfg",
81+
".kokoro/samples/lint/presubmit.cfg",
82+
".kokoro/samples/python3.6/common.cfg",
83+
".kokoro/samples/python3.6/continuous.cfg",
84+
".kokoro/samples/python3.6/periodic-head.cfg",
85+
".kokoro/samples/python3.6/periodic.cfg",
86+
".kokoro/samples/python3.6/presubmit.cfg",
87+
".kokoro/samples/python3.7/common.cfg",
88+
".kokoro/samples/python3.7/continuous.cfg",
89+
".kokoro/samples/python3.7/periodic-head.cfg",
90+
".kokoro/samples/python3.7/periodic.cfg",
91+
".kokoro/samples/python3.7/presubmit.cfg",
92+
".kokoro/samples/python3.8/common.cfg",
93+
".kokoro/samples/python3.8/continuous.cfg",
94+
".kokoro/samples/python3.8/periodic-head.cfg",
95+
".kokoro/samples/python3.8/periodic.cfg",
96+
".kokoro/samples/python3.8/presubmit.cfg",
97+
".kokoro/test-samples-against-head.sh",
98+
".kokoro/test-samples-impl.sh",
99+
".kokoro/test-samples.sh",
100+
".kokoro/trampoline.sh",
101+
".kokoro/trampoline_v2.sh",
102+
".pre-commit-config.yaml",
103+
".trampolinerc",
104+
"CODE_OF_CONDUCT.md",
105+
"CONTRIBUTING.rst",
106+
"LICENSE",
107+
"MANIFEST.in",
108+
"docs/_static/custom.css",
109+
"docs/_templates/layout.html",
110+
"docs/conf.py",
111+
"docs/multiprocessing.rst",
112+
"google/cloud/pubsub_v1/proto/pubsub.proto",
113+
"google/cloud/pubsub_v1/proto/schema.proto",
114+
"google/pubsub/__init__.py",
115+
"google/pubsub/py.typed",
116+
"google/pubsub_v1/__init__.py",
117+
"google/pubsub_v1/py.typed",
118+
"google/pubsub_v1/services/__init__.py",
119+
"google/pubsub_v1/services/publisher/__init__.py",
120+
"google/pubsub_v1/services/publisher/async_client.py",
121+
"google/pubsub_v1/services/publisher/client.py",
122+
"google/pubsub_v1/services/publisher/pagers.py",
123+
"google/pubsub_v1/services/publisher/transports/__init__.py",
124+
"google/pubsub_v1/services/publisher/transports/base.py",
125+
"google/pubsub_v1/services/publisher/transports/grpc.py",
126+
"google/pubsub_v1/services/publisher/transports/grpc_asyncio.py",
127+
"google/pubsub_v1/services/schema_service/__init__.py",
128+
"google/pubsub_v1/services/schema_service/async_client.py",
129+
"google/pubsub_v1/services/schema_service/client.py",
130+
"google/pubsub_v1/services/schema_service/pagers.py",
131+
"google/pubsub_v1/services/schema_service/transports/__init__.py",
132+
"google/pubsub_v1/services/schema_service/transports/base.py",
133+
"google/pubsub_v1/services/schema_service/transports/grpc.py",
134+
"google/pubsub_v1/services/schema_service/transports/grpc_asyncio.py",
135+
"google/pubsub_v1/services/subscriber/__init__.py",
136+
"google/pubsub_v1/services/subscriber/async_client.py",
137+
"google/pubsub_v1/services/subscriber/client.py",
138+
"google/pubsub_v1/services/subscriber/pagers.py",
139+
"google/pubsub_v1/services/subscriber/transports/__init__.py",
140+
"google/pubsub_v1/services/subscriber/transports/base.py",
141+
"google/pubsub_v1/services/subscriber/transports/grpc.py",
142+
"google/pubsub_v1/services/subscriber/transports/grpc_asyncio.py",
143+
"google/pubsub_v1/types/__init__.py",
144+
"google/pubsub_v1/types/pubsub.py",
145+
"google/pubsub_v1/types/schema.py",
146+
"mypy.ini",
147+
"noxfile.py",
148+
"renovate.json",
149+
"samples/AUTHORING_GUIDE.md",
150+
"samples/CONTRIBUTING.md",
151+
"samples/snippets/noxfile.py",
152+
"scripts/decrypt-secrets.sh",
153+
"scripts/fixup_pubsub_v1_keywords.py",
154+
"scripts/readme-gen/readme_gen.py",
155+
"scripts/readme-gen/templates/README.tmpl.rst",
156+
"scripts/readme-gen/templates/auth.tmpl.rst",
157+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
158+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
159+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
160+
"setup.cfg",
161+
"testing/.gitignore",
162+
"tests/unit/gapic/pubsub_v1/__init__.py",
163+
"tests/unit/gapic/pubsub_v1/test_publisher.py",
164+
"tests/unit/gapic/pubsub_v1/test_schema_service.py",
165+
"tests/unit/gapic/pubsub_v1/test_subscriber.py"
50166
]
51167
}

0 commit comments

Comments
 (0)