Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::AspectSource.
Information related to the source system of the aspect.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time the aspect was created in the source system.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time the aspect was created in the source system.
Returns
- (::Google::Protobuf::Timestamp) — The time the aspect was created in the source system.
#data_version
def data_version() -> ::String
Returns
- (::String) — 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).
#data_version=
def data_version=(value) -> ::String
Parameter
- value (::String) — 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).
Returns
- (::String) — 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).
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time the aspect was last updated in the source system.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time the aspect was last updated in the source system.
Returns
- (::Google::Protobuf::Timestamp) — The time the aspect was last updated in the source system.