public final class GooglePrivacyDlpV2Finding 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 |
|---|
GooglePrivacyDlpV2Finding() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Finding |
clone() |
String |
getCreateTime()
Timestamp when finding was detected.
|
String |
getFindingId()
The unique finding id.
|
GooglePrivacyDlpV2InfoType |
getInfoType()
The type of content that might have been found.
|
String |
getJobCreateTime()
Time the job started that produced this finding.
|
String |
getJobName()
The job that stored the finding.
|
Map<String,String> |
getLabels()
The labels associated with this `Finding`.
|
String |
getLikelihood()
Confidence of how likely it is that the `info_type` is correct.
|
GooglePrivacyDlpV2Location |
getLocation()
Where the content was found.
|
String |
getName()
Resource name in format projects/{project}/locations/{location}/findings/{finding} Populated
only when viewing persisted findings.
|
String |
getQuote()
The content that was found.
|
GooglePrivacyDlpV2QuoteInfo |
getQuoteInfo()
Contains data parsed from quotes.
|
String |
getResourceName()
The job that stored the finding.
|
String |
getTriggerName()
Job trigger name, if applicable, for this finding.
|
GooglePrivacyDlpV2Finding |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2Finding |
setCreateTime(String createTime)
Timestamp when finding was detected.
|
GooglePrivacyDlpV2Finding |
setFindingId(String findingId)
The unique finding id.
|
GooglePrivacyDlpV2Finding |
setInfoType(GooglePrivacyDlpV2InfoType infoType)
The type of content that might have been found.
|
GooglePrivacyDlpV2Finding |
setJobCreateTime(String jobCreateTime)
Time the job started that produced this finding.
|
GooglePrivacyDlpV2Finding |
setJobName(String jobName)
The job that stored the finding.
|
GooglePrivacyDlpV2Finding |
setLabels(Map<String,String> labels)
The labels associated with this `Finding`.
|
GooglePrivacyDlpV2Finding |
setLikelihood(String likelihood)
Confidence of how likely it is that the `info_type` is correct.
|
GooglePrivacyDlpV2Finding |
setLocation(GooglePrivacyDlpV2Location location)
Where the content was found.
|
GooglePrivacyDlpV2Finding |
setName(String name)
Resource name in format projects/{project}/locations/{location}/findings/{finding} Populated
only when viewing persisted findings.
|
GooglePrivacyDlpV2Finding |
setQuote(String quote)
The content that was found.
|
GooglePrivacyDlpV2Finding |
setQuoteInfo(GooglePrivacyDlpV2QuoteInfo quoteInfo)
Contains data parsed from quotes.
|
GooglePrivacyDlpV2Finding |
setResourceName(String resourceName)
The job that stored the finding.
|
GooglePrivacyDlpV2Finding |
setTriggerName(String triggerName)
Job trigger name, if applicable, for this finding.
|
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 GooglePrivacyDlpV2Finding setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getFindingId()
null for nonepublic GooglePrivacyDlpV2Finding setFindingId(String findingId)
findingId - findingId or null for nonepublic GooglePrivacyDlpV2InfoType getInfoType()
null for nonepublic GooglePrivacyDlpV2Finding setInfoType(GooglePrivacyDlpV2InfoType infoType)
infoType - infoType or null for nonepublic String getJobCreateTime()
null for nonepublic GooglePrivacyDlpV2Finding setJobCreateTime(String jobCreateTime)
jobCreateTime - jobCreateTime or null for nonepublic String getJobName()
null for nonepublic GooglePrivacyDlpV2Finding setJobName(String jobName)
jobName - jobName or null for nonepublic Map<String,String> getLabels()
null for nonepublic GooglePrivacyDlpV2Finding setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getLikelihood()
null for nonepublic GooglePrivacyDlpV2Finding setLikelihood(String likelihood)
likelihood - likelihood or null for nonepublic GooglePrivacyDlpV2Location getLocation()
null for nonepublic GooglePrivacyDlpV2Finding setLocation(GooglePrivacyDlpV2Location location)
location - location or null for nonepublic String getName()
null for nonepublic GooglePrivacyDlpV2Finding setName(String name)
name - name or null for nonepublic String getQuote()
null for nonepublic GooglePrivacyDlpV2Finding setQuote(String quote)
quote - quote or null for nonepublic GooglePrivacyDlpV2QuoteInfo getQuoteInfo()
null for nonepublic GooglePrivacyDlpV2Finding setQuoteInfo(GooglePrivacyDlpV2QuoteInfo quoteInfo)
quoteInfo - quoteInfo or null for nonepublic String getResourceName()
null for nonepublic GooglePrivacyDlpV2Finding setResourceName(String resourceName)
resourceName - resourceName or null for nonepublic String getTriggerName()
null for nonepublic GooglePrivacyDlpV2Finding setTriggerName(String triggerName)
triggerName - triggerName or null for nonepublic GooglePrivacyDlpV2Finding set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2Finding clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.