public sealed class SearchLinksResponse : IMessage<SearchLinksResponse>, IEquatable<SearchLinksResponse>, IDeepCloneable<SearchLinksResponse>, IBufferMessage, IMessage, IPageResponse<Link>, IEnumerable<Link>, IEnumerableReference documentation and code samples for the Data Lineage v1 API class SearchLinksResponse.
Response message for [SearchLinks][google.cloud.datacatalog.lineage.v1.Lineage.SearchLinks].
Implements
IMessageSearchLinksResponse, IEquatableSearchLinksResponse, IDeepCloneableSearchLinksResponse, IBufferMessage, IMessage, IPageResponseLink, IEnumerableLink, IEnumerableNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
SearchLinksResponse()
public SearchLinksResponse()SearchLinksResponse(SearchLinksResponse)
public SearchLinksResponse(SearchLinksResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchLinksResponse |
Properties
Links
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Link> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorLink |
|