Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class SearchLineageStreamingResponse.
Response message for SearchLineageStreaming.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.SearchLineageStreamingResponse
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ links |
array<LineageLink>
Output only. The lineage links that match the search criteria. Can be empty if no links match. |
↳ unreachable |
string[]
Unordered list. Unreachable resources. If non-empty, the result set might be incomplete. Currently, only locations are supported. Format: |
getLinks
Output only. The lineage links that match the search criteria. Can be empty if no links match.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<LineageLink> |
|
setLinks
Output only. The lineage links that match the search criteria. Can be empty if no links match.
| Parameter | |
|---|---|
| Name | Description |
var |
array<LineageLink>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
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
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUnreachable
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
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|