Package com.google.privacy.dlp.v2
Interface DataProfileAction.ExportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfileAction.Export
,DataProfileAction.Export.Builder
- Enclosing class:
- DataProfileAction
public static interface DataProfileAction.ExportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryTable
getProfileTable()
Store all table and column profiles in an existing table or a new table in an existing dataset.BigQueryTableOrBuilder
getProfileTableOrBuilder()
Store all table and column profiles in an existing table or a new table in an existing dataset.boolean
hasProfileTable()
Store all table and column profiles in an existing table or a new table in an existing dataset.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProfileTable
boolean hasProfileTable()
Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.
.google.privacy.dlp.v2.BigQueryTable profile_table = 1;
- Returns:
- Whether the profileTable field is set.
-
getProfileTable
BigQueryTable getProfileTable()
Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.
.google.privacy.dlp.v2.BigQueryTable profile_table = 1;
- Returns:
- The profileTable.
-
getProfileTableOrBuilder
BigQueryTableOrBuilder getProfileTableOrBuilder()
Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.
.google.privacy.dlp.v2.BigQueryTable profile_table = 1;
-
-