Google Cloud Data Catalog V1 Client - Class SystemTimestamps (1.10.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class SystemTimestamps.

Timestamps associated with this resource in a particular system.

Generated from protobuf message google.cloud.datacatalog.v1.SystemTimestamps

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Creation timestamp of the resource within the given system.

↳ update_time Google\Protobuf\Timestamp

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

↳ expire_time Google\Protobuf\Timestamp

Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

getCreateTime

Creation timestamp of the resource within the given system.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Creation timestamp of the resource within the given system.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Timestamp of the last modification of the resource or its metadata within a given system.

Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Timestamp of the last modification of the resource or its metadata within a given system.

Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getExpireTime

Output only. Expiration timestamp of the resource within the given system.

Currently only applicable to BigQuery resources.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasExpireTime

clearExpireTime

setExpireTime

Output only. Expiration timestamp of the resource within the given system.

Currently only applicable to BigQuery resources.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this