Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataProfileResult.
DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.
Generated from protobuf message google.cloud.dataplex.v1.DataProfileResult
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ row_count
int|string
Output only. The count of rows scanned.
↳ profile
↳ scanned_data
↳ post_scan_actions_result
↳ catalog_publishing_status
DataScanCatalogPublishingStatus
Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
getRowCount
Output only. The count of rows scanned.
int|string
setRowCount
Output only. The count of rows scanned.
var
int|string
$this
getProfile
Output only. The profile information per field.
hasProfile
clearProfile
setProfile
Output only. The profile information per field.
$this
getScannedData
Output only. The data scanned for this result.
hasScannedData
clearScannedData
setScannedData
Output only. The data scanned for this result.
$this
getPostScanActionsResult
Output only. The result of post scan actions.
hasPostScanActionsResult
clearPostScanActionsResult
setPostScanActionsResult
Output only. The result of post scan actions.
$this
getCatalogPublishingStatus
Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
hasCatalogPublishingStatus
clearCatalogPublishingStatus
setCatalogPublishingStatus
Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
$this

