Interface DataProfileBigQueryRowSchemaOrBuilder (3.45.0)

public interface DataProfileBigQueryRowSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumnProfile()

public abstract ColumnDataProfile getColumnProfile()

Column data profile column

.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;

Returns
TypeDescription
ColumnDataProfile

The columnProfile.

getColumnProfileOrBuilder()

public abstract ColumnDataProfileOrBuilder getColumnProfileOrBuilder()

Column data profile column

.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;

Returns
TypeDescription
ColumnDataProfileOrBuilder

getDataProfileCase()

public abstract DataProfileBigQueryRowSchema.DataProfileCase getDataProfileCase()
Returns
TypeDescription
DataProfileBigQueryRowSchema.DataProfileCase

getTableProfile()

public abstract TableDataProfile getTableProfile()

Table data profile column

.google.privacy.dlp.v2.TableDataProfile table_profile = 1;

Returns
TypeDescription
TableDataProfile

The tableProfile.

getTableProfileOrBuilder()

public abstract TableDataProfileOrBuilder getTableProfileOrBuilder()

Table data profile column

.google.privacy.dlp.v2.TableDataProfile table_profile = 1;

Returns
TypeDescription
TableDataProfileOrBuilder

hasColumnProfile()

public abstract boolean hasColumnProfile()

Column data profile column

.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;

Returns
TypeDescription
boolean

Whether the columnProfile field is set.

hasTableProfile()

public abstract boolean hasTableProfile()

Table data profile column

.google.privacy.dlp.v2.TableDataProfile table_profile = 1;

Returns
TypeDescription
boolean

Whether the tableProfile field is set.