Package com.daml.ledger.api.v1
Interface TransactionServiceOuterClass.GetTransactionsResponseOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 TransactionServiceOuterClass.GetTransactionsResponse,TransactionServiceOuterClass.GetTransactionsResponse.Builder
- Enclosing class:
 - TransactionServiceOuterClass
 
public static interface TransactionServiceOuterClass.GetTransactionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionOuterClass.TransactiongetTransactions(int index)The list of transactions that matches the filter in GetTransactionsRequest for the GetTransactions method.intgetTransactionsCount()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.TransactionOrBuildergetTransactionsOrBuilder(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.- 
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.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"]; 
- 
getTransactions
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"]; 
- 
getTransactionsCount
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"]; 
- 
getTransactionsOrBuilderList
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"]; 
- 
getTransactionsOrBuilder
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"]; 
 - 
 
 -