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

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

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






BiEngineStatistics (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class BiEngineStatistics

    • Constructor Detail

      • BiEngineStatistics

        public BiEngineStatistics()
    • Method Detail

      • getAccelerationMode

        public String getAccelerationMode()
        Output only. Specifies which mode of BI Engine acceleration was performed (if any).
        Returns:
        value or null for none
      • setAccelerationMode

        public BiEngineStatistics setAccelerationMode(String accelerationMode)
        Output only. Specifies which mode of BI Engine acceleration was performed (if any).
        Parameters:
        accelerationMode - accelerationMode or null for none
      • getBiEngineMode

        public String getBiEngineMode()
        Output only. Specifies which mode of BI Engine acceleration was performed (if any).
        Returns:
        value or null for none
      • setBiEngineMode

        public BiEngineStatistics setBiEngineMode(String biEngineMode)
        Output only. Specifies which mode of BI Engine acceleration was performed (if any).
        Parameters:
        biEngineMode - biEngineMode or null for none
      • getBiEngineReasons

        public List<BiEngineReason> getBiEngineReasons()
        In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
        Returns:
        value or null for none
      • setBiEngineReasons

        public BiEngineStatistics setBiEngineReasons(List<BiEngineReason> biEngineReasons)
        In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
        Parameters:
        biEngineReasons - biEngineReasons or null for none
      • clone

        public BiEngineStatistics 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