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