Reference documentation and code samples for the Google Cloud Dataplex V1 Client class AspectSource.
AspectSource contains source system related information for the aspect.
Generated from protobuf message google.cloud.dataplex.v1.AspectSource
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
The create time of the aspect in the source system. |
↳ update_time |
Google\Protobuf\Timestamp
The update time of the aspect in the source system. |
getCreateTime
The create time of the aspect in the source system.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
The create time of the aspect in the source system.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
The update time of the aspect in the source system.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
The update time of the aspect in the source system.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|