Skip to content

Commit 4516baa

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate datacatalog client (#5470)
1 parent c2bda01 commit 4516baa

19 files changed

Lines changed: 200 additions & 56 deletions

File tree

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<

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.

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.

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.

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.

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.

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.

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.

google-api-grpc/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryOrBuilder.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.

0 commit comments

Comments
 (0)