Interface InspectDataSourceDetails.RequestedOptionsOrBuilder (3.1.4)

public static interface InspectDataSourceDetails.RequestedOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobConfig()

public abstract InspectJobConfig getJobConfig()

Inspect config.

.google.privacy.dlp.v2.InspectJobConfig job_config = 3;

Returns
TypeDescription
InspectJobConfig

The jobConfig.

getJobConfigOrBuilder()

public abstract InspectJobConfigOrBuilder getJobConfigOrBuilder()

Inspect config.

.google.privacy.dlp.v2.InspectJobConfig job_config = 3;

Returns
TypeDescription
InspectJobConfigOrBuilder

getSnapshotInspectTemplate()

public abstract InspectTemplate getSnapshotInspectTemplate()

If run with an InspectTemplate, a snapshot of its state at the time of this run.

.google.privacy.dlp.v2.InspectTemplate snapshot_inspect_template = 1;

Returns
TypeDescription
InspectTemplate

The snapshotInspectTemplate.

getSnapshotInspectTemplateOrBuilder()

public abstract InspectTemplateOrBuilder getSnapshotInspectTemplateOrBuilder()

If run with an InspectTemplate, a snapshot of its state at the time of this run.

.google.privacy.dlp.v2.InspectTemplate snapshot_inspect_template = 1;

Returns
TypeDescription
InspectTemplateOrBuilder

hasJobConfig()

public abstract boolean hasJobConfig()

Inspect config.

.google.privacy.dlp.v2.InspectJobConfig job_config = 3;

Returns
TypeDescription
boolean

Whether the jobConfig field is set.

hasSnapshotInspectTemplate()

public abstract boolean hasSnapshotInspectTemplate()

If run with an InspectTemplate, a snapshot of its state at the time of this run.

.google.privacy.dlp.v2.InspectTemplate snapshot_inspect_template = 1;

Returns
TypeDescription
boolean

Whether the snapshotInspectTemplate field is set.