Package com.google.privacy.dlp.v2
Interface InspectDataSourceDetails.RequestedOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InspectDataSourceDetails.RequestedOptions
,InspectDataSourceDetails.RequestedOptions.Builder
- Enclosing class:
- InspectDataSourceDetails
public static interface InspectDataSourceDetails.RequestedOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspectJobConfig
getJobConfig()
Inspect config.InspectJobConfigOrBuilder
getJobConfigOrBuilder()
Inspect config.InspectTemplate
getSnapshotInspectTemplate()
If run with an InspectTemplate, a snapshot of its state at the time of this run.InspectTemplateOrBuilder
getSnapshotInspectTemplateOrBuilder()
If run with an InspectTemplate, a snapshot of its state at the time of this run.boolean
hasJobConfig()
Inspect config.boolean
hasSnapshotInspectTemplate()
If run with an InspectTemplate, a snapshot of its state at the time of this run.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSnapshotInspectTemplate
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:
- Whether the snapshotInspectTemplate field is set.
-
getSnapshotInspectTemplate
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:
- The snapshotInspectTemplate.
-
getSnapshotInspectTemplateOrBuilder
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;
-
hasJobConfig
boolean hasJobConfig()
Inspect config.
.google.privacy.dlp.v2.InspectJobConfig job_config = 3;
- Returns:
- Whether the jobConfig field is set.
-
getJobConfig
InspectJobConfig getJobConfig()
Inspect config.
.google.privacy.dlp.v2.InspectJobConfig job_config = 3;
- Returns:
- The jobConfig.
-
getJobConfigOrBuilder
InspectJobConfigOrBuilder getJobConfigOrBuilder()
Inspect config.
.google.privacy.dlp.v2.InspectJobConfig job_config = 3;
-
-