public final class HivePartitioningOptions
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 |
---|
HivePartitioningOptions() |
Modifier and Type | Method and Description |
---|---|
HivePartitioningOptions |
clone() |
java.lang.String |
getMode()
[Optional, Trusted Tester] When set, what mode of hive partitioning to use when reading data.
|
java.lang.String |
getSourceUriPrefix()
[Optional, Trusted Tester] When hive partition detection is requested, a common prefix for all
source uris should be supplied.
|
HivePartitioningOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
HivePartitioningOptions |
setMode(java.lang.String mode)
[Optional, Trusted Tester] When set, what mode of hive partitioning to use when reading data.
|
HivePartitioningOptions |
setSourceUriPrefix(java.lang.String sourceUriPrefix)
[Optional, Trusted Tester] When hive partition detection is requested, a common prefix for all
source uris should be supplied.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getMode()
null
for nonepublic HivePartitioningOptions setMode(java.lang.String mode)
mode
- mode or null
for nonepublic java.lang.String getSourceUriPrefix()
null
for nonepublic HivePartitioningOptions setSourceUriPrefix(java.lang.String sourceUriPrefix)
sourceUriPrefix
- sourceUriPrefix or null
for nonepublic HivePartitioningOptions set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public HivePartitioningOptions clone()
clone
in class com.google.api.client.json.GenericJson