From 5437c12945595325f7df098f707b2691cc8011be Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Tue, 11 Jan 2022 08:29:35 -0800 Subject: [PATCH] feat(compute): release 1.0.0 (#5328) Release-As: 1.0.0 --- compute/apiv1/doc.go | 2 -- internal/gapicgen/generator/config.go | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/compute/apiv1/doc.go b/compute/apiv1/doc.go index d47a81589fd..87994041b39 100644 --- a/compute/apiv1/doc.go +++ b/compute/apiv1/doc.go @@ -17,8 +17,6 @@ // Package compute is an auto-generated package for the // Google Compute Engine API. // -// NOTE: This package is in beta. It is not stable, and may be subject to changes. -// // Example usage // // To get started with this package, create a client. diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 3c77c38671e..7d365712032 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -60,8 +60,7 @@ var microgenGapicConfigs = []*microgenConfig{ importPath: "cloud.google.com/go/compute/apiv1", apiServiceConfigPath: "compute_v1.yaml", transports: []string{"rest"}, - // TODO: Change to "ga" when ready. - releaseLevel: "beta", + releaseLevel: "ga", }, { inputDirectoryPath: "google/cloud/texttospeech/v1",