diff --git a/internal/.repo-metadata-full.json b/internal/.repo-metadata-full.json index e121aed13073..ada38d395e64 100644 --- a/internal/.repo-metadata-full.json +++ b/internal/.repo-metadata-full.json @@ -1580,7 +1580,7 @@ "language": "Go", "client_library_type": "generated", "docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/talent/latest/apiv4", - "release_level": "beta", + "release_level": "ga", "library_type": "GAPIC_AUTO" }, "cloud.google.com/go/talent/apiv4beta1": { diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 86912175318f..3f96541fea2d 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -745,7 +745,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{ ImportPath: "cloud.google.com/go/talent/apiv4", GRPCServiceConfigPath: "talent_grpc_service_config.json", ApiServiceConfigPath: "jobs_v4.yaml", - ReleaseLevel: "beta", + ReleaseLevel: "ga", }, { InputDirectoryPath: "google/cloud/talent/v4beta1", diff --git a/talent/apiv4/doc.go b/talent/apiv4/doc.go index 3ad6dd57f778..fc5ba327e6fd 100644 --- a/talent/apiv4/doc.go +++ b/talent/apiv4/doc.go @@ -20,8 +20,6 @@ // Cloud Talent Solution provides the capability to create, read, update, and // delete job postings, as well as search jobs based on keywords and filters. // -// 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.