public interface GetAggregateSnapshotsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAggregateId()
string aggregate_id = 1; |
com.google.protobuf.ByteString |
getAggregateIdBytes()
string aggregate_id = 1; |
long |
getInitialSequence()
int64 initial_sequence = 2; |
int |
getMaxResults()
int32 max_results = 4; |
long |
getMaxSequence()
int64 max_sequence = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getAggregateId()
string aggregate_id = 1;
com.google.protobuf.ByteString getAggregateIdBytes()
string aggregate_id = 1;
long getInitialSequence()
int64 initial_sequence = 2;
long getMaxSequence()
int64 max_sequence = 3;
int getMaxResults()
int32 max_results = 4;
Copyright © 2010–2019. All rights reserved.