public final class GooglePrivacyDlpV2BigQueryTable 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 |
|---|
GooglePrivacyDlpV2BigQueryTable() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2BigQueryTable |
clone() |
String |
getDatasetId()
Dataset ID of the table.
|
String |
getProjectId()
The Google Cloud Platform project ID of the project containing the table.
|
String |
getTableId()
Name of the table.
|
GooglePrivacyDlpV2BigQueryTable |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2BigQueryTable |
setDatasetId(String datasetId)
Dataset ID of the table.
|
GooglePrivacyDlpV2BigQueryTable |
setProjectId(String projectId)
The Google Cloud Platform project ID of the project containing the table.
|
GooglePrivacyDlpV2BigQueryTable |
setTableId(String tableId)
Name 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 String getDatasetId()
null for nonepublic GooglePrivacyDlpV2BigQueryTable setDatasetId(String datasetId)
datasetId - datasetId or null for nonepublic String getProjectId()
null for nonepublic GooglePrivacyDlpV2BigQueryTable setProjectId(String projectId)
projectId - projectId or null for nonepublic String getTableId()
null for nonepublic GooglePrivacyDlpV2BigQueryTable setTableId(String tableId)
tableId - tableId or null for nonepublic GooglePrivacyDlpV2BigQueryTable set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2BigQueryTable clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.