Interface DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder (3.45.0)

public static interface DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotDeidentifyTemplate()

public abstract 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
TypeDescription
DeidentifyTemplate

The snapshotDeidentifyTemplate.

getSnapshotDeidentifyTemplateOrBuilder()

public abstract 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
TypeDescription
DeidentifyTemplateOrBuilder

getSnapshotImageRedactTemplate()

public abstract 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
TypeDescription
DeidentifyTemplate

The snapshotImageRedactTemplate.

getSnapshotImageRedactTemplateOrBuilder()

public abstract 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
TypeDescription
DeidentifyTemplateOrBuilder

getSnapshotStructuredDeidentifyTemplate()

public abstract 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
TypeDescription
DeidentifyTemplate

The snapshotStructuredDeidentifyTemplate.

getSnapshotStructuredDeidentifyTemplateOrBuilder()

public abstract 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
TypeDescription
DeidentifyTemplateOrBuilder

hasSnapshotDeidentifyTemplate()

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

Whether the snapshotDeidentifyTemplate field is set.

hasSnapshotImageRedactTemplate()

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

Whether the snapshotImageRedactTemplate field is set.

hasSnapshotStructuredDeidentifyTemplate()

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

Whether the snapshotStructuredDeidentifyTemplate field is set.