Interface TransactionFilterOuterClass.TopologyFormatOrBuilder

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

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

    • hasIncludeParticipantAuthorizationEvents

      boolean hasIncludeParticipantAuthorizationEvents()
       Include participant authorization topology events in streams.
       If unset, no participant authorization topology events are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat include_participant_authorization_events = 1;
      Returns:
      Whether the includeParticipantAuthorizationEvents field is set.
    • getIncludeParticipantAuthorizationEvents

      TransactionFilterOuterClass.ParticipantAuthorizationTopologyFormat getIncludeParticipantAuthorizationEvents()
       Include participant authorization topology events in streams.
       If unset, no participant authorization topology events are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat include_participant_authorization_events = 1;
      Returns:
      The includeParticipantAuthorizationEvents.
    • getIncludeParticipantAuthorizationEventsOrBuilder

      TransactionFilterOuterClass.ParticipantAuthorizationTopologyFormatOrBuilder getIncludeParticipantAuthorizationEventsOrBuilder()
       Include participant authorization topology events in streams.
       If unset, no participant authorization topology events are emitted in the stream.
      
       Optional
       
      .com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat include_participant_authorization_events = 1;