public final class ExplainQueryStep
extends com.google.api.client.json.GenericJson
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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ExplainQueryStep() |
| Modifier and Type | Method and Description |
|---|---|
ExplainQueryStep |
clone() |
java.lang.String |
getKind()
Machine-readable operation type.
|
java.util.List<java.lang.String> |
getSubsteps()
Human-readable stage descriptions.
|
ExplainQueryStep |
set(java.lang.String fieldName,
java.lang.Object value) |
ExplainQueryStep |
setKind(java.lang.String kind)
Machine-readable operation type.
|
ExplainQueryStep |
setSubsteps(java.util.List<java.lang.String> substeps)
Human-readable stage descriptions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKind()
null for nonepublic ExplainQueryStep setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<java.lang.String> getSubsteps()
null for nonepublic ExplainQueryStep setSubsteps(java.util.List<java.lang.String> substeps)
substeps - substeps or null for nonepublic ExplainQueryStep set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ExplainQueryStep clone()
clone in class com.google.api.client.json.GenericJson