Interface TransactionFilterOuterClass.UpdateFormatOrBuilder

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

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

    • hasIncludeTransactions

      boolean hasIncludeTransactions()
       Include Daml transactions in streams.
       If unset, no transactions are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.TransactionFormat include_transactions = 1;
      Returns:
      Whether the includeTransactions field is set.
    • getIncludeTransactions

       Include Daml transactions in streams.
       If unset, no transactions are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.TransactionFormat include_transactions = 1;
      Returns:
      The includeTransactions.
    • getIncludeTransactionsOrBuilder

       Include Daml transactions in streams.
       If unset, no transactions are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.TransactionFormat include_transactions = 1;
    • hasIncludeReassignments

      boolean hasIncludeReassignments()
       Include (un)assignments in the stream.
       The events in the result take the shape TRANSACTION_SHAPE_ACS_DELTA.
       If unset, no (un)assignments are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.EventFormat include_reassignments = 2;
      Returns:
      Whether the includeReassignments field is set.
    • getIncludeReassignments

      TransactionFilterOuterClass.EventFormat getIncludeReassignments()
       Include (un)assignments in the stream.
       The events in the result take the shape TRANSACTION_SHAPE_ACS_DELTA.
       If unset, no (un)assignments are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.EventFormat include_reassignments = 2;
      Returns:
      The includeReassignments.
    • getIncludeReassignmentsOrBuilder

      TransactionFilterOuterClass.EventFormatOrBuilder getIncludeReassignmentsOrBuilder()
       Include (un)assignments in the stream.
       The events in the result take the shape TRANSACTION_SHAPE_ACS_DELTA.
       If unset, no (un)assignments are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.EventFormat include_reassignments = 2;
    • hasIncludeTopologyEvents

      boolean hasIncludeTopologyEvents()
       Include topology events in streams.
       If unset no topology events are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.TopologyFormat include_topology_events = 3;
      Returns:
      Whether the includeTopologyEvents field is set.
    • getIncludeTopologyEvents

      TransactionFilterOuterClass.TopologyFormat getIncludeTopologyEvents()
       Include topology events in streams.
       If unset no topology events are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.TopologyFormat include_topology_events = 3;
      Returns:
      The includeTopologyEvents.
    • getIncludeTopologyEventsOrBuilder

      TransactionFilterOuterClass.TopologyFormatOrBuilder getIncludeTopologyEventsOrBuilder()
       Include topology events in streams.
       If unset no topology events are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.TopologyFormat include_topology_events = 3;