Skip to content

Commit

Permalink
chore(internal/postprocessor): fix profiler & errorreporting shortnam…
Browse files Browse the repository at this point in the history
…es (#8131)
  • Loading branch information
noahdietz authored Jun 16, 2023
1 parent 4e80088 commit b429aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit b429aa1

Please sign in to comment.