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

fix!: remove resource_reference for invisible resources #483

Merged
merged 5 commits into from Mar 29, 2021

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Mar 16, 2021

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/529903a7-4106-4bb6-9b86-e4faaa33ae8b/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 362967283
Source-Link: googleapis/googleapis@a1ba456
PiperOrigin-RevId: 362856902
Source-Link: googleapis/googleapis@1305ca4
PiperOrigin-RevId: 362183999
Source-Link: googleapis/googleapis@d652c63

docs: fix broken link in doc string
chore: update java microgenerator to 1.0.2 Adds request initialization to sample code
chore: keep ConversationModelName file to avoid major version bump

PiperOrigin-RevId: 362183999

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Mar 10 17:50:58 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: d652c6370bf66e325da6ac9ad82989fe7ee7bb4b
Source-Link: googleapis/googleapis@d652c63
…n to sample code

Committer: @miraleung
PiperOrigin-RevId: 362856902

Source-Author: Google APIs <noreply@google.com>
Source-Date: Sun Mar 14 20:47:20 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 1305ca41d554eb0725237561e34129373bb8cbc1
Source-Link: googleapis/googleapis@1305ca4
Committer: @sheimi
PiperOrigin-RevId: 362967283

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Mar 15 10:09:15 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: a1ba4568e228b25124f9a6689cfe3bcab75498a6
Source-Link: googleapis/googleapis@a1ba456
@yoshi-automation yoshi-automation requested a review from a team as a code owner March 16, 2021 09:27
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/java-dialogflow API. label Mar 16, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 16, 2021
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #483 (90f1dee) into master (6d7e671) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #483   +/-   ##
=========================================
  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           
Impacted Files Coverage Δ Complexity Δ
...a/com/google/cloud/dialogflow/v2/AgentsClient.java 70.29% <ø> (ø) 37.00 <0.00> (ø)
...oogle/cloud/dialogflow/v2/AnswerRecordsClient.java 69.84% <ø> (ø) 15.00 <0.00> (ø)
...com/google/cloud/dialogflow/v2/ContextsClient.java 74.73% <ø> (ø) 34.00 <0.00> (ø)
...loud/dialogflow/v2/ConversationProfilesClient.java 78.30% <ø> (ø) 35.00 <0.00> (ø)
...oogle/cloud/dialogflow/v2/ConversationsClient.java 81.17% <ø> (ø) 52.00 <0.00> (ø)
...om/google/cloud/dialogflow/v2/DocumentsClient.java 69.07% <ø> (ø) 34.00 <0.00> (ø)
.../google/cloud/dialogflow/v2/EntityTypesClient.java 81.98% <ø> (ø) 80.00 <0.00> (ø)
...google/cloud/dialogflow/v2/EnvironmentsClient.java 59.52% <ø> (ø) 5.00 <0.00> (ø)
.../com/google/cloud/dialogflow/v2/IntentsClient.java 79.75% <ø> (ø) 58.00 <0.00> (ø)
...ogle/cloud/dialogflow/v2/KnowledgeBasesClient.java 76.69% <ø> (ø) 34.00 <0.00> (ø)
... and 14 more

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 6d7e671...90f1dee. Read the comment docs.

@Neenu1995 Neenu1995 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. fix!: remove resource_reference for invisible resources Mar 29, 2021
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 29, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 33aa424 into master Mar 29, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch March 29, 2021 19:40
@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 29, 2021
@release-please release-please bot mentioned this pull request Mar 29, 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
2 participants