public final class ExecuteSqlPayload
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 |
|---|
ExecuteSqlPayload() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlPayload |
clone() |
Boolean |
getAutoIamAuthn()
Optional.
|
String |
getDatabase()
Optional.
|
String |
getPartialResultMode()
Optional.
|
Long |
getRowLimit()
Optional.
|
String |
getSqlStatement()
Required.
|
String |
getUser()
Optional.
|
ExecuteSqlPayload |
set(String fieldName,
Object value) |
ExecuteSqlPayload |
setAutoIamAuthn(Boolean autoIamAuthn)
Optional.
|
ExecuteSqlPayload |
setDatabase(String database)
Optional.
|
ExecuteSqlPayload |
setPartialResultMode(String partialResultMode)
Optional.
|
ExecuteSqlPayload |
setRowLimit(Long rowLimit)
Optional.
|
ExecuteSqlPayload |
setSqlStatement(String sqlStatement)
Required.
|
ExecuteSqlPayload |
setUser(String user)
Optional.
|
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 Boolean getAutoIamAuthn()
null for nonepublic ExecuteSqlPayload setAutoIamAuthn(Boolean autoIamAuthn)
autoIamAuthn - autoIamAuthn or null for nonepublic String getDatabase()
null for nonepublic ExecuteSqlPayload setDatabase(String database)
database - database or null for nonepublic String getPartialResultMode()
null for nonepublic ExecuteSqlPayload setPartialResultMode(String partialResultMode)
partialResultMode - partialResultMode or null for nonepublic Long getRowLimit()
null for nonepublic ExecuteSqlPayload setRowLimit(Long rowLimit)
rowLimit - rowLimit or null for nonepublic String getSqlStatement()
null for nonepublic ExecuteSqlPayload setSqlStatement(String sqlStatement)
sqlStatement - sqlStatement or null for nonepublic String getUser()
null for nonepublic ExecuteSqlPayload setUser(String user)
user - user or null for nonepublic ExecuteSqlPayload set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ExecuteSqlPayload clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.