public final class IndexUnusedReason
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 |
|---|
IndexUnusedReason() |
| Modifier and Type | Method and Description |
|---|---|
IndexUnusedReason |
clone() |
TableReference |
getBaseTable()
Specifies the base table involved in the reason that no search index was used.
|
String |
getCode()
Specifies the high-level reason for the scenario when no search index was used.
|
String |
getIndexName()
Specifies the name of the unused search index, if available.
|
String |
getMessage()
Free form human-readable reason for the scenario when no search index was used.
|
IndexUnusedReason |
set(String fieldName,
Object value) |
IndexUnusedReason |
setBaseTable(TableReference baseTable)
Specifies the base table involved in the reason that no search index was used.
|
IndexUnusedReason |
setCode(String code)
Specifies the high-level reason for the scenario when no search index was used.
|
IndexUnusedReason |
setIndexName(String indexName)
Specifies the name of the unused search index, if available.
|
IndexUnusedReason |
setMessage(String message)
Free form human-readable reason for the scenario when no search index was used.
|
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 IndexUnusedReason setBaseTable(TableReference baseTable)
baseTable - baseTable or null for nonepublic String getCode()
null for nonepublic IndexUnusedReason setCode(String code)
code - code or null for nonepublic String getIndexName()
null for nonepublic IndexUnusedReason setIndexName(String indexName)
indexName - indexName or null for nonepublic String getMessage()
null for nonepublic IndexUnusedReason setMessage(String message)
message - message or null for nonepublic IndexUnusedReason set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic IndexUnusedReason clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.