Skip to content

Commit

Permalink
feat(speech): add translation_config in RecognitionConfig message (
Browse files Browse the repository at this point in the history
…#9699)

- [ ] Regenerate this pull request now.

Enables specifying target language to perform automatic translation to.

PiperOrigin-RevId: 621862394

Source-Link: https://togithub.com/googleapis/googleapis/commit/9deb78bb23e38621a9e3e14986b4469d4f68c11c

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f109618460c3c2ad1c19f0ff6f59c451c2fc830e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjEwOTYxODQ2MGMzYzJhZDFjMTlmMGZmNmY1OWM0NTFjMmZjODMwZSJ9
BEGIN_NESTED_COMMIT
docs(securitycenter): Fixed backtick and double quotes mismatch in security_marks.proto
PiperOrigin-RevId: 621678383

Source-Link: https://togithub.com/googleapis/googleapis/commit/3a43ba72f091886f2848d5e0ec55f119644bbe5e

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0b3e9012a7da5b61f444a6022e62afe141fac413
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzZTkwMTJhN2RhNWI2MWY0NDRhNjAyMmU2MmFmZTE0MWZhYzQxMyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(advisorynotifications): add GetSettings and UpdateSettings methods at the Project-level to advisorynotifications.googleapis.com
docs: adding docs for new project level settings methods
PiperOrigin-RevId: 621647197

Source-Link: https://togithub.com/googleapis/googleapis/commit/39692d046b0f57acc76533a4154280e573a9d6f1

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/5d0ab2fe8b379dfae651b350f38915f2d44af42a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWQwYWIyZmU4YjM3OWRmYWU2NTFiMzUwZjM4OTE1ZjJkNDRhZjQyYSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs(batch): state one Resource Allowance per region per project limitation on v1alpha
docs: A comment for field `max_run_duration` in message `.google.cloud.batch.v1alpha.TaskSpec` and `.google.cloud.batch.v1.TaskSpec` is changed
docs: add non-negative restriction comment for usage_resource_allowance.spec.limit.limit exposed on v1alpha

PiperOrigin-RevId: 621609903

Source-Link: https://togithub.com/googleapis/googleapis/commit/e48fc793090755f640c3d899dff900ad6ba94cb9

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/767ac3a4d6af59f044b4428d7ba51a88a5817c59
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzY3YWMzYTRkNmFmNTlmMDQ0YjQ0MjhkN2JhNTFhODhhNTgxN2M1OSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Apr 4, 2024
1 parent 3cfc8eb commit dbcdfd7
Show file tree
Hide file tree
Showing 7 changed files with 1,735 additions and 1,632 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Expand Up @@ -3,6 +3,7 @@
"accesscontextmanager": "1.8.6",
"advisorynotifications": "1.3.2",
"ai": "0.3.4",
"aiplatform": "0.0.0",
"alloydb": "1.10.1",
"analytics": "0.23.1",
"apigateway": "1.6.6",
Expand Down
307 changes: 160 additions & 147 deletions advisorynotifications/apiv1/advisorynotificationspb/service.pb.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions batch/apiv1/batchpb/task.pb.go

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

2 changes: 1 addition & 1 deletion batch/apiv1/doc.go

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

3 changes: 3 additions & 0 deletions release-please-config-yoshi-submodules.json
Expand Up @@ -15,6 +15,9 @@
"ai": {
"component": "ai"
},
"aiplatform": {
"component": "aiplatform"
},
"alloydb": {
"component": "alloydb"
},
Expand Down
18 changes: 9 additions & 9 deletions securitycenter/apiv2/securitycenterpb/security_marks.pb.go

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

0 comments on commit dbcdfd7

Please sign in to comment.