Skip to content

Commit d2e777f

Browse files
authored
feat(pubsublite): start generating v1 (#2700)
* feat(pubsublite): start generating v1 * add internal gen files
1 parent d94d3c2 commit d2e777f

15 files changed

+2200
-0
lines changed

internal/.repo-metadata-full.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,14 @@
535535
"docs_url": "https://pkg.go.dev/cloud.google.com/go/pubsub/apiv1",
536536
"release_level": "ga"
537537
},
538+
"cloud.google.com/go/pubsublite/apiv1": {
539+
"distribution_name": "cloud.google.com/go/pubsublite/apiv1",
540+
"description": "",
541+
"language": "Go",
542+
"client_library_type": "generated",
543+
"docs_url": "https://pkg.go.dev/cloud.google.com/go/pubsublite/apiv1",
544+
"release_level": "beta"
545+
},
538546
"cloud.google.com/go/recaptchaenterprise/apiv1": {
539547
"distribution_name": "cloud.google.com/go/recaptchaenterprise/apiv1",
540548
"description": "reCAPTCHA Enterprise API",

internal/gapicgen/generator/config.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,14 @@ var microgenGapicConfigs = []*microgenConfig{
672672
apiServiceConfigPath: "google/pubsub/v1/pubsub_v1.yaml",
673673
releaseLevel: "ga",
674674
},
675+
{
676+
inputDirectoryPath: "google/cloud/pubsublite/v1",
677+
pkg: "pubsublite",
678+
importPath: "cloud.google.com/go/pubsublite/apiv1",
679+
gRPCServiceConfigPath: "google/cloud/pubsublite/v1/pubsublite_grpc_service_config.json",
680+
apiServiceConfigPath: "google/cloud/pubsublite/v1/gapic.yaml",
681+
releaseLevel: "beta",
682+
},
675683
{
676684
inputDirectoryPath: "google/cloud/automl/v1",
677685
pkg: "automl",

0 commit comments

Comments
 (0)