Skip to content

Commit

Permalink
feat(websecurityscanner): start generating apiv1 (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Oct 13, 2020
1 parent 9611fae commit 1d92e20
Show file tree
Hide file tree
Showing 5 changed files with 1,195 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -887,6 +887,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/webrisk/apiv1beta1",
"release_level": "beta"
},
"cloud.google.com/go/websecurityscanner/apiv1": {
"distribution_name": "cloud.google.com/go/websecurityscanner/apiv1",
"description": "Web Security Scanner API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/websecurityscanner/apiv1",
"release_level": "beta"
},
"cloud.google.com/go/workflows/apiv1beta": {
"distribution_name": "cloud.google.com/go/workflows/apiv1beta",
"description": "",
Expand Down
9 changes: 9 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -833,6 +833,15 @@ var microgenGapicConfigs = []*microgenConfig{
// GA after 2020/11/12
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/websecurityscanner/v1",
pkg: "websecurityscanner",
importPath: "cloud.google.com/go/websecurityscanner/apiv1",
gRPCServiceConfigPath: "google/cloud/websecurityscanner/v1/websecurityscanner_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/websecurityscanner/v1/websecurityscanner_v1.yaml",
// GA after 2020/13/12
releaseLevel: "beta",
},

// Non-Cloud APIs
{
Expand Down
106 changes: 106 additions & 0 deletions websecurityscanner/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d92e20

Please sign in to comment.