public static interface DeidentifyDataSourceDetails.RequestedDeidentifyOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the snapshotStructuredDeidentifyTemplate field is set. |