Package com.daml.ledger.api.v2
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 Summary
Modifier and TypeMethodDescriptionInclude participant authorization topology events in streams.Include participant authorization topology events in streams.booleanInclude participant authorization topology events in streams.Methods 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
-
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;
-