public interface OutputStorageConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OutputStorageConfig.OutputSchema |
getOutputSchema()
Schema used for writing the findings.
|
int |
getOutputSchemaValue()
Schema used for writing the findings.
|
BigQueryTable |
getTable()
Store findings in an existing table or a new table in an existing
dataset.
|
BigQueryTableOrBuilder |
getTableOrBuilder()
Store findings in an existing table or a new table in an existing
dataset.
|
OutputStorageConfig.TypeCase |
getTypeCase() |
boolean |
hasTable()
Store findings in an existing table or a new table in an existing
dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasTable()
Store findings in an existing table or a new table in an existing dataset. Each column in an existing table must have the same name, type, and mode of a field in the `Finding` object. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific timezone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
BigQueryTable getTable()
Store findings in an existing table or a new table in an existing dataset. Each column in an existing table must have the same name, type, and mode of a field in the `Finding` object. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific timezone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
BigQueryTableOrBuilder getTableOrBuilder()
Store findings in an existing table or a new table in an existing dataset. Each column in an existing table must have the same name, type, and mode of a field in the `Finding` object. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific timezone will be used for generating the date details.
.google.privacy.dlp.v2.BigQueryTable table = 1;
int getOutputSchemaValue()
Schema used for writing the findings. Columns are derived from the `Finding` object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted. If unspecified, then all available columns will be used for a new table, and no changes will be made to an existing table.
.google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
OutputStorageConfig.OutputSchema getOutputSchema()
Schema used for writing the findings. Columns are derived from the `Finding` object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted. If unspecified, then all available columns will be used for a new table, and no changes will be made to an existing table.
.google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
OutputStorageConfig.TypeCase getTypeCase()