public sealed class SearchCatalogResponse : IMessage<SearchCatalogResponse>, IEquatable<SearchCatalogResponse>, IDeepCloneable<SearchCatalogResponse>, IBufferMessage, IMessage, IPageResponse<SearchCatalogResult>, IEnumerable<SearchCatalogResult>, IEnumerable
Response message for [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
Implements
IMessage<SearchCatalogResponse>, IEquatable<SearchCatalogResponse>, IDeepCloneable<SearchCatalogResponse>, IBufferMessage, IMessage, IPageResponse<SearchCatalogResult>, IEnumerable<SearchCatalogResult>, 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; }
The token that can be used to retrieve the next page of results.
Property Value | |
---|---|
Type | Description |
String |
Results
public RepeatedField<SearchCatalogResult> Results { get; }
Search results.
Property Value | |
---|---|
Type | Description |
RepeatedField<SearchCatalogResult> |
Unreachable
public RepeatedField<string> Unreachable { get; }
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
.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<SearchCatalogResult> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<SearchCatalogResult> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |