public interface DataProfileConfigSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasDataProfileJob()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;DataProfileJobConfig getDataProfileJob()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;DataProfileJobConfigOrBuilder getDataProfileJobOrBuilder()
A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;Copyright © 2022 Google LLC. All rights reserved.