public sealed class SearchCatalogResponse : IMessage<SearchCatalogResponse>, IEquatable<SearchCatalogResponse>, IDeepCloneable<SearchCatalogResponse>, IBufferMessage, IMessage, IPageResponse<SearchCatalogResult>, IEnumerable<SearchCatalogResult>, IEnumerable
Reference documentation and code samples for the Data Catalog v1 API class SearchCatalogResponse.
Response message for [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
Implements
IMessageSearchCatalogResponse, IEquatableSearchCatalogResponse, IDeepCloneableSearchCatalogResponse, IBufferMessage, IMessage, IPageResponseSearchCatalogResult, IEnumerableSearchCatalogResult, IEnumerableNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
SearchCatalogResponse()
public SearchCatalogResponse()
SearchCatalogResponse(SearchCatalogResponse)
public SearchCatalogResponse(SearchCatalogResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchCatalogResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Pagination token that can be used in subsequent calls to retrieve the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Results
public RepeatedField<SearchCatalogResult> Results { get; }
Search results.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSearchCatalogResult |
TotalSize
public int TotalSize { get; set; }
The approximate total number of entries matched by the query.
Property Value | |
---|---|
Type | Description |
int |
Unreachable
public RepeatedField<string> Unreachable { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<SearchCatalogResult> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSearchCatalogResult |