public static interface DataProfileAction.ExportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;Copyright © 2022 Google LLC. All rights reserved.