Skip to content

Commit 661610a

Browse files
authored
feat(metastore): start generateing apiv1 (#4083)
1 parent a1f8215 commit 661610a

File tree

6 files changed

+1481
-0
lines changed

6 files changed

+1481
-0
lines changed

internal/.repo-metadata-full.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,15 @@
683683
"release_level": "beta",
684684
"library_type": ""
685685
},
686+
"cloud.google.com/go/metastore/apiv1": {
687+
"distribution_name": "cloud.google.com/go/metastore/apiv1",
688+
"description": "Dataproc Metastore API",
689+
"language": "Go",
690+
"client_library_type": "generated",
691+
"docs_url": "https://pkg.go.dev/cloud.google.com/go/metastore/apiv1",
692+
"release_level": "beta",
693+
"library_type": ""
694+
},
686695
"cloud.google.com/go/metastore/apiv1alpha": {
687696
"distribution_name": "cloud.google.com/go/metastore/apiv1alpha",
688697
"description": "Dataproc Metastore API",

internal/gapicgen/generator/config.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,15 @@ var microgenGapicConfigs = []*microgenConfig{
10381038
apiServiceConfigPath: "google/cloud/apigateway/v1/apigateway_v1.yaml",
10391039
releaseLevel: "ga",
10401040
},
1041+
{
1042+
inputDirectoryPath: "google/cloud/metastore/v1",
1043+
pkg: "metastore",
1044+
importPath: "cloud.google.com/go/metastore/apiv1",
1045+
gRPCServiceConfigPath: "google/cloud/metastore/v1/metastore_grpc_service_config.json",
1046+
apiServiceConfigPath: "google/cloud/metastore/v1/metastore_v1.yaml",
1047+
// GA after 2021/06/10
1048+
releaseLevel: "beta",
1049+
},
10411050
{
10421051
inputDirectoryPath: "google/cloud/metastore/v1alpha",
10431052
pkg: "metastore",

0 commit comments

Comments
 (0)