Skip to content

Commit

Permalink
feat(talent): start generating apiv4 (#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Sep 18, 2020
1 parent 11f1737 commit 5c98071
Show file tree
Hide file tree
Showing 13 changed files with 2,361 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -767,6 +767,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/storage",
"release_level": "ga"
},
"cloud.google.com/go/talent/apiv4": {
"distribution_name": "cloud.google.com/go/talent/apiv4",
"description": "",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/talent/apiv4",
"release_level": "beta"
},
"cloud.google.com/go/talent/apiv4beta1": {
"distribution_name": "cloud.google.com/go/talent/apiv4beta1",
"description": "Cloud Talent Solution API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -664,6 +664,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/logging/v2/logging.yaml",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/talent/v4",
pkg: "talent",
importPath: "cloud.google.com/go/talent/apiv4",
gRPCServiceConfigPath: "google/cloud/talent/v4/talent_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/talent/v4/talent_gapic.yaml",
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/talent/v4beta1",
pkg: "talent",
Expand Down
320 changes: 320 additions & 0 deletions talent/apiv4/company_client.go

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

0 comments on commit 5c98071

Please sign in to comment.