Skip to content

Commit ecb02bf

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 28535 b: refs/heads/master c: 4516baa h: refs/heads/master i: 28533: f7d9597 28531: b8f95cc 28527: d1c5da6
1 parent 38f4d33 commit ecb02bf

20 files changed

Lines changed: 201 additions & 57 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c2bda01269c89a18993ea88a2c634cf6a639b98d
2+
refs/heads/master: 4516baaa9826589a973252ccd18774f3669215c6
33
refs/heads/gh-pages: 9b91392095cbb68bba1a32efe7d8caeac44467d9
44
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
55
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

trunk/google-api-grpc/grpc-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/DataCatalogGrpc.java

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,12 @@ public abstract static class DataCatalogImplBase implements io.grpc.BindableServ
10961096
* (https://cloud.google.com/apis/design/custom_methods) and does not return
10971097
* the complete resource, only the resource identifier and high level
10981098
* fields. Clients can subsequentally call Get methods.
1099+
* Note that searches do not have full recall. There may be results that match
1100+
* your query but are not returned, even in subsequent pages of results. These
1101+
* missing results may vary across repeated calls to search. Do not rely on
1102+
* this method if you need to guarantee full recall.
10991103
* See [Data Catalog Search
1100-
* Syntax](/data-catalog/docs/how-to/search-reference)
1104+
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
11011105
* </pre>
11021106
*/
11031107
public void searchCatalog(
@@ -1537,8 +1541,12 @@ protected DataCatalogStub build(io.grpc.Channel channel, io.grpc.CallOptions cal
15371541
* (https://cloud.google.com/apis/design/custom_methods) and does not return
15381542
* the complete resource, only the resource identifier and high level
15391543
* fields. Clients can subsequentally call Get methods.
1544+
* Note that searches do not have full recall. There may be results that match
1545+
* your query but are not returned, even in subsequent pages of results. These
1546+
* missing results may vary across repeated calls to search. Do not rely on
1547+
* this method if you need to guarantee full recall.
15401548
* See [Data Catalog Search
1541-
* Syntax](/data-catalog/docs/how-to/search-reference)
1549+
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
15421550
* </pre>
15431551
*/
15441552
public void searchCatalog(
@@ -1910,8 +1918,12 @@ protected DataCatalogBlockingStub build(
19101918
* (https://cloud.google.com/apis/design/custom_methods) and does not return
19111919
* the complete resource, only the resource identifier and high level
19121920
* fields. Clients can subsequentally call Get methods.
1921+
* Note that searches do not have full recall. There may be results that match
1922+
* your query but are not returned, even in subsequent pages of results. These
1923+
* missing results may vary across repeated calls to search. Do not rely on
1924+
* this method if you need to guarantee full recall.
19131925
* See [Data Catalog Search
1914-
* Syntax](/data-catalog/docs/how-to/search-reference)
1926+
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
19151927
* </pre>
19161928
*/
19171929
public com.google.cloud.datacatalog.SearchCatalogResponse searchCatalog(
@@ -2213,8 +2225,12 @@ protected DataCatalogFutureStub build(
22132225
* (https://cloud.google.com/apis/design/custom_methods) and does not return
22142226
* the complete resource, only the resource identifier and high level
22152227
* fields. Clients can subsequentally call Get methods.
2228+
* Note that searches do not have full recall. There may be results that match
2229+
* your query but are not returned, even in subsequent pages of results. These
2230+
* missing results may vary across repeated calls to search. Do not rely on
2231+
* this method if you need to guarantee full recall.
22162232
* See [Data Catalog Search
2217-
* Syntax](/data-catalog/docs/how-to/search-reference)
2233+
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
22182234
* </pre>
22192235
*/
22202236
public com.google.common.util.concurrent.ListenableFuture<

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequest.java

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequestOrBuilder.java

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagTemplateFieldRequest.java

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagTemplateFieldRequestOrBuilder.java

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagTemplateRequest.java

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagTemplateRequestOrBuilder.java

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trunk/google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Entry.java

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)