Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

feat(v2beta1): remote MixedAudio from ResponseMessage #469

Merged
merged 4 commits into from Mar 16, 2021

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/97fdefc3-9d48-4454-b54e-2d2e7f04a40c/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 361377784
Source-Link: googleapis/googleapis@0e91521
PiperOrigin-RevId: 361217394
Source-Link: googleapis/googleapis@3b0afe5

…ResponseMessage

Committer: @sheimi
PiperOrigin-RevId: 361217394

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Mar 5 13:47:59 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 3b0afe54b5aedcd7cee0036b16d2a31324d0db60
Source-Link: googleapis/googleapis@3b0afe5
PiperOrigin-RevId: 361377784

Source-Author: Google APIs <noreply@google.com>
Source-Date: Sat Mar 6 21:09:41 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 0e915217fb5261c1e57bfaf0e16ee5c7feaaba89
Source-Link: googleapis/googleapis@0e91521
@yoshi-automation yoshi-automation requested a review from a team as a code owner March 9, 2021 00:38
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/java-dialogflow API. label Mar 9, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 9, 2021
@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #469 (b43d697) into master (d80a844) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #469   +/-   ##
=========================================
  Coverage     77.32%   77.32%           
  Complexity     1951     1951           
=========================================
  Files           156      156           
  Lines         13149    13149           
  Branches        187      187           
=========================================
  Hits          10167    10167           
  Misses         2739     2739           
  Partials        243      243           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d80a844...b43d697. Read the comment docs.

@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat(v2beta1): remote MixedAudio from ResponseMessage Mar 11, 2021
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2021
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 12, 2021
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 16, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit b111739 into master Mar 16, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch March 16, 2021 02:30
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 16, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 31, 2021
🤖 I have created a release \*beep\* \*boop\*
---
## [3.0.0](https://www.github.com/googleapis/java-dialogflow/compare/v2.6.2...v3.0.0) (2021-03-31)


### ⚠ BREAKING CHANGES

* remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1
* remove `input_audio` field from AnalyzeContentRequest from v2/v2beta1
* Remove resource_reference from UpdateAnswerRecord
* remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2
* remove rpc or fields that are unintended to release (#491)
* remove resource_reference for invisible resources (#483)

### Features

* expose MP3_64_KBPS and MULAW for output audio encodings ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
* **v2beta1:** remote MixedAudio from ResponseMessage ([#469](https://www.github.com/googleapis/java-dialogflow/issues/469)) ([b111739](https://www.github.com/googleapis/java-dialogflow/commit/b1117395748b501ef7c504a58a556d607f1b668a))


### Bug Fixes

* Add all missing regional HTTP bindings in DF API ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
* remove `input_audio` field from AnalyzeContentRequest from v2/v2beta1 ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
* remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
* remove resource_reference for invisible resources ([#483](https://www.github.com/googleapis/java-dialogflow/issues/483)) ([33aa424](https://www.github.com/googleapis/java-dialogflow/commit/33aa424ef5fe5ac10785aed13e863f2382f53c66))
* Remove resource_reference from UpdateAnswerRecord ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
* remove rpc or fields that are unintended to release ([#491](https://www.github.com/googleapis/java-dialogflow/issues/491)) ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
* remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))


### Documentation

* fix broken link in doc string ([33aa424](https://www.github.com/googleapis/java-dialogflow/commit/33aa424ef5fe5ac10785aed13e863f2382f53c66))
* fix link for version and environment in participant doc ([67e4f30](https://www.github.com/googleapis/java-dialogflow/commit/67e4f30445e9a132d93ea3a8a55339d238cac9af))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: dialogflow Issues related to the googleapis/java-dialogflow API. cla: yes This human has signed the Contributor License Agreement. context: full
Projects
None yet
3 participants