Package com.google.privacy.dlp.v2
Interface TransformationDetailsStorageConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransformationDetailsStorageConfig
,TransformationDetailsStorageConfig.Builder
public interface TransformationDetailsStorageConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryTable
getTable()
The BigQuery table in which to store the output.BigQueryTableOrBuilder
getTableOrBuilder()
The BigQuery table in which to store the output.TransformationDetailsStorageConfig.TypeCase
getTypeCase()
boolean
hasTable()
The BigQuery table in which to store the output.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTable
boolean hasTable()
The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
- Returns:
- Whether the table field is set.
-
getTable
BigQueryTable getTable()
The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
- Returns:
- The table.
-
getTableOrBuilder
BigQueryTableOrBuilder getTableOrBuilder()
The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
-
getTypeCase
TransformationDetailsStorageConfig.TypeCase getTypeCase()
-
-