public final class GooglePrivacyDlpV2Container 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 |
|---|
GooglePrivacyDlpV2Container() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Container |
clone() |
String |
getFullPath()
A string representation of the full container name.
|
String |
getProjectId()
Project where the finding was found.
|
String |
getRelativePath()
The rest of the path after the root.
|
String |
getRootPath()
The root of the container.
|
String |
getType()
Container type, for example BigQuery or Google Cloud Storage.
|
String |
getUpdateTime()
Findings container modification timestamp, if applicable.
|
String |
getVersion()
Findings container version, if available ("generation" for Google Cloud Storage).
|
GooglePrivacyDlpV2Container |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2Container |
setFullPath(String fullPath)
A string representation of the full container name.
|
GooglePrivacyDlpV2Container |
setProjectId(String projectId)
Project where the finding was found.
|
GooglePrivacyDlpV2Container |
setRelativePath(String relativePath)
The rest of the path after the root.
|
GooglePrivacyDlpV2Container |
setRootPath(String rootPath)
The root of the container.
|
GooglePrivacyDlpV2Container |
setType(String type)
Container type, for example BigQuery or Google Cloud Storage.
|
GooglePrivacyDlpV2Container |
setUpdateTime(String updateTime)
Findings container modification timestamp, if applicable.
|
GooglePrivacyDlpV2Container |
setVersion(String version)
Findings container version, if available ("generation" for Google Cloud Storage).
|
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 getFullPath()
null for nonepublic GooglePrivacyDlpV2Container setFullPath(String fullPath)
fullPath - fullPath or null for nonepublic String getProjectId()
null for nonepublic GooglePrivacyDlpV2Container setProjectId(String projectId)
projectId - projectId or null for nonepublic String getRelativePath()
null for nonepublic GooglePrivacyDlpV2Container setRelativePath(String relativePath)
relativePath - relativePath or null for nonepublic String getRootPath()
null for nonepublic GooglePrivacyDlpV2Container setRootPath(String rootPath)
rootPath - rootPath or null for nonepublic String getType()
null for nonepublic GooglePrivacyDlpV2Container setType(String type)
type - type or null for nonepublic String getUpdateTime()
null for nonepublic GooglePrivacyDlpV2Container setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic String getVersion()
null for nonepublic GooglePrivacyDlpV2Container setVersion(String version)
version - version or null for nonepublic GooglePrivacyDlpV2Container set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2Container clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.