Package com.daml.ledger.api.v2
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 Summary
Modifier and TypeMethodDescriptionRequiredRequiredWhat transaction shape to use for interpreting the filters of the event format.intWhat transaction shape to use for interpreting the filters of the event format.booleanRequiredMethods 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
-
hasEventFormat
boolean hasEventFormat()Required
.com.daml.ledger.api.v2.EventFormat event_format = 1;- Returns:
- Whether the eventFormat field is set.
-
getEventFormat
TransactionFilterOuterClass.EventFormat getEventFormat()Required
.com.daml.ledger.api.v2.EventFormat event_format = 1;- Returns:
- The eventFormat.
-
getEventFormatOrBuilder
TransactionFilterOuterClass.EventFormatOrBuilder 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
TransactionFilterOuterClass.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.
-