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