Class: Google::Cloud::DataCatalog::V1beta1::SystemTimestamps

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1beta1/timestamps.rb

Overview

Timestamps about this resource according to a particular system.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns The creation time of the resource within the given system.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/datacatalog/v1beta1/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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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/v1beta1/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.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/datacatalog/v1beta1/timestamps.rb', line 35

class SystemTimestamps
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end