Skip to content

Commit

Permalink
feat(pubsublite): start generating v1 (#2700)
Browse files Browse the repository at this point in the history
* feat(pubsublite): start generating v1

* add internal gen files
  • Loading branch information
hongalex committed Aug 7, 2020
1 parent d94d3c2 commit d2e777f
Show file tree
Hide file tree
Showing 15 changed files with 2,200 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -535,6 +535,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/pubsub/apiv1",
"release_level": "ga"
},
"cloud.google.com/go/pubsublite/apiv1": {
"distribution_name": "cloud.google.com/go/pubsublite/apiv1",
"description": "",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/pubsublite/apiv1",
"release_level": "beta"
},
"cloud.google.com/go/recaptchaenterprise/apiv1": {
"distribution_name": "cloud.google.com/go/recaptchaenterprise/apiv1",
"description": "reCAPTCHA Enterprise API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -672,6 +672,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/pubsub/v1/pubsub_v1.yaml",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/pubsublite/v1",
pkg: "pubsublite",
importPath: "cloud.google.com/go/pubsublite/apiv1",
gRPCServiceConfigPath: "google/cloud/pubsublite/v1/pubsublite_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/pubsublite/v1/gapic.yaml",
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/automl/v1",
pkg: "automl",
Expand Down

0 comments on commit d2e777f

Please sign in to comment.