public final class SearchStatistics 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 BigQuery 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 |
|---|
SearchStatistics() |
| Modifier and Type | Method and Description |
|---|---|
SearchStatistics |
clone() |
List<IndexUnusedReason> |
getIndexUnusedReason()
When index_usage_mode is UNUSED or PARTIALLY_USED, this field explains why index was not used
in all or part of the search query.
|
String |
getIndexUsageMode()
Specifies index usage mode for the query.
|
SearchStatistics |
set(String fieldName,
Object value) |
SearchStatistics |
setIndexUnusedReason(List<IndexUnusedReason> indexUnusedReason)
When index_usage_mode is UNUSED or PARTIALLY_USED, this field explains why index was not used
in all or part of the search query.
|
SearchStatistics |
setIndexUsageMode(String indexUsageMode)
Specifies index usage mode for the query.
|
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 List<IndexUnusedReason> getIndexUnusedReason()
null for nonepublic SearchStatistics setIndexUnusedReason(List<IndexUnusedReason> indexUnusedReason)
indexUnusedReason - indexUnusedReason or null for nonepublic String getIndexUsageMode()
null for nonepublic SearchStatistics setIndexUsageMode(String indexUsageMode)
indexUsageMode - indexUsageMode or null for nonepublic SearchStatistics set(String fieldName, Object value)
set in class GenericJsonpublic SearchStatistics clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.