public final class GooglePrivacyDlpV2ContentLocation 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 |
|---|
GooglePrivacyDlpV2ContentLocation() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2ContentLocation |
clone() |
String |
getContainerName()
Name of the container where the finding is located.
|
String |
getContainerTimestamp()
Findings container modification timestamp, if applicable.
|
String |
getContainerVersion()
Findings container version, if available ("generation" for Google Cloud Storage).
|
GooglePrivacyDlpV2DocumentLocation |
getDocumentLocation()
Location data for document files.
|
GooglePrivacyDlpV2ImageLocation |
getImageLocation()
Location within an image's pixels.
|
GooglePrivacyDlpV2MetadataLocation |
getMetadataLocation()
Location within the metadata for inspected content.
|
GooglePrivacyDlpV2RecordLocation |
getRecordLocation()
Location within a row or record of a database table.
|
GooglePrivacyDlpV2ContentLocation |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2ContentLocation |
setContainerName(String containerName)
Name of the container where the finding is located.
|
GooglePrivacyDlpV2ContentLocation |
setContainerTimestamp(String containerTimestamp)
Findings container modification timestamp, if applicable.
|
GooglePrivacyDlpV2ContentLocation |
setContainerVersion(String containerVersion)
Findings container version, if available ("generation" for Google Cloud Storage).
|
GooglePrivacyDlpV2ContentLocation |
setDocumentLocation(GooglePrivacyDlpV2DocumentLocation documentLocation)
Location data for document files.
|
GooglePrivacyDlpV2ContentLocation |
setImageLocation(GooglePrivacyDlpV2ImageLocation imageLocation)
Location within an image's pixels.
|
GooglePrivacyDlpV2ContentLocation |
setMetadataLocation(GooglePrivacyDlpV2MetadataLocation metadataLocation)
Location within the metadata for inspected content.
|
GooglePrivacyDlpV2ContentLocation |
setRecordLocation(GooglePrivacyDlpV2RecordLocation recordLocation)
Location within a row or record of a database 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 String getContainerName()
null for nonepublic GooglePrivacyDlpV2ContentLocation setContainerName(String containerName)
containerName - containerName or null for nonepublic String getContainerTimestamp()
null for nonepublic GooglePrivacyDlpV2ContentLocation setContainerTimestamp(String containerTimestamp)
containerTimestamp - containerTimestamp or null for nonepublic String getContainerVersion()
null for nonepublic GooglePrivacyDlpV2ContentLocation setContainerVersion(String containerVersion)
containerVersion - containerVersion or null for nonepublic GooglePrivacyDlpV2DocumentLocation getDocumentLocation()
null for nonepublic GooglePrivacyDlpV2ContentLocation setDocumentLocation(GooglePrivacyDlpV2DocumentLocation documentLocation)
documentLocation - documentLocation or null for nonepublic GooglePrivacyDlpV2ImageLocation getImageLocation()
null for nonepublic GooglePrivacyDlpV2ContentLocation setImageLocation(GooglePrivacyDlpV2ImageLocation imageLocation)
imageLocation - imageLocation or null for nonepublic GooglePrivacyDlpV2MetadataLocation getMetadataLocation()
null for nonepublic GooglePrivacyDlpV2ContentLocation setMetadataLocation(GooglePrivacyDlpV2MetadataLocation metadataLocation)
metadataLocation - metadataLocation or null for nonepublic GooglePrivacyDlpV2RecordLocation getRecordLocation()
null for nonepublic GooglePrivacyDlpV2ContentLocation setRecordLocation(GooglePrivacyDlpV2RecordLocation recordLocation)
recordLocation - recordLocation or null for nonepublic GooglePrivacyDlpV2ContentLocation set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2ContentLocation clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.