public final class DestinationTableProperties
extends com.google.api.client.json.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 BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DestinationTableProperties() |
| Modifier and Type | Method and Description |
|---|---|
DestinationTableProperties |
clone() |
java.lang.String |
getDescription()
[Optional] The description for the destination table.
|
java.lang.String |
getFriendlyName()
[Optional] The friendly name for the destination table.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
[Optional] The labels associated with this table.
|
DestinationTableProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
DestinationTableProperties |
setDescription(java.lang.String description)
[Optional] The description for the destination table.
|
DestinationTableProperties |
setFriendlyName(java.lang.String friendlyName)
[Optional] The friendly name for the destination table.
|
DestinationTableProperties |
setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
[Optional] The labels associated with this table.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDescription()
null for nonepublic DestinationTableProperties setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getFriendlyName()
null for nonepublic DestinationTableProperties setFriendlyName(java.lang.String friendlyName)
friendlyName - friendlyName or null for nonepublic java.util.Map<java.lang.String,java.lang.String> getLabels()
null for nonepublic DestinationTableProperties setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
labels - labels or null for nonepublic DestinationTableProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DestinationTableProperties clone()
clone in class com.google.api.client.json.GenericJson