Skip to content

Commit

Permalink
chore: no longer generate odd secretmanager client (#6888)
Browse files Browse the repository at this point in the history
The new clients are now under the secretmanager folder, not
secrets.
  • Loading branch information
codyoss committed Oct 24, 2022
1 parent c6b704a commit 5515980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/gapicgen/generator/genproto.go
Expand Up @@ -79,6 +79,7 @@ func NewGenprotoGenerator(c *Config) *GenprotoGenerator {
var skipPrefixes = []string{
"google.golang.org/genproto/googleapis/ads/",
"google.golang.org/genproto/googleapis/storage/",
"googleapis/cloud/secrets/",
}

func hasPrefix(s string, prefixes []string) bool {
Expand Down

0 comments on commit 5515980

Please sign in to comment.