public final class IndexPruningStats
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IndexPruningStats() |
| Modifier and Type | Method and Description |
|---|---|
IndexPruningStats |
clone() |
TableReference |
getBaseTable()
The base table reference.
|
String |
getIndexId()
The index id.
|
Long |
getPostIndexPruningParallelInputCount()
The number of parallel inputs after index pruning.
|
Long |
getPreIndexPruningParallelInputCount()
The number of parallel inputs before index pruning.
|
IndexPruningStats |
set(String fieldName,
Object value) |
IndexPruningStats |
setBaseTable(TableReference baseTable)
The base table reference.
|
IndexPruningStats |
setIndexId(String indexId)
The index id.
|
IndexPruningStats |
setPostIndexPruningParallelInputCount(Long postIndexPruningParallelInputCount)
The number of parallel inputs after index pruning.
|
IndexPruningStats |
setPreIndexPruningParallelInputCount(Long preIndexPruningParallelInputCount)
The number of parallel inputs before index pruning.
|
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 TableReference getBaseTable()
null for nonepublic IndexPruningStats setBaseTable(TableReference baseTable)
baseTable - baseTable or null for nonepublic String getIndexId()
null for nonepublic IndexPruningStats setIndexId(String indexId)
indexId - indexId or null for nonepublic Long getPostIndexPruningParallelInputCount()
null for nonepublic IndexPruningStats setPostIndexPruningParallelInputCount(Long postIndexPruningParallelInputCount)
postIndexPruningParallelInputCount - postIndexPruningParallelInputCount or null for nonepublic Long getPreIndexPruningParallelInputCount()
null for nonepublic IndexPruningStats setPreIndexPruningParallelInputCount(Long preIndexPruningParallelInputCount)
preIndexPruningParallelInputCount - preIndexPruningParallelInputCount or null for nonepublic IndexPruningStats set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic IndexPruningStats clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.