Package com.google.privacy.dlp.v2
Interface DataProfileConfigSnapshotOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfileConfigSnapshot
,DataProfileConfigSnapshot.Builder
public interface DataProfileConfigSnapshotOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProfileJobConfig
getDataProfileJob()
A copy of the configuration used to generate this profile.DataProfileJobConfigOrBuilder
getDataProfileJobOrBuilder()
A copy of the configuration used to generate this profile.InspectConfig
getInspectConfig()
A copy of the inspection config used to generate this profile.InspectConfigOrBuilder
getInspectConfigOrBuilder()
A copy of the inspection config used to generate this profile.boolean
hasDataProfileJob()
A copy of the configuration used to generate this profile.boolean
hasInspectConfig()
A copy of the inspection config used to generate this profile.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInspectConfig
boolean hasInspectConfig()
A copy of the inspection config used to generate this profile. This is a copy of the inspect_template specified in `DataProfileJobConfig`.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
- Returns:
- Whether the inspectConfig field is set.
-
getInspectConfig
InspectConfig getInspectConfig()
A copy of the inspection config used to generate this profile. This is a copy of the inspect_template specified in `DataProfileJobConfig`.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
- Returns:
- The inspectConfig.
-
getInspectConfigOrBuilder
InspectConfigOrBuilder getInspectConfigOrBuilder()
A copy of the inspection config used to generate this profile. This is a copy of the inspect_template specified in `DataProfileJobConfig`.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
-
hasDataProfileJob
boolean hasDataProfileJob()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
- Returns:
- Whether the dataProfileJob field is set.
-
getDataProfileJob
DataProfileJobConfig getDataProfileJob()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
- Returns:
- The dataProfileJob.
-
getDataProfileJobOrBuilder
DataProfileJobConfigOrBuilder getDataProfileJobOrBuilder()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
-
-