Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDocumentationResult.
The output of a DataDocumentation scan.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_result
def dataset_result() -> ::Google::Cloud::Dataplex::V1::DataDocumentationResult::DatasetResult-
(::Google::Cloud::Dataplex::V1::DataDocumentationResult::DatasetResult) — Output only. Insights for a Dataset resource.
Note: The following fields are mutually exclusive:
dataset_result,table_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
#table_result
def table_result() -> ::Google::Cloud::Dataplex::V1::DataDocumentationResult::TableResult-
(::Google::Cloud::Dataplex::V1::DataDocumentationResult::TableResult) — Output only. Insights for a Table resource.
Note: The following fields are mutually exclusive:
table_result,dataset_result. If a field in that set is populated, all other fields in the set will automatically be cleared.