Google Cloud Dataplex V1 Client - Class AspectSource (1.1.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class AspectSource.

Information related to the source system of the aspect.

Generated from protobuf message google.cloud.dataplex.v1.AspectSource

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

The time the aspect was created in the source system.

↳ update_time Google\Protobuf\Timestamp

The time the aspect was last updated in the source system.

↳ data_version string

The version of the data format used to produce this data. This field is used to indicated when the underlying data format changes (e.g., schema modifications, changes to the source URL format definition, etc).

getCreateTime

The time the aspect was created in the source system.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time the aspect was created in the source system.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

The time the aspect was last updated in the source system.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

The time the aspect was last updated in the source system.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getDataVersion

The version of the data format used to produce this data. This field is used to indicated when the underlying data format changes (e.g., schema modifications, changes to the source URL format definition, etc).

Returns
Type Description
string

setDataVersion

The version of the data format used to produce this data. This field is used to indicated when the underlying data format changes (e.g., schema modifications, changes to the source URL format definition, etc).

Parameter
Name Description
var string
Returns
Type Description
$this