public static interface InspectDataSourceDetails.RequestedOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobConfig()
public abstract InspectJobConfig getJobConfig()Inspect config.
.google.privacy.dlp.v2.InspectJobConfig job_config = 3;
| Type | Description |
| InspectJobConfig | The jobConfig. |
getJobConfigOrBuilder()
public abstract InspectJobConfigOrBuilder getJobConfigOrBuilder()Inspect config.
.google.privacy.dlp.v2.InspectJobConfig job_config = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| InspectTemplateOrBuilder |
hasJobConfig()
public abstract boolean hasJobConfig()Inspect config.
.google.privacy.dlp.v2.InspectJobConfig job_config = 3;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the snapshotInspectTemplate field is set. |