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

feat(v2beta1): added filter for ListDocuments and ListKnowledgeBases #341

Merged
merged 2 commits into from Oct 29, 2020

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/373e6979-aaa5-461c-9747-1de597853af6/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 336721089
Source-Link: googleapis/googleapis@d616167
PiperOrigin-RevId: 336344634
Source-Link: googleapis/googleapis@fd31b16

PiperOrigin-RevId: 336344634

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Oct 9 12:36:01 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: fd31b1600fc496d6127665d29f095371d985c637
Source-Link: googleapis/googleapis@fd31b16
…ListDocuments and ListKnowledgeBases fix!: added REQUIRED annotation for Agent.parent and EntityType.Entity.value fix!: added resource reference for Agent.parent and StreamingDetectIntentRequest.session

PiperOrigin-RevId: 336721089

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Oct 12 12:38:48 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: d616167ada0a7195613efca5b44fe0aa188836d9
Source-Link: googleapis/googleapis@d616167
@yoshi-automation yoshi-automation requested a review from a team as a code owner October 27, 2020 22:12
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2020
@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #341 into master will decrease coverage by 0.11%.
The diff coverage is 45.45%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #341      +/-   ##
============================================
- Coverage     74.02%   73.91%   -0.12%     
- Complexity     1006     1012       +6     
============================================
  Files            96       96              
  Lines          8440     8473      +33     
  Branches         99      102       +3     
============================================
+ Hits           6248     6263      +15     
- Misses         2058     2073      +15     
- Partials        134      137       +3     
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/dialogflow/v2beta1/SessionsClient.java 44.11% <ø> (ø) 8.00 <0.00> (ø)
...google/cloud/dialogflow/v2beta1/IntentsClient.java 50.59% <41.66%> (-1.49%) 39.00 <4.00> (+4.00) ⬇️
...ogle/cloud/dialogflow/v2beta1/DocumentsClient.java 55.00% <55.55%> (+0.05%) 27.00 <2.00> (+2.00)

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 b63c458...1014778. Read the comment docs.

@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/java-dialogflow API. label Oct 28, 2020
@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat(v2beta1): added filter for ListDocuments and ListKnowledgeBases Oct 29, 2020
@chingor13 chingor13 merged commit 487e1bf into master Oct 29, 2020
@chingor13 chingor13 deleted the autosynth-googleapis branch October 29, 2020 20:28
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 30, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.4.0](https://www.github.com/googleapis/java-dialogflow/compare/v2.3.0...v2.4.0) (2020-10-30)


### Features

* **v2beta1:** added filter for ListDocuments and ListKnowledgeBases ([#341](https://www.github.com/googleapis/java-dialogflow/issues/341)) ([487e1bf](https://www.github.com/googleapis/java-dialogflow/commit/487e1bf224defc4eae9ce7fe321c083275067d72))


### Bug Fixes

* **v2beta1:** removed ImportAgentResponse which was not ready for use yet. docs:  minor doc changes ([#343](https://www.github.com/googleapis/java-dialogflow/issues/343)) ([5ef9d64](https://www.github.com/googleapis/java-dialogflow/commit/5ef9d64f25a2ec231b1ce835cf377bf9d6cb7768))


### Documentation

* update OPTIONAL annotations for some fields ([#289](https://www.github.com/googleapis/java-dialogflow/issues/289)) ([69a18ce](https://www.github.com/googleapis/java-dialogflow/commit/69a18ce3488e1bc0e63d6ca0283080830247cce4))
* update OPTIONAL annotations for some fields. ([#305](https://www.github.com/googleapis/java-dialogflow/issues/305)) ([4b4eb67](https://www.github.com/googleapis/java-dialogflow/commit/4b4eb67cb8d4f6938f7802ce7244dcdac72fbdc7))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#298](https://www.github.com/googleapis/java-dialogflow/issues/298)) ([51efaed](https://www.github.com/googleapis/java-dialogflow/commit/51efaed7117990071bb8b1eeaa7efded34a5a7be))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.2 ([#312](https://www.github.com/googleapis/java-dialogflow/issues/312)) ([0fc3d95](https://www.github.com/googleapis/java-dialogflow/commit/0fc3d955a8a03ca052aed26ac39f33d0d1c88ca5))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.12.1 ([#326](https://www.github.com/googleapis/java-dialogflow/issues/326)) ([d5ec640](https://www.github.com/googleapis/java-dialogflow/commit/d5ec6405254b7979230fd3e5a0acaaff77493bcb))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.13.0 ([#329](https://www.github.com/googleapis/java-dialogflow/issues/329)) ([232a23e](https://www.github.com/googleapis/java-dialogflow/commit/232a23ee1d5161944fe7cb8e2f854a970b3733ac))
---


This PR was generated with [Release Please](https://github.com/googleapis/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