Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(internal/postprocessor): fix profiler & errorreporting shortnames #8131

Merged
merged 2 commits into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/errorreporting": {
"api_shortname": "errorreporting",
"api_shortname": "clouderrorreporting",
"distribution_name": "cloud.google.com/go/errorreporting",
"description": "Cloud Error Reporting API",
"language": "go",
Expand Down Expand Up @@ -1620,7 +1620,7 @@
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/profiler": {
"api_shortname": "profiler",
"api_shortname": "cloudprofiler",
"distribution_name": "cloud.google.com/go/profiler",
"description": "Cloud Profiler",
"language": "go",
Expand Down
4 changes: 2 additions & 2 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ manual-clients:
client-documentation: https://cloud.google.com/go/docs/reference/cloud.google.com/go/datastore/latest
release-level: stable
library-type: GAPIC_MANUAL
- api-shortname: errorreporting
- api-shortname: clouderrorreporting
distribution-name: cloud.google.com/go/errorreporting
description: Cloud Error Reporting API
language: go
Expand Down Expand Up @@ -207,7 +207,7 @@ manual-clients:
client-documentation: https://cloud.google.com/go/docs/reference/cloud.google.com/go/logging/latest
release-level: stable
library-type: GAPIC_MANUAL
- api-shortname: profiler
- api-shortname: cloudprofiler
distribution-name: cloud.google.com/go/profiler
description: Cloud Profiler
language: go
Expand Down