Interface TransactionFilterOuterClass.TransactionFormatOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransactionFilterOuterClass.TransactionFormat, TransactionFilterOuterClass.TransactionFormat.Builder
Enclosing class:
TransactionFilterOuterClass

public static interface TransactionFilterOuterClass.TransactionFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasEventFormat

      boolean hasEventFormat()
       Required
       
      .com.daml.ledger.api.v2.EventFormat event_format = 1;
      Returns:
      Whether the eventFormat field is set.
    • getEventFormat

       Required
       
      .com.daml.ledger.api.v2.EventFormat event_format = 1;
      Returns:
      The eventFormat.
    • getEventFormatOrBuilder

       Required
       
      .com.daml.ledger.api.v2.EventFormat event_format = 1;
    • getTransactionShapeValue

      int getTransactionShapeValue()
       What transaction shape to use for interpreting the filters of the event format.
      
       Required
       
      .com.daml.ledger.api.v2.TransactionShape transaction_shape = 2;
      Returns:
      The enum numeric value on the wire for transactionShape.
    • getTransactionShape

       What transaction shape to use for interpreting the filters of the event format.
      
       Required
       
      .com.daml.ledger.api.v2.TransactionShape transaction_shape = 2;
      Returns:
      The transactionShape.