public final class GooglePrivacyDlpV2DlpJob 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 |
|---|
GooglePrivacyDlpV2DlpJob() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2DlpJob |
clone() |
String |
getCreateTime()
Time when the job was created.
|
String |
getEndTime()
Time when the job finished.
|
List<GooglePrivacyDlpV2Error> |
getErrors()
A stream of errors encountered running the job.
|
GooglePrivacyDlpV2InspectDataSourceDetails |
getInspectDetails()
Results from inspecting a data source.
|
String |
getJobTriggerName()
If created by a job trigger, the resource name of the trigger that instantiated the job.
|
String |
getName()
The server-assigned name.
|
GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails |
getRiskDetails()
Results from analyzing risk of a data source.
|
String |
getStartTime()
Time when the job started.
|
String |
getState()
State of a job.
|
String |
getType()
The type of job.
|
GooglePrivacyDlpV2DlpJob |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2DlpJob |
setCreateTime(String createTime)
Time when the job was created.
|
GooglePrivacyDlpV2DlpJob |
setEndTime(String endTime)
Time when the job finished.
|
GooglePrivacyDlpV2DlpJob |
setErrors(List<GooglePrivacyDlpV2Error> errors)
A stream of errors encountered running the job.
|
GooglePrivacyDlpV2DlpJob |
setInspectDetails(GooglePrivacyDlpV2InspectDataSourceDetails inspectDetails)
Results from inspecting a data source.
|
GooglePrivacyDlpV2DlpJob |
setJobTriggerName(String jobTriggerName)
If created by a job trigger, the resource name of the trigger that instantiated the job.
|
GooglePrivacyDlpV2DlpJob |
setName(String name)
The server-assigned name.
|
GooglePrivacyDlpV2DlpJob |
setRiskDetails(GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails riskDetails)
Results from analyzing risk of a data source.
|
GooglePrivacyDlpV2DlpJob |
setStartTime(String startTime)
Time when the job started.
|
GooglePrivacyDlpV2DlpJob |
setState(String state)
State of a job.
|
GooglePrivacyDlpV2DlpJob |
setType(String type)
The type of job.
|
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 String getCreateTime()
null for nonepublic GooglePrivacyDlpV2DlpJob setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getEndTime()
null for nonepublic GooglePrivacyDlpV2DlpJob setEndTime(String endTime)
endTime - endTime or null for nonepublic List<GooglePrivacyDlpV2Error> getErrors()
null for nonepublic GooglePrivacyDlpV2DlpJob setErrors(List<GooglePrivacyDlpV2Error> errors)
errors - errors or null for nonepublic GooglePrivacyDlpV2InspectDataSourceDetails getInspectDetails()
null for nonepublic GooglePrivacyDlpV2DlpJob setInspectDetails(GooglePrivacyDlpV2InspectDataSourceDetails inspectDetails)
inspectDetails - inspectDetails or null for nonepublic String getJobTriggerName()
null for nonepublic GooglePrivacyDlpV2DlpJob setJobTriggerName(String jobTriggerName)
jobTriggerName - jobTriggerName or null for nonepublic String getName()
null for nonepublic GooglePrivacyDlpV2DlpJob setName(String name)
name - name or null for nonepublic GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails getRiskDetails()
null for nonepublic GooglePrivacyDlpV2DlpJob setRiskDetails(GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails riskDetails)
riskDetails - riskDetails or null for nonepublic String getStartTime()
null for nonepublic GooglePrivacyDlpV2DlpJob setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic GooglePrivacyDlpV2DlpJob setState(String state)
state - state or null for nonepublic String getType()
null for nonepublic GooglePrivacyDlpV2DlpJob setType(String type)
type - type or null for nonepublic GooglePrivacyDlpV2DlpJob set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2DlpJob clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.