Class TransformationDetailsStorageConfig.Builder (3.44.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TransformationDetailsStorageConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

build()

public TransformationDetailsStorageConfig build()
Returns
TypeDescription
TransformationDetailsStorageConfig

buildPartial()

public TransformationDetailsStorageConfig buildPartial()
Returns
TypeDescription
TransformationDetailsStorageConfig

clear()

public TransformationDetailsStorageConfig.Builder clear()
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TransformationDetailsStorageConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TransformationDetailsStorageConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

clearTable()

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
TypeDescription
TransformationDetailsStorageConfig.Builder

clearType()

public TransformationDetailsStorageConfig.Builder clearType()
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder

clone()

public TransformationDetailsStorageConfig.Builder clone()
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

getDefaultInstanceForType()

public TransformationDetailsStorageConfig getDefaultInstanceForType()
Returns
TypeDescription
TransformationDetailsStorageConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getTable()

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
TypeDescription
BigQueryTable

The table.

getTableBuilder()

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
TypeDescription
BigQueryTable.Builder

getTableOrBuilder()

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
TypeDescription
BigQueryTableOrBuilder

getTypeCase()

public TransformationDetailsStorageConfig.TypeCase getTypeCase()
Returns
TypeDescription
TransformationDetailsStorageConfig.TypeCase

hasTable()

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
TypeDescription
boolean

Whether the table field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TransformationDetailsStorageConfig other)

public TransformationDetailsStorageConfig.Builder mergeFrom(TransformationDetailsStorageConfig other)
Parameter
NameDescription
otherTransformationDetailsStorageConfig
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TransformationDetailsStorageConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TransformationDetailsStorageConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

mergeTable(BigQueryTable value)

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
NameDescription
valueBigQueryTable
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TransformationDetailsStorageConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public TransformationDetailsStorageConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TransformationDetailsStorageConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides

setTable(BigQueryTable value)

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
NameDescription
valueBigQueryTable
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder

setTable(BigQueryTable.Builder builderForValue)

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
NameDescription
builderForValueBigQueryTable.Builder
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final TransformationDetailsStorageConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TransformationDetailsStorageConfig.Builder
Overrides