public interface DataProfileBigQueryRowSchemaOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumnProfile()
public abstract ColumnDataProfile getColumnProfile()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
Returns | |
---|---|
Type | Description |
ColumnDataProfile |
The columnProfile. |
getColumnProfileOrBuilder()
public abstract ColumnDataProfileOrBuilder getColumnProfileOrBuilder()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
Returns | |
---|---|
Type | Description |
ColumnDataProfileOrBuilder |
getDataProfileCase()
public abstract DataProfileBigQueryRowSchema.DataProfileCase getDataProfileCase()
Returns | |
---|---|
Type | Description |
DataProfileBigQueryRowSchema.DataProfileCase |
getFileStoreProfile()
public abstract FileStoreDataProfile getFileStoreProfile()
File store data profile column.
.google.privacy.dlp.v2.FileStoreDataProfile file_store_profile = 3;
Returns | |
---|---|
Type | Description |
FileStoreDataProfile |
The fileStoreProfile. |
getFileStoreProfileOrBuilder()
public abstract FileStoreDataProfileOrBuilder getFileStoreProfileOrBuilder()
File store data profile column.
.google.privacy.dlp.v2.FileStoreDataProfile file_store_profile = 3;
Returns | |
---|---|
Type | Description |
FileStoreDataProfileOrBuilder |
getTableProfile()
public abstract TableDataProfile getTableProfile()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
Returns | |
---|---|
Type | Description |
TableDataProfile |
The tableProfile. |
getTableProfileOrBuilder()
public abstract TableDataProfileOrBuilder getTableProfileOrBuilder()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
Returns | |
---|---|
Type | Description |
TableDataProfileOrBuilder |
hasColumnProfile()
public abstract boolean hasColumnProfile()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the columnProfile field is set. |
hasFileStoreProfile()
public abstract boolean hasFileStoreProfile()
File store data profile column.
.google.privacy.dlp.v2.FileStoreDataProfile file_store_profile = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the fileStoreProfile field is set. |
hasTableProfile()
public abstract boolean hasTableProfile()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the tableProfile field is set. |