public sealed class SearchLineageStreamingResponse : IMessage<SearchLineageStreamingResponse>, IEquatable<SearchLineageStreamingResponse>, IDeepCloneable<SearchLineageStreamingResponse>, IBufferMessage, IMessageReference documentation and code samples for the Data Lineage v1 API class SearchLineageStreamingResponse.
Response message for [SearchLineageStreaming][google.cloud.datacatalog.lineage.v1.Lineage.SearchLineageStreaming].
Implements
IMessageSearchLineageStreamingResponse, IEquatableSearchLineageStreamingResponse, IDeepCloneableSearchLineageStreamingResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
SearchLineageStreamingResponse()
public SearchLineageStreamingResponse()SearchLineageStreamingResponse(SearchLineageStreamingResponse)
public SearchLineageStreamingResponse(SearchLineageStreamingResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchLineageStreamingResponse |
Properties
Links
public RepeatedField<LineageLink> Links { get; }Output only. The lineage links that match the search criteria. Can be empty if no links match.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLineageLink |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.
Currently, only locations are supported.
Format: projects/[PROJECT_NUMBER]/locations/[LOCATION]
Example: projects/123456789/locations/us-east1
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|