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 Type
    Method
    Description
    long
    Required
    boolean
    If set, the stream will populate the elements in descending order.
    long
    Inclusive higher bound offset of the requested ledger section.
    The update format for this request Required
    The update format for this request Required
    boolean
    Inclusive higher bound offset of the requested ledger section.
    boolean
    The update format for this request Required

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       The update format for this request
      
       Required
       
      .com.daml.ledger.api.v2.UpdateFormat update_format = 5;
      Returns:
      The updateFormat.
    • 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.