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