public final class GooglePrivacyDlpV2CreateDlpJobRequest extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Data Loss Prevention (DLP) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePrivacyDlpV2CreateDlpJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CreateDlpJobRequest |
clone() |
GooglePrivacyDlpV2InspectJobConfig |
getInspectJob()
An inspection job scans a storage repository for InfoTypes.
|
String |
getJobId()
The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must
match the regular expression: `[a-zA-Z\d-_]+`.
|
String |
getLocationId()
Deprecated.
|
GooglePrivacyDlpV2RiskAnalysisJobConfig |
getRiskJob()
A risk analysis job calculates re-identification risk metrics for a BigQuery table.
|
GooglePrivacyDlpV2CreateDlpJobRequest |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2CreateDlpJobRequest |
setInspectJob(GooglePrivacyDlpV2InspectJobConfig inspectJob)
An inspection job scans a storage repository for InfoTypes.
|
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 |
setLocationId(String locationId)
Deprecated.
|
GooglePrivacyDlpV2CreateDlpJobRequest |
setRiskJob(GooglePrivacyDlpV2RiskAnalysisJobConfig riskJob)
A risk analysis job calculates re-identification risk metrics for a BigQuery table.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GooglePrivacyDlpV2CreateDlpJobRequest()
public GooglePrivacyDlpV2InspectJobConfig getInspectJob()
null for nonepublic GooglePrivacyDlpV2CreateDlpJobRequest setInspectJob(GooglePrivacyDlpV2InspectJobConfig inspectJob)
inspectJob - inspectJob or null for nonepublic String getJobId()
null for nonepublic GooglePrivacyDlpV2CreateDlpJobRequest setJobId(String jobId)
jobId - jobId or null for nonepublic String getLocationId()
null for nonepublic GooglePrivacyDlpV2CreateDlpJobRequest setLocationId(String locationId)
locationId - locationId or null for nonepublic GooglePrivacyDlpV2RiskAnalysisJobConfig getRiskJob()
null for nonepublic GooglePrivacyDlpV2CreateDlpJobRequest setRiskJob(GooglePrivacyDlpV2RiskAnalysisJobConfig riskJob)
riskJob - riskJob or null for nonepublic GooglePrivacyDlpV2CreateDlpJobRequest set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2CreateDlpJobRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.