public final class GooglePrivacyDlpV2HybridFindingDetails 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 |
|---|
GooglePrivacyDlpV2HybridFindingDetails() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2HybridFindingDetails |
clone() |
GooglePrivacyDlpV2Container |
getContainerDetails()
Details about the container where the content being inspected is from.
|
Long |
getFileOffset()
Offset in bytes of the line, from the beginning of the file, where the finding is located.
|
Map<String,String> |
getLabels()
Labels to represent user provided metadata about the data being inspected.
|
Long |
getRowOffset()
Offset of the row for tables.
|
GooglePrivacyDlpV2TableOptions |
getTableOptions()
If the container is a table, additional information to make findings meaningful such as the
columns that are primary keys.
|
GooglePrivacyDlpV2HybridFindingDetails |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2HybridFindingDetails |
setContainerDetails(GooglePrivacyDlpV2Container containerDetails)
Details about the container where the content being inspected is from.
|
GooglePrivacyDlpV2HybridFindingDetails |
setFileOffset(Long fileOffset)
Offset in bytes of the line, from the beginning of the file, where the finding is located.
|
GooglePrivacyDlpV2HybridFindingDetails |
setLabels(Map<String,String> labels)
Labels to represent user provided metadata about the data being inspected.
|
GooglePrivacyDlpV2HybridFindingDetails |
setRowOffset(Long rowOffset)
Offset of the row for tables.
|
GooglePrivacyDlpV2HybridFindingDetails |
setTableOptions(GooglePrivacyDlpV2TableOptions tableOptions)
If the container is a table, additional information to make findings meaningful such as the
columns that are primary keys.
|
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 GooglePrivacyDlpV2HybridFindingDetails()
public GooglePrivacyDlpV2Container getContainerDetails()
null for nonepublic GooglePrivacyDlpV2HybridFindingDetails setContainerDetails(GooglePrivacyDlpV2Container containerDetails)
containerDetails - containerDetails or null for nonepublic Long getFileOffset()
null for nonepublic GooglePrivacyDlpV2HybridFindingDetails setFileOffset(Long fileOffset)
fileOffset - fileOffset or null for nonepublic Map<String,String> getLabels()
null for nonepublic GooglePrivacyDlpV2HybridFindingDetails setLabels(Map<String,String> labels)
labels - labels or null for nonepublic Long getRowOffset()
null for nonepublic GooglePrivacyDlpV2HybridFindingDetails setRowOffset(Long rowOffset)
rowOffset - rowOffset or null for nonepublic GooglePrivacyDlpV2TableOptions getTableOptions()
null for nonepublic GooglePrivacyDlpV2HybridFindingDetails setTableOptions(GooglePrivacyDlpV2TableOptions tableOptions)
tableOptions - tableOptions or null for nonepublic GooglePrivacyDlpV2HybridFindingDetails set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2HybridFindingDetails clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.