public static interface TransactionServiceOuterClass.GetTransactionTreesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TransactionOuterClass.TransactionTree |
getTransactions(int index)
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
|
int |
getTransactionsCount()
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
|
java.util.List<TransactionOuterClass.TransactionTree> |
getTransactionsList()
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
|
TransactionOuterClass.TransactionTreeOrBuilder |
getTransactionsOrBuilder(int index)
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
|
java.util.List<? extends TransactionOuterClass.TransactionTreeOrBuilder> |
getTransactionsOrBuilderList()
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<TransactionOuterClass.TransactionTree> getTransactionsList()
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
TransactionOuterClass.TransactionTree getTransactions(int index)
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
int getTransactionsCount()
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
java.util.List<? extends TransactionOuterClass.TransactionTreeOrBuilder> getTransactionsOrBuilderList()
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
TransactionOuterClass.TransactionTreeOrBuilder getTransactionsOrBuilder(int index)
The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];