public interface GetAggregateEventsRequestOrBuilder
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; |
boolean |
getAllowSnapshots()
optional bool allow_snapshots = 3; |
long |
getInitialSequence()
optional int64 initial_sequence = 2; |
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;
boolean getAllowSnapshots()
optional bool allow_snapshots = 3;
Copyright © 2010–2018. All rights reserved.