Interface DataProfileConfigSnapshotOrBuilder (3.3.2)

public interface DataProfileConfigSnapshotOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataProfileJob()

public abstract DataProfileJobConfig getDataProfileJob()

A copy of the configuration used to generate this profile.

.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the inspectConfig field is set.