Package com.daml.ledger.api.v2
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 Summary
Modifier and TypeMethodDescriptionInclude (un)assignments in the stream.Include (un)assignments in the stream.Include topology events in streams.Include topology events in streams.Include Daml transactions in streams.Include Daml transactions in streams.booleanInclude (un)assignments in the stream.booleanInclude topology events in streams.booleanInclude Daml transactions 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
-
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
TransactionFilterOuterClass.TransactionFormat 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
TransactionFilterOuterClass.TransactionFormatOrBuilder 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;
-