Data Lineage v1 API - Class SearchLinksResponse (1.3.0)

public sealed class SearchLinksResponse : IMessage<SearchLinksResponse>, IEquatable<SearchLinksResponse>, IDeepCloneable<SearchLinksResponse>, IBufferMessage, IMessage, IPageResponse<Link>, IEnumerable<Link>, IEnumerable

Reference documentation and code samples for the Data Lineage v1 API class SearchLinksResponse.

Response message for [SearchLinks][google.cloud.datacatalog.lineage.v1.Lineage.SearchLinks].

Inheritance

object > SearchLinksResponse

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

SearchLinksResponse()

public SearchLinksResponse()

SearchLinksResponse(SearchLinksResponse)

public SearchLinksResponse(SearchLinksResponse other)
Parameter
NameDescription
otherSearchLinksResponse

Properties

public RepeatedField<Link> Links { get; }

The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).

Property Value
TypeDescription
RepeatedFieldLink

NextPageToken

public string NextPageToken { get; set; }

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Link> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorLink