Package com.daml.ledger.api.v1
Interface TransactionServiceOuterClass.GetTransactionTreesResponseOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 TransactionServiceOuterClass.GetTransactionTreesResponse,TransactionServiceOuterClass.GetTransactionTreesResponse.Builder
- Enclosing class:
 - TransactionServiceOuterClass
 
public static interface TransactionServiceOuterClass.GetTransactionTreesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionOuterClass.TransactionTreegetTransactions(int index)The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.intgetTransactionsCount()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.TransactionTreeOrBuildergetTransactionsOrBuilder(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.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTransactionsList
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"]; 
- 
getTransactions
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"]; 
- 
getTransactionsCount
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"]; 
- 
getTransactionsOrBuilderList
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"]; 
- 
getTransactionsOrBuilder
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"]; 
 - 
 
 -