Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,12 @@ public abstract static class DataCatalogImplBase implements io.grpc.BindableServ
* (https://cloud.google.com/apis/design/custom_methods) and does not return
* the complete resource, only the resource identifier and high level
* fields. Clients can subsequentally call Get methods.
* Note that searches do not have full recall. There may be results that match
* your query but are not returned, even in subsequent pages of results. These
* missing results may vary across repeated calls to search. Do not rely on
* this method if you need to guarantee full recall.
* See [Data Catalog Search
* Syntax](/data-catalog/docs/how-to/search-reference)
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
* </pre>
*/
public void searchCatalog(
Expand Down Expand Up @@ -1537,8 +1541,12 @@ protected DataCatalogStub build(io.grpc.Channel channel, io.grpc.CallOptions cal
* (https://cloud.google.com/apis/design/custom_methods) and does not return
* the complete resource, only the resource identifier and high level
* fields. Clients can subsequentally call Get methods.
* Note that searches do not have full recall. There may be results that match
* your query but are not returned, even in subsequent pages of results. These
* missing results may vary across repeated calls to search. Do not rely on
* this method if you need to guarantee full recall.
* See [Data Catalog Search
* Syntax](/data-catalog/docs/how-to/search-reference)
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
* </pre>
*/
public void searchCatalog(
Expand Down Expand Up @@ -1910,8 +1918,12 @@ protected DataCatalogBlockingStub build(
* (https://cloud.google.com/apis/design/custom_methods) and does not return
* the complete resource, only the resource identifier and high level
* fields. Clients can subsequentally call Get methods.
* Note that searches do not have full recall. There may be results that match
* your query but are not returned, even in subsequent pages of results. These
* missing results may vary across repeated calls to search. Do not rely on
* this method if you need to guarantee full recall.
* See [Data Catalog Search
* Syntax](/data-catalog/docs/how-to/search-reference)
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
* </pre>
*/
public com.google.cloud.datacatalog.SearchCatalogResponse searchCatalog(
Expand Down Expand Up @@ -2213,8 +2225,12 @@ protected DataCatalogFutureStub build(
* (https://cloud.google.com/apis/design/custom_methods) and does not return
* the complete resource, only the resource identifier and high level
* fields. Clients can subsequentally call Get methods.
* Note that searches do not have full recall. There may be results that match
* your query but are not returned, even in subsequent pages of results. These
* missing results may vary across repeated calls to search. Do not rely on
* this method if you need to guarantee full recall.
* See [Data Catalog Search
* Syntax](/data-catalog/docs/how-to/search-reference)
* Syntax](/data-catalog/docs/how-to/search-reference) for more information.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading