public final class ParquetOptions
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ParquetOptions() |
Modifier and Type | Method and Description |
---|---|
ParquetOptions |
clone() |
Boolean |
getEnableListInference()
Optional.
|
Boolean |
getEnumAsString()
Optional.
|
String |
getMapTargetType()
Optional.
|
ParquetOptions |
set(String fieldName,
Object value) |
ParquetOptions |
setEnableListInference(Boolean enableListInference)
Optional.
|
ParquetOptions |
setEnumAsString(Boolean enumAsString)
Optional.
|
ParquetOptions |
setMapTargetType(String mapTargetType)
Optional.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Boolean getEnableListInference()
null
for nonepublic ParquetOptions setEnableListInference(Boolean enableListInference)
enableListInference
- enableListInference or null
for nonepublic Boolean getEnumAsString()
null
for nonepublic ParquetOptions setEnumAsString(Boolean enumAsString)
enumAsString
- enumAsString or null
for nonepublic String getMapTargetType()
null
for nonepublic ParquetOptions setMapTargetType(String mapTargetType)
mapTargetType
- mapTargetType or null
for nonepublic ParquetOptions set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ParquetOptions clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.