public static final class TransformationDetailsStorageConfig.Builder extends GeneratedMessageV3.Builder<TransformationDetailsStorageConfig.Builder> implements TransformationDetailsStorageConfigOrBuilder
Config for storing transformation details.
Protobuf type google.privacy.dlp.v2.TransformationDetailsStorageConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public TransformationDetailsStorageConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public TransformationDetailsStorageConfig build()
Returns
public TransformationDetailsStorageConfig buildPartial()
Returns
public TransformationDetailsStorageConfig.Builder clear()
Returns
Overrides
public TransformationDetailsStorageConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public TransformationDetailsStorageConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public TransformationDetailsStorageConfig.Builder clearTable()
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
public TransformationDetailsStorageConfig.Builder clearType()
Returns
public TransformationDetailsStorageConfig.Builder clone()
Returns
Overrides
public TransformationDetailsStorageConfig getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public 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
public BigQueryTable.Builder getTableBuilder()
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
public 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;
Returns
public TransformationDetailsStorageConfig.TypeCase getTypeCase()
Returns
public 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
Type | Description |
boolean | Whether the table field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public TransformationDetailsStorageConfig.Builder mergeFrom(TransformationDetailsStorageConfig other)
Parameter
Returns
public TransformationDetailsStorageConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public TransformationDetailsStorageConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public TransformationDetailsStorageConfig.Builder mergeTable(BigQueryTable value)
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;
Parameter
Returns
public final TransformationDetailsStorageConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public TransformationDetailsStorageConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public TransformationDetailsStorageConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public TransformationDetailsStorageConfig.Builder setTable(BigQueryTable value)
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;
Parameter
Returns
public TransformationDetailsStorageConfig.Builder setTable(BigQueryTable.Builder builderForValue)
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;
Parameter
Returns
public final TransformationDetailsStorageConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides