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",