Class DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder (3.87.0)

public static final class DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder extends GeneratedMessage.Builder<DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder> implements DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder

De-identification options.

Protobuf type google.privacy.dlp.v2.DeidentifyDataSourceDetails.RequestedDeidentifyOptions

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions build()
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions

buildPartial()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions buildPartial()
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions

clear()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder clear()
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder
Overrides

clearSnapshotDeidentifyTemplate()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder clearSnapshotDeidentifyTemplate()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

clearSnapshotImageRedactTemplate()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder clearSnapshotImageRedactTemplate()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

clearSnapshotStructuredDeidentifyTemplate()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder clearSnapshotStructuredDeidentifyTemplate()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

getDefaultInstanceForType()

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions getDefaultInstanceForType()
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSnapshotDeidentifyTemplate()

public DeidentifyTemplate getSnapshotDeidentifyTemplate()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
Type Description
DeidentifyTemplate

The snapshotDeidentifyTemplate.

getSnapshotDeidentifyTemplateBuilder()

public DeidentifyTemplate.Builder getSnapshotDeidentifyTemplateBuilder()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
Type Description
DeidentifyTemplate.Builder

getSnapshotDeidentifyTemplateOrBuilder()

public DeidentifyTemplateOrBuilder getSnapshotDeidentifyTemplateOrBuilder()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
Type Description
DeidentifyTemplateOrBuilder

getSnapshotImageRedactTemplate()

public DeidentifyTemplate getSnapshotImageRedactTemplate()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
Type Description
DeidentifyTemplate

The snapshotImageRedactTemplate.

getSnapshotImageRedactTemplateBuilder()

public DeidentifyTemplate.Builder getSnapshotImageRedactTemplateBuilder()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
Type Description
DeidentifyTemplate.Builder

getSnapshotImageRedactTemplateOrBuilder()

public DeidentifyTemplateOrBuilder getSnapshotImageRedactTemplateOrBuilder()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
Type Description
DeidentifyTemplateOrBuilder

getSnapshotStructuredDeidentifyTemplate()

public DeidentifyTemplate getSnapshotStructuredDeidentifyTemplate()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
Type Description
DeidentifyTemplate

The snapshotStructuredDeidentifyTemplate.

getSnapshotStructuredDeidentifyTemplateBuilder()

public DeidentifyTemplate.Builder getSnapshotStructuredDeidentifyTemplateBuilder()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
Type Description
DeidentifyTemplate.Builder

getSnapshotStructuredDeidentifyTemplateOrBuilder()

public DeidentifyTemplateOrBuilder getSnapshotStructuredDeidentifyTemplateOrBuilder()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
Type Description
DeidentifyTemplateOrBuilder

hasSnapshotDeidentifyTemplate()

public boolean hasSnapshotDeidentifyTemplate()

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Returns
Type Description
boolean

Whether the snapshotDeidentifyTemplate field is set.

hasSnapshotImageRedactTemplate()

public boolean hasSnapshotImageRedactTemplate()

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Returns
Type Description
boolean

Whether the snapshotImageRedactTemplate field is set.

hasSnapshotStructuredDeidentifyTemplate()

public boolean hasSnapshotStructuredDeidentifyTemplate()

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Returns
Type Description
boolean

Whether the snapshotStructuredDeidentifyTemplate field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeidentifyDataSourceDetails.RequestedDeidentifyOptions other)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder mergeFrom(DeidentifyDataSourceDetails.RequestedDeidentifyOptions other)
Parameter
Name Description
other DeidentifyDataSourceDetails.RequestedDeidentifyOptions
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder
Overrides

mergeSnapshotDeidentifyTemplate(DeidentifyTemplate value)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder mergeSnapshotDeidentifyTemplate(DeidentifyTemplate value)

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Parameter
Name Description
value DeidentifyTemplate
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

mergeSnapshotImageRedactTemplate(DeidentifyTemplate value)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder mergeSnapshotImageRedactTemplate(DeidentifyTemplate value)

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Parameter
Name Description
value DeidentifyTemplate
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

mergeSnapshotStructuredDeidentifyTemplate(DeidentifyTemplate value)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder mergeSnapshotStructuredDeidentifyTemplate(DeidentifyTemplate value)

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Parameter
Name Description
value DeidentifyTemplate
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

setSnapshotDeidentifyTemplate(DeidentifyTemplate value)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder setSnapshotDeidentifyTemplate(DeidentifyTemplate value)

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Parameter
Name Description
value DeidentifyTemplate
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

setSnapshotDeidentifyTemplate(DeidentifyTemplate.Builder builderForValue)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder setSnapshotDeidentifyTemplate(DeidentifyTemplate.Builder builderForValue)

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_deidentify_template = 1;

Parameter
Name Description
builderForValue DeidentifyTemplate.Builder
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

setSnapshotImageRedactTemplate(DeidentifyTemplate value)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder setSnapshotImageRedactTemplate(DeidentifyTemplate value)

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Parameter
Name Description
value DeidentifyTemplate
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

setSnapshotImageRedactTemplate(DeidentifyTemplate.Builder builderForValue)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder setSnapshotImageRedactTemplate(DeidentifyTemplate.Builder builderForValue)

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_image_redact_template = 3;

Parameter
Name Description
builderForValue DeidentifyTemplate.Builder
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

setSnapshotStructuredDeidentifyTemplate(DeidentifyTemplate value)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder setSnapshotStructuredDeidentifyTemplate(DeidentifyTemplate value)

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Parameter
Name Description
value DeidentifyTemplate
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder

setSnapshotStructuredDeidentifyTemplate(DeidentifyTemplate.Builder builderForValue)

public DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder setSnapshotStructuredDeidentifyTemplate(DeidentifyTemplate.Builder builderForValue)

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

.google.privacy.dlp.v2.DeidentifyTemplate snapshot_structured_deidentify_template = 2;

Parameter
Name Description
builderForValue DeidentifyTemplate.Builder
Returns
Type Description
DeidentifyDataSourceDetails.RequestedDeidentifyOptions.Builder