Skip to content

Commit

Permalink
feat(metastore): start generating apiv1beta (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Mar 10, 2021
1 parent 1624623 commit 2977095
Show file tree
Hide file tree
Showing 6 changed files with 2,032 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -575,6 +575,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/metastore/apiv1alpha",
"release_level": "alpha"
},
"cloud.google.com/go/metastore/apiv1beta": {
"distribution_name": "cloud.google.com/go/metastore/apiv1beta",
"description": "Dataproc Metastore API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/metastore/apiv1beta",
"release_level": "beta"
},
"cloud.google.com/go/monitoring/apiv3/v2": {
"distribution_name": "cloud.google.com/go/monitoring/apiv3/v2",
"description": "Cloud Monitoring API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -1025,6 +1025,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/cloud/metastore/v1alpha/metastore_v1alpha.yaml",
releaseLevel: "alpha",
},
{
inputDirectoryPath: "google/cloud/metastore/v1beta",
pkg: "metastore",
importPath: "cloud.google.com/go/metastore/apiv1beta",
gRPCServiceConfigPath: "google/cloud/metastore/v1beta/metastore_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/metastore/v1beta/metastore_v1beta.yaml",
releaseLevel: "beta",
},

// Non-Cloud APIs
{
Expand Down

0 comments on commit 2977095

Please sign in to comment.