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.Flags
AbstractMap.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, 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 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 GenericJson
public SearchStatistics clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.