public interface DataProfileConfigSnapshotOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataProfileJob()
public abstract DataProfileJobConfig getDataProfileJob()A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
| Type | Description |
| DataProfileJobConfig | The dataProfileJob. |
getDataProfileJobOrBuilder()
public abstract DataProfileJobConfigOrBuilder getDataProfileJobOrBuilder()A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
| Type | Description |
| DataProfileJobConfigOrBuilder |
getInspectConfig()
public abstract 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;
| Type | Description |
| InspectConfig | The inspectConfig. |
getInspectConfigOrBuilder()
public abstract 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;
| Type | Description |
| InspectConfigOrBuilder |
hasDataProfileJob()
public abstract boolean hasDataProfileJob()A copy of the configuration used to generate this profile.
.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;
| Type | Description |
| boolean | Whether the dataProfileJob field is set. |
hasInspectConfig()
public abstract 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;
| Type | Description |
| boolean | Whether the inspectConfig field is set. |