public final class GooglePrivacyDlpV2Table 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 |
|---|
GooglePrivacyDlpV2Table() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Table |
clone() |
List<GooglePrivacyDlpV2FieldId> |
getHeaders()
Headers of the table.
|
List<GooglePrivacyDlpV2Row> |
getRows()
Rows of the table.
|
GooglePrivacyDlpV2Table |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2Table |
setHeaders(List<GooglePrivacyDlpV2FieldId> headers)
Headers of the table.
|
GooglePrivacyDlpV2Table |
setRows(List<GooglePrivacyDlpV2Row> rows)
Rows of the 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 List<GooglePrivacyDlpV2FieldId> getHeaders()
null for nonepublic GooglePrivacyDlpV2Table setHeaders(List<GooglePrivacyDlpV2FieldId> headers)
headers - headers or null for nonepublic List<GooglePrivacyDlpV2Row> getRows()
null for nonepublic GooglePrivacyDlpV2Table setRows(List<GooglePrivacyDlpV2Row> rows)
rows - rows or null for nonepublic GooglePrivacyDlpV2Table set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2Table clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.