public interface SearchCatalogResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Pagination token that can be used in subsequent calls to retrieve the next
page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token that can be used in subsequent calls to retrieve the next
page of results.
|
SearchCatalogResult |
getResults(int index)
Search results.
|
int |
getResultsCount()
Search results.
|
List<SearchCatalogResult> |
getResultsList()
Search results.
|
SearchCatalogResultOrBuilder |
getResultsOrBuilder(int index)
Search results.
|
List<? extends SearchCatalogResultOrBuilder> |
getResultsOrBuilderList()
Search results.
|
int |
getTotalSize()
The approximate total number of entries matched by the query.
|
String |
getUnreachable(int index)
Unreachable locations.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Unreachable locations.
|
int |
getUnreachableCount()
Unreachable locations.
|
List<String> |
getUnreachableList()
Unreachable locations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SearchCatalogResult> getResultsList()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;SearchCatalogResult getResults(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;int getResultsCount()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;List<? extends SearchCatalogResultOrBuilder> getResultsOrBuilderList()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;SearchCatalogResultOrBuilder getResultsOrBuilder(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;int getTotalSize()
The approximate total number of entries matched by the query.
int32 total_size = 2;String getNextPageToken()
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;List<String> getUnreachableList()
Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the `SearchCatalogRequest.scope.restricted_locations` parameter.
repeated string unreachable = 6;int getUnreachableCount()
Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the `SearchCatalogRequest.scope.restricted_locations` parameter.
repeated string unreachable = 6;String getUnreachable(int index)
Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the `SearchCatalogRequest.scope.restricted_locations` parameter.
repeated string unreachable = 6;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the `SearchCatalogRequest.scope.restricted_locations` parameter.
repeated string unreachable = 6;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.