Data Catalog v1 API - Class SearchCatalogResponse (2.11.0)

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].

Inheritance

object > SearchCatalogResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

SearchCatalogResponse()

public SearchCatalogResponse()

SearchCatalogResponse(SearchCatalogResponse)

public SearchCatalogResponse(SearchCatalogResponse other)
Parameter
NameDescription
otherSearchCatalogResponse

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
TypeDescription
string

Results

public RepeatedField<SearchCatalogResult> Results { get; }

Search results.

Property Value
TypeDescription
RepeatedFieldSearchCatalogResult

TotalSize

public int TotalSize { get; set; }

The approximate total number of entries matched by the query.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<SearchCatalogResult> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSearchCatalogResult