public final class GooglePrivacyDlpV2HybridOptions 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 |
|---|
GooglePrivacyDlpV2HybridOptions() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2HybridOptions |
clone() |
String |
getDescription()
A short description of where the data is coming from.
|
Map<String,String> |
getLabels()
To organize findings, these labels will be added to each finding.
|
List<String> |
getRequiredFindingLabelKeys()
These are labels that each inspection request must include within their 'finding_labels' map.
|
GooglePrivacyDlpV2TableOptions |
getTableOptions()
If the container is a table, additional information to make findings meaningful such as the
columns that are primary keys.
|
GooglePrivacyDlpV2HybridOptions |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2HybridOptions |
setDescription(String description)
A short description of where the data is coming from.
|
GooglePrivacyDlpV2HybridOptions |
setLabels(Map<String,String> labels)
To organize findings, these labels will be added to each finding.
|
GooglePrivacyDlpV2HybridOptions |
setRequiredFindingLabelKeys(List<String> requiredFindingLabelKeys)
These are labels that each inspection request must include within their 'finding_labels' map.
|
GooglePrivacyDlpV2HybridOptions |
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 String getDescription()
null for nonepublic GooglePrivacyDlpV2HybridOptions setDescription(String description)
description - description or null for nonepublic Map<String,String> getLabels()
null for nonepublic GooglePrivacyDlpV2HybridOptions setLabels(Map<String,String> labels)
labels - labels or null for nonepublic List<String> getRequiredFindingLabelKeys()
null for nonepublic GooglePrivacyDlpV2HybridOptions setRequiredFindingLabelKeys(List<String> requiredFindingLabelKeys)
requiredFindingLabelKeys - requiredFindingLabelKeys or null for nonepublic GooglePrivacyDlpV2TableOptions getTableOptions()
null for nonepublic GooglePrivacyDlpV2HybridOptions setTableOptions(GooglePrivacyDlpV2TableOptions tableOptions)
tableOptions - tableOptions or null for nonepublic GooglePrivacyDlpV2HybridOptions set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2HybridOptions clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.