All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.SearchStatistics.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






SearchStatistics (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class SearchStatistics

    • Constructor Detail

      • SearchStatistics

        public SearchStatistics()
    • Method Detail

      • getIndexUnusedReasons

        public List<IndexUnusedReason> getIndexUnusedReasons()
        When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not used in all or part of the search query. If `indexUsageMode` is `FULLY_USED`, this field is not populated.
        Returns:
        value or null for none
      • setIndexUnusedReasons

        public 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. If `indexUsageMode` is `FULLY_USED`, this field is not populated.
        Parameters:
        indexUnusedReasons - indexUnusedReasons or null for none
      • getIndexUsageMode

        public String getIndexUsageMode()
        Specifies the index usage mode for the query.
        Returns:
        value or null for none
      • setIndexUsageMode

        public SearchStatistics setIndexUsageMode(String indexUsageMode)
        Specifies the index usage mode for the query.
        Parameters:
        indexUsageMode - indexUsageMode or null for none
      • clone

        public SearchStatistics clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy