Interface InspectDataSourceDetails.RequestedOptionsOrBuilder

    • Method Detail

      • hasSnapshotInspectTemplate

        boolean hasSnapshotInspectTemplate()
         If run with an InspectTemplate, a snapshot of its state at the time of
         this run.
         
        .google.privacy.dlp.v2.InspectTemplate snapshot_inspect_template = 1;
        Returns:
        Whether the snapshotInspectTemplate field is set.
      • getSnapshotInspectTemplate

        InspectTemplate getSnapshotInspectTemplate()
         If run with an InspectTemplate, a snapshot of its state at the time of
         this run.
         
        .google.privacy.dlp.v2.InspectTemplate snapshot_inspect_template = 1;
        Returns:
        The snapshotInspectTemplate.
      • getSnapshotInspectTemplateOrBuilder

        InspectTemplateOrBuilder getSnapshotInspectTemplateOrBuilder()
         If run with an InspectTemplate, a snapshot of its state at the time of
         this run.
         
        .google.privacy.dlp.v2.InspectTemplate snapshot_inspect_template = 1;
      • hasJobConfig

        boolean hasJobConfig()
         Inspect config.
         
        .google.privacy.dlp.v2.InspectJobConfig job_config = 3;
        Returns:
        Whether the jobConfig field is set.
      • getJobConfig

        InspectJobConfig getJobConfig()
         Inspect config.
         
        .google.privacy.dlp.v2.InspectJobConfig job_config = 3;
        Returns:
        The jobConfig.
      • getJobConfigOrBuilder

        InspectJobConfigOrBuilder getJobConfigOrBuilder()
         Inspect config.
         
        .google.privacy.dlp.v2.InspectJobConfig job_config = 3;