target.apidocs.com.google.api.services.bigquery.model.BiEngineStatistics.html Maven / Gradle / Ivy
BiEngineStatistics (BigQuery API v2-rev20240727-2.0.0)
com.google.api.services.bigquery.model
Class BiEngineStatistics
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.bigquery.model.BiEngineStatistics
-
public final class BiEngineStatistics
extends com.google.api.client.json.GenericJson
Statistics for a BI Engine specific query. Populated as part of JobStatistics2
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
BiEngineStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
BiEngineStatistics
clone()
String
getAccelerationMode()
Output only.
String
getBiEngineMode()
Output only.
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.
BiEngineStatistics
set(String fieldName,
Object value)
BiEngineStatistics
setAccelerationMode(String accelerationMode)
Output only.
BiEngineStatistics
setBiEngineMode(String biEngineMode)
Output only.
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
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
-
set
public BiEngineStatistics set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public BiEngineStatistics clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.