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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
public TransformationDetailsStorageConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TransformationDetailsStorageConfig build()
public TransformationDetailsStorageConfig buildPartial()
public TransformationDetailsStorageConfig.Builder clear()
Overrides
public TransformationDetailsStorageConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public TransformationDetailsStorageConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
public TransformationDetailsStorageConfig.Builder clearType()
public TransformationDetailsStorageConfig.Builder clone()
Overrides
public TransformationDetailsStorageConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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;
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;
public TransformationDetailsStorageConfig.TypeCase getTypeCase()
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()
Overrides
public final boolean isInitialized()
Overrides
public TransformationDetailsStorageConfig.Builder mergeFrom(TransformationDetailsStorageConfig other)
public TransformationDetailsStorageConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public TransformationDetailsStorageConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
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;
public final TransformationDetailsStorageConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public TransformationDetailsStorageConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TransformationDetailsStorageConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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;
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;
public final TransformationDetailsStorageConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides