Interface AnalyzeDataSourceRiskDetails.RequestedRiskAnalysisOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RiskAnalysisJobConfig getJobConfig()
      The job config for the risk job.
      RiskAnalysisJobConfigOrBuilder getJobConfigOrBuilder()
      The job config for the risk job.
      boolean hasJobConfig()
      The job config for the risk job.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasJobConfig

        boolean hasJobConfig()
         The job config for the risk job.
         
        .google.privacy.dlp.v2.RiskAnalysisJobConfig job_config = 1;
        Returns:
        Whether the jobConfig field is set.
      • getJobConfig

        RiskAnalysisJobConfig getJobConfig()
         The job config for the risk job.
         
        .google.privacy.dlp.v2.RiskAnalysisJobConfig job_config = 1;
        Returns:
        The jobConfig.
      • getJobConfigOrBuilder

        RiskAnalysisJobConfigOrBuilder getJobConfigOrBuilder()
         The job config for the risk job.
         
        .google.privacy.dlp.v2.RiskAnalysisJobConfig job_config = 1;