Class: Google::Cloud::DataCatalog::V1::SystemTimestamps

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

Overview

Timestamps associated with this resource in a particular system.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Creation timestamp of the resource within the given system.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/datacatalog/v1/timestamps.rb', line 42

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

#expire_time::Google::Protobuf::Timestamp (readonly)

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

Currently only applicable to BigQuery resources.

Returns:

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

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

    Currently only applicable to BigQuery resources.



42
43
44
45
# File 'proto_docs/google/cloud/datacatalog/v1/timestamps.rb', line 42

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

#update_time::Google::Protobuf::Timestamp

Returns 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:

  • (::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.



42
43
44
45
# File 'proto_docs/google/cloud/datacatalog/v1/timestamps.rb', line 42

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