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(speech): add processing strategy to batch recognition requests #7900

Merged
merged 20 commits into from May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7d53d78
feat: added helper methods for long running operations, IAM, and loca…
gcf-owl-bot[bot] May 9, 2023
a03a093
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 9, 2023
e5d9560
feat: add output field for the control plane IP address
gcf-owl-bot[bot] May 10, 2023
ffeef84
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
e3ac5e9
chore(bazel): update Go generator to v0.36.0
gcf-owl-bot[bot] May 10, 2023
8095086
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
19cf36a
feat: add baseline model configuration for conversation summarization
gcf-owl-bot[bot] May 10, 2023
7f0c51e
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
c7d05d9
feat: support order_by in ListJobs and ListTasks requests
gcf-owl-bot[bot] May 10, 2023
4f6547c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
be5272c
feat: add baseline model configuration for conversation summarization
gcf-owl-bot[bot] May 10, 2023
103e894
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
074be6a
feat: add processing strategy to batch recognition requests
gcf-owl-bot[bot] May 10, 2023
122a6af
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
27a92e7
revert batch breaking change
noahdietz May 10, 2023
4dd373b
revert batch gapic metadata change
noahdietz May 10, 2023
4f6b038
Merge branch 'main' into owl-bot-copy
noahdietz May 10, 2023
28ceb55
revert rest of batch changes
noahdietz May 10, 2023
d9f8163
Merge branch 'owl-bot-copy' of https://github.com/googleapis/google-c…
noahdietz May 10, 2023
e5f0902
revert batch api snippets metadata change
noahdietz May 10, 2023
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
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.