public interface SearchCatalogResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The token that can be used to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token that can be used 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.v1beta1.SearchCatalogResult results = 1;SearchCatalogResult getResults(int index)
Search results.
repeated .google.cloud.datacatalog.v1beta1.SearchCatalogResult results = 1;int getResultsCount()
Search results.
repeated .google.cloud.datacatalog.v1beta1.SearchCatalogResult results = 1;List<? extends SearchCatalogResultOrBuilder> getResultsOrBuilderList()
Search results.
repeated .google.cloud.datacatalog.v1beta1.SearchCatalogResult results = 1;SearchCatalogResultOrBuilder getResultsOrBuilder(int index)
Search results.
repeated .google.cloud.datacatalog.v1beta1.SearchCatalogResult results = 1;int getTotalSize()
The approximate total number of entries matched by the query.
int32 total_size = 2;String getNextPageToken()
The token that can be used to retrieve the next page of results.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
The token that can be used to retrieve the next page of results.
string next_page_token = 3;List<String> getUnreachableList()
Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for `SearchDataCatalogRequest.scope.restricted_locations`.
repeated string unreachable = 6;int getUnreachableCount()
Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for `SearchDataCatalogRequest.scope.restricted_locations`.
repeated string unreachable = 6;String getUnreachable(int index)
Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for `SearchDataCatalogRequest.scope.restricted_locations`.
repeated string unreachable = 6;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for `SearchDataCatalogRequest.scope.restricted_locations`.
repeated string unreachable = 6;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.