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 void
DlpServiceClient. deleteDlpJob(DlpJobName name)
Deletes a long-running DlpJob.DlpJob
DlpServiceClient. getDlpJob(DlpJobName name)
Gets the latest state of a long-running DlpJob.HybridInspectResponse
DlpServiceClient. 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 DlpJobName
DlpJobName.Builder. build()
DlpJobName
DlpJobName.ProjectLocationDlpJobBuilder. build()
static DlpJobName
DlpJobName. of(String project, String dlpJob)
static DlpJobName
DlpJobName. ofProjectDlpJobName(String project, String dlpJob)
static DlpJobName
DlpJobName. ofProjectLocationDlpJobName(String project, String location, String dlpJob)
static DlpJobName
DlpJobName. 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)
-