Class: Google::Cloud::Dataplex::V1::AspectSource
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::AspectSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Information related to the source system of the aspect.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the aspect was created in the source system.
-
#data_version ⇒ ::String
The version of the data format used to produce this data.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The time the aspect was last updated in the source system.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the aspect was created in the source system.
387 388 389 390 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 387 class AspectSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_version ⇒ ::String
Returns The version of the data format used to produce this data. This field is used to indicated when the underlying data format changes (e.g., schema modifications, changes to the source URL format definition, etc).
387 388 389 390 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 387 class AspectSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the aspect was last updated in the source system.
387 388 389 390 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 387 class AspectSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |