public final class UpdateDatabaseDdlMetadata
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 |
---|
UpdateDatabaseDdlMetadata() |
Modifier and Type | Method and Description |
---|---|
UpdateDatabaseDdlMetadata |
clone() |
List<DdlStatementActionInfo> |
getActions()
The brief action info for the DDL statements.
|
List<String> |
getCommitTimestamps()
Reports the commit timestamps of all statements that have succeeded so far, where
`commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
|
String |
getDatabase()
The database being modified.
|
List<OperationProgress> |
getProgress()
The progress of the UpdateDatabaseDdl operations.
|
List<String> |
getStatements()
For an update this list contains all the statements.
|
Boolean |
getThrottled()
Output only.
|
UpdateDatabaseDdlMetadata |
set(String fieldName,
Object value) |
UpdateDatabaseDdlMetadata |
setActions(List<DdlStatementActionInfo> actions)
The brief action info for the DDL statements.
|
UpdateDatabaseDdlMetadata |
setCommitTimestamps(List<String> commitTimestamps)
Reports the commit timestamps of all statements that have succeeded so far, where
`commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
|
UpdateDatabaseDdlMetadata |
setDatabase(String database)
The database being modified.
|
UpdateDatabaseDdlMetadata |
setProgress(List<OperationProgress> progress)
The progress of the UpdateDatabaseDdl operations.
|
UpdateDatabaseDdlMetadata |
setStatements(List<String> statements)
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata |
setThrottled(Boolean throttled)
Output only.
|
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 List<DdlStatementActionInfo> getActions()
null
for nonepublic UpdateDatabaseDdlMetadata setActions(List<DdlStatementActionInfo> actions)
actions
- actions or null
for nonepublic List<String> getCommitTimestamps()
null
for nonepublic UpdateDatabaseDdlMetadata setCommitTimestamps(List<String> commitTimestamps)
commitTimestamps
- commitTimestamps or null
for nonepublic String getDatabase()
null
for nonepublic UpdateDatabaseDdlMetadata setDatabase(String database)
database
- database or null
for nonepublic List<OperationProgress> getProgress()
null
for nonepublic UpdateDatabaseDdlMetadata setProgress(List<OperationProgress> progress)
progress
- progress or null
for nonepublic List<String> getStatements()
null
for nonepublic UpdateDatabaseDdlMetadata setStatements(List<String> statements)
statements
- statements or null
for nonepublic Boolean getThrottled()
null
for nonepublic UpdateDatabaseDdlMetadata setThrottled(Boolean throttled)
throttled
- throttled or null
for nonepublic UpdateDatabaseDdlMetadata set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public UpdateDatabaseDdlMetadata clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.