Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ProcessLinkInfo.
Link details.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.ProcessLinkInfo
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ link |
string
The name of the link in the format of |
↳ start_time |
Google\Protobuf\Timestamp
The start of the first event establishing this link-process tuple. |
↳ end_time |
Google\Protobuf\Timestamp
The end of the last event establishing this link-process tuple. |
getLink
The name of the link in the format of
projects/{project}/locations/{location}/links/{link}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLink
The name of the link in the format of
projects/{project}/locations/{location}/links/{link}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartTime
The start of the first event establishing this link-process tuple.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
The start of the first event establishing this link-process tuple.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
The end of the last event establishing this link-process tuple.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
The end of the last event establishing this link-process tuple.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|