This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Search Partial Response (#161)
* Fixed documentation links. PiperOrigin-RevId: 306445213 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Apr 14 08:40:07 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 04eff659376f40a7111bf0e8e49fbb38bc7739f7 Source-Link: googleapis/googleapis@04eff65 * Add support for Search Partial Response. PiperOrigin-RevId: 306660765 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Apr 15 09:40:09 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 629e6bea8418ad4a5d081ab9eb48bb327ad368e1 Source-Link: googleapis/googleapis@629e6be * chore: allow proto interface changes Co-authored-by: Jeff Ching <chingor@google.com>
- Loading branch information
1 parent
17f1b27
commit 7d5dd43
Showing
19 changed files
with
1,990 additions
and
544 deletions.
There are no files selected for viewing
199 changes: 115 additions & 84 deletions
199
...le-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/DataCatalogClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
212 changes: 132 additions & 80 deletions
212
...e-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DataCatalogGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
proto-google-cloud-datacatalog-v1/clirr-ignored-differences.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/datacatalog/v1/*OrBuilder</className> | ||
<method>* get*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/datacatalog/v1/*OrBuilder</className> | ||
<method>boolean contains*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/datacatalog/v1/*OrBuilder</className> | ||
<method>boolean has*(*)</method> | ||
</difference> | ||
</differences> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.