Skip to content

Commit

Permalink
feat(security/privateca): start generating apiv1 (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Apr 30, 2021
1 parent 13f840e commit 08aa83a
Show file tree
Hide file tree
Showing 6 changed files with 3,545 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -980,6 +980,15 @@
"release_level": "beta",
"library_type": ""
},
"cloud.google.com/go/security/privateca/apiv1": {
"distribution_name": "cloud.google.com/go/security/privateca/apiv1",
"description": "Certificate Authority API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1",
"release_level": "beta",
"library_type": ""
},
"cloud.google.com/go/security/privateca/apiv1beta1": {
"distribution_name": "cloud.google.com/go/security/privateca/apiv1beta1",
"description": "Certificate Authority API",
Expand Down
9 changes: 9 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -855,6 +855,15 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/cloud/security/privateca/v1beta1/privateca_v1beta1.yaml",
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/security/privateca/v1",
pkg: "privateca",
importPath: "cloud.google.com/go/security/privateca/apiv1",
gRPCServiceConfigPath: "google/cloud/security/privateca/v1/privateca_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/security/privateca/v1/privateca_v1.yaml",
// GA after 2021/05/29
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/assuredworkloads/v1beta1",
pkg: "assuredworkloads",
Expand Down

0 comments on commit 08aa83a

Please sign in to comment.