public interface DataProfileResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProfile()
public abstract DataProfileResult.Profile getProfile()This represents the profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;
| Type | Description |
| DataProfileResult.Profile | The profile. |
getProfileOrBuilder()
public abstract DataProfileResult.ProfileOrBuilder getProfileOrBuilder()This represents the profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;
| Type | Description |
| DataProfileResult.ProfileOrBuilder |
getRowCount()
public abstract long getRowCount()The count of all rows in the sampled data. Return 0, if zero rows.
int64 row_count = 3;
| Type | Description |
| long | The rowCount. |
getScannedData()
public abstract ScannedData getScannedData()The data scanned for this profile.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5;
| Type | Description |
| ScannedData | The scannedData. |
getScannedDataOrBuilder()
public abstract ScannedDataOrBuilder getScannedDataOrBuilder()The data scanned for this profile.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5;
| Type | Description |
| ScannedDataOrBuilder |
hasProfile()
public abstract boolean hasProfile()This represents the profile information per field.
.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;
| Type | Description |
| boolean | Whether the profile field is set. |
hasScannedData()
public abstract boolean hasScannedData()The data scanned for this profile.
.google.cloud.dataplex.v1.ScannedData scanned_data = 5;
| Type | Description |
| boolean | Whether the scannedData field is set. |