Interface DataProfileResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DataProfileResult, DataProfileResult.Builder

    public interface DataProfileResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getRowCount

        long getRowCount()
         The count of rows scanned.
         
        int64 row_count = 3;
        Returns:
        The rowCount.
      • hasProfile

        boolean hasProfile()
         The profile information per field.
         
        .google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;
        Returns:
        Whether the profile field is set.
      • getProfile

        DataProfileResult.Profile getProfile()
         The profile information per field.
         
        .google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;
        Returns:
        The profile.
      • getProfileOrBuilder

        DataProfileResult.ProfileOrBuilder getProfileOrBuilder()
         The profile information per field.
         
        .google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;
      • hasScannedData

        boolean hasScannedData()
         The data scanned for this result.
         
        .google.cloud.dataplex.v1.ScannedData scanned_data = 5;
        Returns:
        Whether the scannedData field is set.
      • getScannedData

        ScannedData getScannedData()
         The data scanned for this result.
         
        .google.cloud.dataplex.v1.ScannedData scanned_data = 5;
        Returns:
        The scannedData.
      • getScannedDataOrBuilder

        ScannedDataOrBuilder getScannedDataOrBuilder()
         The data scanned for this result.
         
        .google.cloud.dataplex.v1.ScannedData scanned_data = 5;
      • hasPostScanActionsResult

        boolean hasPostScanActionsResult()
         Output only. The result of post scan actions.
         
        .google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the postScanActionsResult field is set.
      • getPostScanActionsResult

        DataProfileResult.PostScanActionsResult getPostScanActionsResult()
         Output only. The result of post scan actions.
         
        .google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The postScanActionsResult.
      • getPostScanActionsResultOrBuilder

        DataProfileResult.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder()
         Output only. The result of post scan actions.
         
        .google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult post_scan_actions_result = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];