Skip to content

Commit

Permalink
chore(internal/gapicgen): generate profiler metadata (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Aug 5, 2020
1 parent b99d498 commit d16a26e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -511,6 +511,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/policytroubleshooter/apiv1",
"release_level": "beta"
},
"cloud.google.com/go/profiler": {
"distribution_name": "cloud.google.com/go/profiler",
"description": "Cloud Profiler",
"language": "Go",
"client_library_type": "manual",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/profiler",
"release_level": "ga"
},
"cloud.google.com/go/pubsub": {
"distribution_name": "cloud.google.com/go/pubsub",
"description": "Cloud PubSub",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/gapics.go
Expand Up @@ -226,6 +226,14 @@ var manualEntries = []manifestEntry{
DocsURL: "https://pkg.go.dev/cloud.google.com/go/rpcreplay",
ReleaseLevel: "ga",
},
{
DistributionName: "cloud.google.com/go/profiler",
Description: "Cloud Profiler",
Language: "Go",
ClientLibraryType: "manual",
DocsURL: "https://pkg.go.dev/cloud.google.com/go/profiler",
ReleaseLevel: "ga",
},
// Manuals with a GAPIC.
{
DistributionName: "cloud.google.com/go/errorreporting",
Expand Down

0 comments on commit d16a26e

Please sign in to comment.