| Package | Description |
|---|---|
| com.google.api.services.dlp.v2 | |
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DLP.Projects.DlpJobs.Create |
DLP.Projects.DlpJobs.create(String parent,
GooglePrivacyDlpV2CreateDlpJobRequest content)
Creates a new job to inspect storage or calculate risk metrics.
|
DLP.Projects.Locations.DlpJobs.Create |
DLP.Projects.Locations.DlpJobs.create(String parent,
GooglePrivacyDlpV2CreateDlpJobRequest content)
Creates a new job to inspect storage or calculate risk metrics.
|
| Constructor and Description |
|---|
Create(String parent,
GooglePrivacyDlpV2CreateDlpJobRequest content)
Creates a new job to inspect storage or calculate risk metrics.
|
Create(String parent,
GooglePrivacyDlpV2CreateDlpJobRequest content)
Creates a new job to inspect storage or calculate risk metrics.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CreateDlpJobRequest |
GooglePrivacyDlpV2CreateDlpJobRequest.clone() |
GooglePrivacyDlpV2CreateDlpJobRequest |
GooglePrivacyDlpV2CreateDlpJobRequest.set(String fieldName,
Object value) |
GooglePrivacyDlpV2CreateDlpJobRequest |
GooglePrivacyDlpV2CreateDlpJobRequest.setInspectJob(GooglePrivacyDlpV2InspectJobConfig inspectJob)
An inspection job scans a storage repository for InfoTypes.
|
GooglePrivacyDlpV2CreateDlpJobRequest |
GooglePrivacyDlpV2CreateDlpJobRequest.setJobId(String jobId)
The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must
match the regular expression: `[a-zA-Z\d-_]+`.
|
GooglePrivacyDlpV2CreateDlpJobRequest |
GooglePrivacyDlpV2CreateDlpJobRequest.setLocationId(String locationId)
Deprecated.
|
GooglePrivacyDlpV2CreateDlpJobRequest |
GooglePrivacyDlpV2CreateDlpJobRequest.setRiskJob(GooglePrivacyDlpV2RiskAnalysisJobConfig riskJob)
A risk analysis job calculates re-identification risk metrics for a BigQuery table.
|
Copyright © 2011–2020 Google. All rights reserved.