Uses of Class
com.google.privacy.dlp.v2.DlpJobName
-
Packages that use DlpJobName Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.privacy.dlp.v2 -
-
Uses of DlpJobName in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 with parameters of type DlpJobName Modifier and Type Method Description voidDlpServiceClient. deleteDlpJob(DlpJobName name)Deletes a long-running DlpJob.DlpJobDlpServiceClient. getDlpJob(DlpJobName name)Gets the latest state of a long-running DlpJob.HybridInspectResponseDlpServiceClient. hybridInspectDlpJob(DlpJobName name)Inspect hybrid content and store findings to a job. -
Uses of DlpJobName in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DlpJobName Modifier and Type Method Description DlpJobNameDlpJobName.Builder. build()DlpJobNameDlpJobName.ProjectLocationDlpJobBuilder. build()static DlpJobNameDlpJobName. of(String project, String dlpJob)static DlpJobNameDlpJobName. ofProjectDlpJobName(String project, String dlpJob)static DlpJobNameDlpJobName. ofProjectLocationDlpJobName(String project, String location, String dlpJob)static DlpJobNameDlpJobName. parse(String formattedString)Methods in com.google.privacy.dlp.v2 that return types with arguments of type DlpJobName Modifier and Type Method Description static List<DlpJobName>DlpJobName. parseList(List<String> formattedStrings)Method parameters in com.google.privacy.dlp.v2 with type arguments of type DlpJobName Modifier and Type Method Description static List<String>DlpJobName. toStringList(List<DlpJobName> values)
-