Interface DataProfileConfigSnapshotOrBuilder (3.45.0)

public interface DataProfileConfigSnapshotOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataProfileJob() (deprecated)

public abstract DataProfileJobConfig getDataProfileJob()

Deprecated. google.privacy.dlp.v2.DataProfileConfigSnapshot.data_profile_job is deprecated. See google/privacy/dlp/v2/dlp.proto;l=6262

A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3 [deprecated = true];

Returns
TypeDescription
DataProfileJobConfig

The dataProfileJob.

getDataProfileJobOrBuilder() (deprecated)

public abstract DataProfileJobConfigOrBuilder getDataProfileJobOrBuilder()

A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3 [deprecated = true];

Returns
TypeDescription
DataProfileJobConfigOrBuilder

getDiscoveryConfig()

public abstract DiscoveryConfig getDiscoveryConfig()

A copy of the configuration used to generate this profile.

.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 4;

Returns
TypeDescription
DiscoveryConfig

The discoveryConfig.

getDiscoveryConfigOrBuilder()

public abstract DiscoveryConfigOrBuilder getDiscoveryConfigOrBuilder()

A copy of the configuration used to generate this profile.

.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 4;

Returns
TypeDescription
DiscoveryConfigOrBuilder

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

getInspectTemplateModifiedTime()

public abstract Timestamp getInspectTemplateModifiedTime()

Timestamp when the template was modified

.google.protobuf.Timestamp inspect_template_modified_time = 6;

Returns
TypeDescription
Timestamp

The inspectTemplateModifiedTime.

getInspectTemplateModifiedTimeOrBuilder()

public abstract TimestampOrBuilder getInspectTemplateModifiedTimeOrBuilder()

Timestamp when the template was modified

.google.protobuf.Timestamp inspect_template_modified_time = 6;

Returns
TypeDescription
TimestampOrBuilder

getInspectTemplateName()

public abstract String getInspectTemplateName()

Name of the inspection template used to generate this profile

string inspect_template_name = 5;

Returns
TypeDescription
String

The inspectTemplateName.

getInspectTemplateNameBytes()

public abstract ByteString getInspectTemplateNameBytes()

Name of the inspection template used to generate this profile

string inspect_template_name = 5;

Returns
TypeDescription
ByteString

The bytes for inspectTemplateName.

hasDataProfileJob() (deprecated)

public abstract boolean hasDataProfileJob()

Deprecated. google.privacy.dlp.v2.DataProfileConfigSnapshot.data_profile_job is deprecated. See google/privacy/dlp/v2/dlp.proto;l=6262

A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

.google.privacy.dlp.v2.DataProfileJobConfig data_profile_job = 3 [deprecated = true];

Returns
TypeDescription
boolean

Whether the dataProfileJob field is set.

hasDiscoveryConfig()

public abstract boolean hasDiscoveryConfig()

A copy of the configuration used to generate this profile.

.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 4;

Returns
TypeDescription
boolean

Whether the discoveryConfig 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.

hasInspectTemplateModifiedTime()

public abstract boolean hasInspectTemplateModifiedTime()

Timestamp when the template was modified

.google.protobuf.Timestamp inspect_template_modified_time = 6;

Returns
TypeDescription
boolean

Whether the inspectTemplateModifiedTime field is set.