Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mediatranslation): start generating apiv1beta1 #3636

Merged
merged 2 commits into from Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -527,6 +527,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/managedidentities/apiv1",
"release_level": "ga"
},
"cloud.google.com/go/mediatranslation/apiv1beta1": {
"distribution_name": "cloud.google.com/go/mediatranslation/apiv1beta1",
"description": "Media Translation API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/mediatranslation/apiv1beta1",
"release_level": "beta"
},
"cloud.google.com/go/memcache/apiv1": {
"distribution_name": "cloud.google.com/go/memcache/apiv1",
"description": "Cloud Memorystore for Memcached API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -965,6 +965,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/cloud/domains/v1beta1/domains_v1beta1.yaml",
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/mediatranslation/v1beta1",
pkg: "mediatranslation",
importPath: "cloud.google.com/go/mediatranslation/apiv1beta1",
gRPCServiceConfigPath: "google/cloud/mediatranslation/v1beta1/mediatranslation_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/mediatranslation/v1beta1/mediatranslation_v1beta1.yaml",
releaseLevel: "beta",
},

// Non-Cloud APIs
{
Expand Down
114 changes: 114 additions & 0 deletions mediatranslation/apiv1beta1/doc.go

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

149 changes: 149 additions & 0 deletions mediatranslation/apiv1beta1/speech_translation_client.go

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

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