Interface DataProfileResultOrBuilder (1.7.0)

public interface DataProfileResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProfile()

public abstract DataProfileResult.Profile getProfile()

This represents the profile information per field.

.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
long

The rowCount.

getScannedData()

public abstract ScannedData getScannedData()

The data scanned for this profile.

.google.cloud.dataplex.v1.ScannedData scanned_data = 5;

Returns
TypeDescription
ScannedData

The scannedData.

getScannedDataOrBuilder()

public abstract ScannedDataOrBuilder getScannedDataOrBuilder()

The data scanned for this profile.

.google.cloud.dataplex.v1.ScannedData scanned_data = 5;

Returns
TypeDescription
ScannedDataOrBuilder

hasProfile()

public abstract boolean hasProfile()

This represents the profile information per field.

.google.cloud.dataplex.v1.DataProfileResult.Profile profile = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the scannedData field is set.