Skip to content

Commit

Permalink
chore: update pubsublite status to stable (#4402)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdiep committed Jul 9, 2021
1 parent 4e37d6e commit 3f33391
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ make backwards-incompatible changes.
| [Monitoring][cloud-monitoring] | stable | [`cloud.google.com/go/monitoring/apiv3`](https://pkg.go.dev/cloud.google.com/go/monitoring/apiv3) |
| [OS Login][cloud-oslogin] | stable | [`cloud.google.com/go/oslogin/apiv1`](https://pkg.go.dev/cloud.google.com/go/oslogin/apiv1) |
| [Pub/Sub][cloud-pubsub] | stable | [`cloud.google.com/go/pubsub`](https://pkg.go.dev/cloud.google.com/go/pubsub) |
| [Pub/Sub Lite][cloud-pubsublite] | beta | [`cloud.google.com/go/pubsublite`](https://pkg.go.dev/cloud.google.com/go/pubsublite) |
| [Pub/Sub Lite][cloud-pubsublite] | stable | [`cloud.google.com/go/pubsublite`](https://pkg.go.dev/cloud.google.com/go/pubsublite) |
| [Phishing Protection][cloud-phishingprotection] | alpha | [`cloud.google.com/go/phishingprotection/apiv1beta1`](https://pkg.go.dev/cloud.google.com/go/phishingprotection/apiv1beta1) |
| [reCAPTCHA Enterprise][cloud-recaptcha] | alpha | [`cloud.google.com/go/recaptchaenterprise/apiv1beta1`](https://pkg.go.dev/cloud.google.com/go/recaptchaenterprise/apiv1beta1) |
| [Recommender][cloud-recommender] | beta | [`cloud.google.com/go/recommender/apiv1beta1`](https://pkg.go.dev/cloud.google.com/go/recommender/apiv1beta1) |
Expand Down
4 changes: 2 additions & 2 deletions internal/.repo-metadata-full.json
Expand Up @@ -959,7 +959,7 @@
"language": "Go",
"client_library_type": "manual",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/pubsublite/latest",
"release_level": "beta",
"release_level": "ga",
"library_type": "GAPIC_MANUAL"
},
"cloud.google.com/go/pubsublite/apiv1": {
Expand All @@ -968,7 +968,7 @@
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/pubsublite/apiv1",
"release_level": "beta",
"release_level": "ga",
"library_type": ""
},
"cloud.google.com/go/recaptchaenterprise/apiv1": {
Expand Down
4 changes: 1 addition & 3 deletions internal/gapicgen/generator/config.go
Expand Up @@ -724,9 +724,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/pubsublite/apiv1",
gRPCServiceConfigPath: "pubsublite_grpc_service_config.json",
apiServiceConfigPath: "pubsublite_v1.yaml",
// Update to "ga" after the manual client (beta) for pubsublite is released.
// Also make sure the manual client is generated in .repo-metadata-full.json.
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/automl/v1",
Expand Down

0 comments on commit 3f33391

Please sign in to comment.