public final class PartitionStartRecord
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 |
---|
PartitionStartRecord() |
Modifier and Type | Method and Description |
---|---|
PartitionStartRecord |
clone() |
List<String> |
getPartitionTokens()
Unique partition identifiers to be used in queries.
|
String |
getRecordSequence()
Record sequence numbers are unique and monotonically increasing (but not necessarily
contiguous) for a specific timestamp across record types in the same partition.
|
String |
getStartTimestamp()
Start timestamp at which the partitions should be queried to return change stream records with
timestamps >= start_timestamp.
|
PartitionStartRecord |
set(String fieldName,
Object value) |
PartitionStartRecord |
setPartitionTokens(List<String> partitionTokens)
Unique partition identifiers to be used in queries.
|
PartitionStartRecord |
setRecordSequence(String recordSequence)
Record sequence numbers are unique and monotonically increasing (but not necessarily
contiguous) for a specific timestamp across record types in the same partition.
|
PartitionStartRecord |
setStartTimestamp(String startTimestamp)
Start timestamp at which the partitions should be queried to return change stream records with
timestamps >= start_timestamp.
|
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<String> getPartitionTokens()
null
for nonepublic PartitionStartRecord setPartitionTokens(List<String> partitionTokens)
partitionTokens
- partitionTokens or null
for nonepublic String getRecordSequence()
null
for nonepublic PartitionStartRecord setRecordSequence(String recordSequence)
recordSequence
- recordSequence or null
for nonepublic String getStartTimestamp()
null
for nonepublic PartitionStartRecord setStartTimestamp(String startTimestamp)
startTimestamp
- startTimestamp or null
for nonepublic PartitionStartRecord set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PartitionStartRecord clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.