public final class GooglePrivacyDlpV2JobTrigger 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 |
|---|
GooglePrivacyDlpV2JobTrigger() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2JobTrigger |
clone() |
String |
getCreateTime()
Output only.
|
String |
getDescription()
User provided description (max 256 chars)
|
String |
getDisplayName()
Display name (max 100 chars)
|
List<GooglePrivacyDlpV2Error> |
getErrors()
Output only.
|
GooglePrivacyDlpV2InspectJobConfig |
getInspectJob()
For inspect jobs, a snapshot of the configuration.
|
String |
getLastRunTime()
Output only.
|
String |
getName()
Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is
created, for example `projects/dlp-test-project/jobTriggers/53234423`.
|
String |
getStatus()
Required.
|
List<GooglePrivacyDlpV2Trigger> |
getTriggers()
A list of triggers which will be OR'ed together.
|
String |
getUpdateTime()
Output only.
|
GooglePrivacyDlpV2JobTrigger |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2JobTrigger |
setCreateTime(String createTime)
Output only.
|
GooglePrivacyDlpV2JobTrigger |
setDescription(String description)
User provided description (max 256 chars)
|
GooglePrivacyDlpV2JobTrigger |
setDisplayName(String displayName)
Display name (max 100 chars)
|
GooglePrivacyDlpV2JobTrigger |
setErrors(List<GooglePrivacyDlpV2Error> errors)
Output only.
|
GooglePrivacyDlpV2JobTrigger |
setInspectJob(GooglePrivacyDlpV2InspectJobConfig inspectJob)
For inspect jobs, a snapshot of the configuration.
|
GooglePrivacyDlpV2JobTrigger |
setLastRunTime(String lastRunTime)
Output only.
|
GooglePrivacyDlpV2JobTrigger |
setName(String name)
Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is
created, for example `projects/dlp-test-project/jobTriggers/53234423`.
|
GooglePrivacyDlpV2JobTrigger |
setStatus(String status)
Required.
|
GooglePrivacyDlpV2JobTrigger |
setTriggers(List<GooglePrivacyDlpV2Trigger> triggers)
A list of triggers which will be OR'ed together.
|
GooglePrivacyDlpV2JobTrigger |
setUpdateTime(String updateTime)
Output only.
|
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 GooglePrivacyDlpV2JobTrigger setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDescription()
null for nonepublic GooglePrivacyDlpV2JobTrigger setDescription(String description)
description - description or null for nonepublic String getDisplayName()
null for nonepublic GooglePrivacyDlpV2JobTrigger setDisplayName(String displayName)
displayName - displayName or null for nonepublic List<GooglePrivacyDlpV2Error> getErrors()
null for nonepublic GooglePrivacyDlpV2JobTrigger setErrors(List<GooglePrivacyDlpV2Error> errors)
errors - errors or null for nonepublic GooglePrivacyDlpV2InspectJobConfig getInspectJob()
null for nonepublic GooglePrivacyDlpV2JobTrigger setInspectJob(GooglePrivacyDlpV2InspectJobConfig inspectJob)
inspectJob - inspectJob or null for nonepublic String getLastRunTime()
null for nonepublic GooglePrivacyDlpV2JobTrigger setLastRunTime(String lastRunTime)
lastRunTime - lastRunTime or null for nonepublic String getName()
null for nonepublic GooglePrivacyDlpV2JobTrigger setName(String name)
name - name or null for nonepublic String getStatus()
null for nonepublic GooglePrivacyDlpV2JobTrigger setStatus(String status)
status - status or null for nonepublic List<GooglePrivacyDlpV2Trigger> getTriggers()
null for nonepublic GooglePrivacyDlpV2JobTrigger setTriggers(List<GooglePrivacyDlpV2Trigger> triggers)
triggers - triggers or null for nonepublic String getUpdateTime()
null for nonepublic GooglePrivacyDlpV2JobTrigger setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic GooglePrivacyDlpV2JobTrigger set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2JobTrigger clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.