Skip to content

Commit 1a720ac

Browse files
chore: Update gapic-generator-python to v1.8.2 (#409)
* chore: Update gapic-generator-python to v1.8.2 PiperOrigin-RevId: 504289125 Source-Link: googleapis/googleapis@38a48a4 Source-Link: googleapis/googleapis-gen@b2dc226 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove workaround Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 67ba6c7 commit 1a720ac

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
google/cloud/errorreporting/__init__.py
8+
google/cloud/errorreporting/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

owlbot.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
shutil.rmtree("samples/generated_samples", ignore_errors=True)
3636
clean_up_generated_samples = False
3737

38-
# work around issue where google.cloud.errorreporting is not present
39-
s.replace(library / "google/cloud/errorreporting_v1beta1/__init__.py",
40-
"from google.cloud.errorreporting",
41-
"from google.cloud.errorreporting_v1beta1"
42-
)
43-
4438
s.move(
4539
[library],
4640
excludes=[

samples/generated_samples/snippet_metadata_google.devtools.clouderrorreporting.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-error-reporting",
11-
"version": "1.8.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)