Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::SystemTimestamps.
Timestamps associated with this resource in a particular system.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Creation timestamp of the resource within the given system.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Creation timestamp of the resource within the given system.
- (::Google::Protobuf::Timestamp) — Creation timestamp of the resource within the given system.
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Output only. Expiration timestamp of the resource within the given system.
Currently only applicable to BigQuery resources.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
-
(::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.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::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.
-
(::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.