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
AspectSource contains source system related information for the aspect.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The create time of the aspect in the source system.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The update time of the aspect in the source system.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The create time of the aspect in the source system.
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 370 class AspectSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The update time of the aspect in the source system.
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 370 class AspectSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |