Class: Google::Cloud::DataCatalog::V1::SystemTimestamps
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SystemTimestamps
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/timestamps.rb
Overview
Timestamps about this resource according to a particular system.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The creation time of the resource within the given system.
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The last-modified time of the resource within the given system.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The creation time of the resource within the given system.
35 36 37 38 |
# File 'proto_docs/google/cloud/datacatalog/v1/timestamps.rb', line 35 class SystemTimestamps include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
35 36 37 38 |
# File 'proto_docs/google/cloud/datacatalog/v1/timestamps.rb', line 35 class SystemTimestamps include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The last-modified time of the resource within the given system.
35 36 37 38 |
# File 'proto_docs/google/cloud/datacatalog/v1/timestamps.rb', line 35 class SystemTimestamps include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |