public final class ExecuteBatchDmlRequest
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 Spanner 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ExecuteBatchDmlRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteBatchDmlRequest |
clone() |
Boolean |
getLastStatements()
Optional.
|
RequestOptions |
getRequestOptions()
Common options for this request.
|
Long |
getSeqno()
Required.
|
List<Statement> |
getStatements()
Required.
|
TransactionSelector |
getTransaction()
Required.
|
ExecuteBatchDmlRequest |
set(String fieldName,
Object value) |
ExecuteBatchDmlRequest |
setLastStatements(Boolean lastStatements)
Optional.
|
ExecuteBatchDmlRequest |
setRequestOptions(RequestOptions requestOptions)
Common options for this request.
|
ExecuteBatchDmlRequest |
setSeqno(Long seqno)
Required.
|
ExecuteBatchDmlRequest |
setStatements(List<Statement> statements)
Required.
|
ExecuteBatchDmlRequest |
setTransaction(TransactionSelector transaction)
Required.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Boolean getLastStatements()
null
for nonepublic ExecuteBatchDmlRequest setLastStatements(Boolean lastStatements)
lastStatements
- lastStatements or null
for nonepublic RequestOptions getRequestOptions()
null
for nonepublic ExecuteBatchDmlRequest setRequestOptions(RequestOptions requestOptions)
requestOptions
- requestOptions or null
for nonepublic Long getSeqno()
null
for nonepublic ExecuteBatchDmlRequest setSeqno(Long seqno)
seqno
- seqno or null
for nonepublic List<Statement> getStatements()
null
for nonepublic ExecuteBatchDmlRequest setStatements(List<Statement> statements)
statements
- statements or null
for nonepublic TransactionSelector getTransaction()
null
for nonepublic ExecuteBatchDmlRequest setTransaction(TransactionSelector transaction)
transaction
- transaction or null
for nonepublic ExecuteBatchDmlRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ExecuteBatchDmlRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.