Data Lineage v1 API - Class SearchLineageStreamingResponse (1.6.0)

public sealed class SearchLineageStreamingResponse : IMessage<SearchLineageStreamingResponse>, IEquatable<SearchLineageStreamingResponse>, IDeepCloneable<SearchLineageStreamingResponse>, IBufferMessage, IMessage

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

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

Inheritance

object > SearchLineageStreamingResponse

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

SearchLineageStreamingResponse()

public SearchLineageStreamingResponse()

SearchLineageStreamingResponse(SearchLineageStreamingResponse)

public SearchLineageStreamingResponse(SearchLineageStreamingResponse other)
Parameter
Name Description
other SearchLineageStreamingResponse

Properties

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