public final class SqlInstancesExecuteSqlResponse
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 Cloud SQL Admin 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlInstancesExecuteSqlResponse() |
| Modifier and Type | Method and Description |
|---|---|
SqlInstancesExecuteSqlResponse |
clone() |
List<Message> |
getMessages()
A list of notices and warnings generated during query execution.
|
Metadata |
getMetadata()
The additional metadata information regarding the execution of the SQL statements.
|
List<QueryResult> |
getResults()
The list of results after executing all the SQL statements.
|
Status |
getStatus()
Contains the error from the database if the SQL execution failed.
|
SqlInstancesExecuteSqlResponse |
set(String fieldName,
Object value) |
SqlInstancesExecuteSqlResponse |
setMessages(List<Message> messages)
A list of notices and warnings generated during query execution.
|
SqlInstancesExecuteSqlResponse |
setMetadata(Metadata metadata)
The additional metadata information regarding the execution of the SQL statements.
|
SqlInstancesExecuteSqlResponse |
setResults(List<QueryResult> results)
The list of results after executing all the SQL statements.
|
SqlInstancesExecuteSqlResponse |
setStatus(Status status)
Contains the error from the database if the SQL execution failed.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Message> getMessages()
null for nonepublic SqlInstancesExecuteSqlResponse setMessages(List<Message> messages)
messages - messages or null for nonepublic Metadata getMetadata()
null for nonepublic SqlInstancesExecuteSqlResponse setMetadata(Metadata metadata)
metadata - metadata or null for nonepublic List<QueryResult> getResults()
null for nonepublic SqlInstancesExecuteSqlResponse setResults(List<QueryResult> results)
results - results or null for nonepublic Status getStatus()
null for nonepublic SqlInstancesExecuteSqlResponse setStatus(Status status)
status - status or null for nonepublic SqlInstancesExecuteSqlResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SqlInstancesExecuteSqlResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.