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)
Specifies the base table involved in the reason that no search index was used.
|
IndexUnusedReason |
IndexUnusedReason.setCode(String code)
Specifies the high-level reason for the scenario when no search index was used.
|
IndexUnusedReason |
IndexUnusedReason.setIndexName(String indexName)
Specifies the name of the unused search index, if available.
|
IndexUnusedReason |
IndexUnusedReason.setMessage(String message)
Free form human-readable reason for the scenario when no search index was used.
|
Modifier and Type | Method and Description |
---|---|
List<IndexUnusedReason> |
SearchStatistics.getIndexUnusedReasons()
When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not
used in all or part of the search query.
|
List<IndexUnusedReason> |
VectorSearchStatistics.getIndexUnusedReasons()
When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not
used in all or part of the vector search query.
|
Modifier and Type | Method and Description |
---|---|
SearchStatistics |
SearchStatistics.setIndexUnusedReasons(List<IndexUnusedReason> indexUnusedReasons)
When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not
used in all or part of the search query.
|
VectorSearchStatistics |
VectorSearchStatistics.setIndexUnusedReasons(List<IndexUnusedReason> indexUnusedReasons)
When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not
used in all or part of the vector search query.
|
Copyright © 2011–2025 Google. All rights reserved.