Skip to content

Commit

Permalink
feat(talent): promote to GA (#6293)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
quartzmo committed Jul 1, 2022
1 parent 675aeb9 commit c0a0c20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions talent/apiv4/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0a0c20

Please sign in to comment.