Cloud Dataplex v1 API - Class SearchEntriesResponse (3.4.0)

public sealed class SearchEntriesResponse : IMessage<SearchEntriesResponse>, IEquatable<SearchEntriesResponse>, IDeepCloneable<SearchEntriesResponse>, IBufferMessage, IMessage, IPageResponse<SearchEntriesResult>, IEnumerable<SearchEntriesResult>, IEnumerable

Inheritance

object > SearchEntriesResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SearchEntriesResponse()

public SearchEntriesResponse()

SearchEntriesResponse(SearchEntriesResponse)

public SearchEntriesResponse(SearchEntriesResponse other)
Parameter
Name Description
other SearchEntriesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
Type Description
string

Results

public RepeatedField<SearchEntriesResult> Results { get; }

The results matching the search query.

Property Value
Type Description
RepeatedFieldSearchEntriesResult

TotalSize

public int TotalSize { get; set; }

The estimated total number of matching entries. This number isn't guaranteed to be accurate.

Property Value
Type Description
int

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that the service couldn't reach. Search results don't include data from these locations.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<SearchEntriesResult> GetEnumerator()

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

Returns
Type Description
IEnumeratorSearchEntriesResult