Package com.google.cloud.dataplex.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProfileResult.PostScanActionsResult
getPostScanActionsResult()
Output only.DataProfileResult.PostScanActionsResultOrBuilder
getPostScanActionsResultOrBuilder()
Output only.DataProfileResult.Profile
getProfile()
The profile information per field.DataProfileResult.ProfileOrBuilder
getProfileOrBuilder()
The profile information per field.long
getRowCount()
The count of rows scanned.ScannedData
getScannedData()
The data scanned for this result.ScannedDataOrBuilder
getScannedDataOrBuilder()
The data scanned for this result.boolean
hasPostScanActionsResult()
Output only.boolean
hasProfile()
The profile information per field.boolean
hasScannedData()
The data scanned for this result.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-