Skip to content

Commit

Permalink
feat(speech): add processing strategy to batch recognition requests (#…
Browse files Browse the repository at this point in the history
…7900)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 530882015

Source-Link: https://togithub.com/googleapis/googleapis/commit/189bdfa76e674f4067e3c183c067aa353fb3aca3

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/64c7a843afdda8c651ffca6e1a374ac7801d3728
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjRjN2E4NDNhZmRkYThjNjUxZmZjYTZlMWEzNzRhYzc4MDFkMzcyOCJ9
BEGIN_NESTED_COMMIT
feat(dialogflow): add baseline model configuration for conversation summarization
PiperOrigin-RevId: 530749453

Source-Link: https://togithub.com/googleapis/googleapis/commit/620a0237207496cefd53296f3528c65be14f0571

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/300d63819c2a27ecd7f35edf88051b44ab291828
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzAwZDYzODE5YzJhMjdlY2Q3ZjM1ZWRmODgwNTFiNDRhYjI5MTgyOCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(dialogflow): add baseline model configuration for conversation summarization
PiperOrigin-RevId: 530747460

Source-Link: https://togithub.com/googleapis/googleapis/commit/4048e7652d483e45af7cb0a29a4cace66968eea2

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/82d3834873ddda9d3cecdaec65e9e6ba77e37600
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODJkMzgzNDg3M2RkZGE5ZDNjZWNkYWVjNjVlOWU2YmE3N2UzNzYwMCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix(compute): emit errors found in Operations

PiperOrigin-RevId: 530743924

Source-Link: https://togithub.com/googleapis/googleapis/commit/4387f585ca316ee0f998a8f952f0e021dd5d5a47

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/220392d184e0fc02f28ddfb829a94cc6e58cc111
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjIwMzkyZDE4NGUwZmMwMmYyOGRkZmI4MjlhOTRjYzZlNThjYzExMSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(workstations): add output field for the control plane IP address
feat: add output field for the number of pooled instances
docs: adjust documentation wording

PiperOrigin-RevId: 530727488

Source-Link: https://togithub.com/googleapis/googleapis/commit/866228ea605fcf8bb76b934ae93d12c5fff85587

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/53444d0dd83d81e11cc1ae1d657135e183eae8dc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTM0NDRkMGRkODNkODFlMTFjYzFhZTFkNjU3MTM1ZTE4M2VhZThkYyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(functions): added helper methods for long running operations, IAM, and locations
docs: clarified that vpcConnector shortname is only returned if the connector is in the same project as the function
docs: applied general style guide updates to descriptions

PiperOrigin-RevId: 530688922

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

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/dca7c4dd03c0db64c5626c84c7309ce4eee4b967
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGNhN2M0ZGQwM2MwZGI2NGM1NjI2Yzg0YzczMDljZTRlZWU0Yjk2NyJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed May 10, 2023
1 parent 806077c commit 31421d5
Show file tree
Hide file tree
Showing 32 changed files with 4,323 additions and 3,362 deletions.
35 changes: 35 additions & 0 deletions compute/apiv1/operations.go

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

696 changes: 358 additions & 338 deletions dialogflow/apiv2/dialogflowpb/conversation_profile.pb.go

Large diffs are not rendered by default.

820 changes: 420 additions & 400 deletions dialogflow/apiv2beta1/dialogflowpb/conversation_profile.pb.go

Large diffs are not rendered by default.

504 changes: 490 additions & 14 deletions functions/apiv1/cloud_functions_client.go

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions functions/apiv1/cloud_functions_client_example_test.go

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

0 comments on commit 31421d5

Please sign in to comment.