Package com.daml.ledger.api.v2
Interface UpdateServiceOuterClass.GetUpdatesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateServiceOuterClass.GetUpdatesRequest,UpdateServiceOuterClass.GetUpdatesRequest.Builder
- Enclosing class:
UpdateServiceOuterClass
public static interface UpdateServiceOuterClass.GetUpdatesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongRequiredbooleanIf set, the stream will populate the elements in descending order.longInclusive higher bound offset of the requested ledger section.The update format for this request RequiredThe update format for this request RequiredbooleanInclusive higher bound offset of the requested ledger section.booleanThe update format for this request RequiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBeginExclusive
long getBeginExclusive()Required
int64 begin_exclusive = 1;- Returns:
- The beginExclusive.
-
hasEndInclusive
boolean hasEndInclusive()Inclusive higher bound offset of the requested ledger section. If specified the response will only contain transactions whose offset is less than or equal to this. If not specified, - the descending_order must not be selected, - the stream will not terminate. Optional
optional int64 end_inclusive = 2;- Returns:
- Whether the endInclusive field is set.
-
getEndInclusive
long getEndInclusive()Inclusive higher bound offset of the requested ledger section. If specified the response will only contain transactions whose offset is less than or equal to this. If not specified, - the descending_order must not be selected, - the stream will not terminate. Optional
optional int64 end_inclusive = 2;- Returns:
- The endInclusive.
-
hasUpdateFormat
boolean hasUpdateFormat()The update format for this request Required
.com.daml.ledger.api.v2.UpdateFormat update_format = 5;- Returns:
- Whether the updateFormat field is set.
-
getUpdateFormat
TransactionFilterOuterClass.UpdateFormat getUpdateFormat()The update format for this request Required
.com.daml.ledger.api.v2.UpdateFormat update_format = 5;- Returns:
- The updateFormat.
-
getUpdateFormatOrBuilder
TransactionFilterOuterClass.UpdateFormatOrBuilder getUpdateFormatOrBuilder()The update format for this request Required
.com.daml.ledger.api.v2.UpdateFormat update_format = 5; -
getDescendingOrder
boolean getDescendingOrder()If set, the stream will populate the elements in descending order. Optional
bool descending_order = 6;- Returns:
- The descendingOrder.
-