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

Commit

Permalink
feat: add support for Search Partial Response (#161)
Browse files Browse the repository at this point in the history
* 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
yoshi-automation and chingor13 committed Apr 20, 2020
1 parent 17f1b27 commit 7d5dd43
Show file tree
Hide file tree
Showing 19 changed files with 1,990 additions and 544 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions proto-google-cloud-datacatalog-v1/clirr-ignored-differences.xml
@@ -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>
Expand Up @@ -143,8 +143,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand All @@ -171,8 +170,7 @@ public java.lang.String getParent() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand Down Expand Up @@ -674,8 +672,7 @@ public Builder mergeFrom(
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand All @@ -702,8 +699,7 @@ public java.lang.String getParent() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand All @@ -730,8 +726,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand All @@ -757,8 +752,7 @@ public Builder setParent(java.lang.String value) {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand All @@ -780,8 +774,7 @@ public Builder clearParent() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand Down
Expand Up @@ -28,8 +28,7 @@ public interface CreateTagTemplateFieldRequestOrBuilder
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand All @@ -46,8 +45,7 @@ public interface CreateTagTemplateFieldRequestOrBuilder
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}
* </pre>
Expand Down
Expand Up @@ -143,8 +143,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand All @@ -171,8 +170,7 @@ public java.lang.String getParent() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand Down Expand Up @@ -663,8 +661,7 @@ public Builder mergeFrom(
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand All @@ -691,8 +688,7 @@ public java.lang.String getParent() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand All @@ -719,8 +715,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand All @@ -746,8 +741,7 @@ public Builder setParent(java.lang.String value) {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand All @@ -769,8 +763,7 @@ public Builder clearParent() {
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand Down
Expand Up @@ -28,8 +28,7 @@ public interface CreateTagTemplateRequestOrBuilder
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand All @@ -46,8 +45,7 @@ public interface CreateTagTemplateRequestOrBuilder
*
* <pre>
* Required. The name of the project and the template location
* [region](/compute/docs/regions-zones/#available).
* NOTE: Currently, only the `us-central1 region` is supported.
* [region](https://cloud.google.com/data-catalog/docs/concepts/regions).
* Example:
* * projects/{project_id}/locations/us-central1
* </pre>
Expand Down

0 comments on commit 7d5dd43

Please sign in to comment.