Skip to content

Commit 76c67a1

Browse files
authored
chore: complete migration of google-cloud-error-reporting (#16738)
Removed skip_generate and regenerated with Librarian.
1 parent 2ad626b commit 76c67a1

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,6 @@ libraries:
19621962
keep:
19631963
- CHANGELOG.md
19641964
- docs/CHANGELOG.md
1965-
skip_generate: true
19661965
python:
19671966
library_type: GAPIC_COMBO
19681967
opt_args_by_api:
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"name": "clouderrorreporting",
3-
"name_pretty": "Error Reporting API",
4-
"product_documentation": "https://cloud.google.com/error-reporting",
2+
"api_description": "counts, analyzes and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first and last seen dates and a cleaned exception stack trace. Opt-in to receive email and mobile alerts on new errors.",
3+
"api_id": "clouderrorreporting.googleapis.com",
4+
"api_shortname": "clouderrorreporting",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/clouderrorreporting/latest",
6+
"default_version": "v1beta1",
7+
"distribution_name": "google-cloud-error-reporting",
68
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
7-
"release_level": "preview",
89
"language": "python",
910
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/google-cloud-python",
11-
"distribution_name": "google-cloud-error-reporting",
12-
"api_id": "clouderrorreporting.googleapis.com",
13-
"requires_billing": false,
14-
"codeowner_team": "@googleapis/yoshi-python",
15-
"default_version": "v1beta1",
16-
"api_shortname": "clouderrorreporting",
17-
"api_description": "counts, analyzes and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first and last seen dates and a cleaned exception stack trace. Opt-in to receive email and mobile alerts on new errors."
11+
"name": "clouderrorreporting",
12+
"name_pretty": "Error Reporting API",
13+
"product_documentation": "https://cloud.google.com/error-reporting",
14+
"release_level": "preview",
15+
"repo": "googleapis/google-cloud-python"
1816
}

0 commit comments

Comments
 (0)