Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
IndexUnusedReason |
IndexUnusedReason.clone() |
IndexUnusedReason |
IndexUnusedReason.set(String fieldName,
Object value) |
IndexUnusedReason |
IndexUnusedReason.setBaseTable(TableReference baseTable)
[Output-only] Specifies the base table involved in the reason that no search index was used.
|
IndexUnusedReason |
IndexUnusedReason.setCode(String code)
[Output-only] Specifies the high-level reason for the scenario when no search index was used.
|
IndexUnusedReason |
IndexUnusedReason.setIndexName(String indexName)
[Output-only] Specifies the name of the unused search index, if available.
|
IndexUnusedReason |
IndexUnusedReason.setMessage(String message)
[Output-only] Free form human-readable reason for the scenario when no search index was used.
|
Modifier and Type | Method and Description |
---|---|
List<IndexUnusedReason> |
SearchStatistics.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.
|
Modifier and Type | Method and Description |
---|---|
SearchStatistics |
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.
|
Copyright © 2011–2022 Google. All rights reserved.