public interface GetAggregateSnapshotsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregateId()
The identifier to fetch the snapshots for
|
com.google.protobuf.ByteString |
getAggregateIdBytes()
The identifier to fetch the snapshots for
|
long |
getInitialSequence()
The minimal sequence number of the snapshots to retrieve
|
int |
getMaxResults()
The maximum number of results to stream
|
long |
getMaxSequence()
The maximum sequence number of the snapshots to retrieve
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAggregateId()
The identifier to fetch the snapshots for
string aggregate_id = 1;com.google.protobuf.ByteString getAggregateIdBytes()
The identifier to fetch the snapshots for
string aggregate_id = 1;long getInitialSequence()
The minimal sequence number of the snapshots to retrieve
int64 initial_sequence = 2;long getMaxSequence()
The maximum sequence number of the snapshots to retrieve
int64 max_sequence = 3;int getMaxResults()
The maximum number of results to stream
int32 max_results = 4;Copyright © 2010–2020. All rights reserved.