public static interface TransactionServiceOuterClass.GetTransactionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LedgerOffsetOuterClass.LedgerOffset |
getBegin()
Beginning of the requested ledger section.
|
LedgerOffsetOuterClass.LedgerOffsetOrBuilder |
getBeginOrBuilder()
Beginning of the requested ledger section.
|
LedgerOffsetOuterClass.LedgerOffset |
getEnd()
End of the requested ledger section.
|
LedgerOffsetOuterClass.LedgerOffsetOrBuilder |
getEndOrBuilder()
End of the requested ledger section.
|
TransactionFilterOuterClass.TransactionFilter |
getFilter()
Requesting parties with template filters.
|
TransactionFilterOuterClass.TransactionFilterOrBuilder |
getFilterOrBuilder()
Requesting parties with template filters.
|
java.lang.String |
getLedgerId()
Must correspond to the ledger ID reported by the Ledger Identification Service.
|
com.google.protobuf.ByteString |
getLedgerIdBytes()
Must correspond to the ledger ID reported by the Ledger Identification Service.
|
boolean |
getVerbose()
If enabled, values served over the API will contain more information than strictly necessary to interpret the data.
|
boolean |
hasBegin()
Beginning of the requested ledger section.
|
boolean |
hasEnd()
End of the requested ledger section.
|
boolean |
hasFilter()
Requesting parties with template filters.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLedgerId()
Must correspond to the ledger ID reported by the Ledger Identification Service. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1 [json_name = "ledgerId"];
com.google.protobuf.ByteString getLedgerIdBytes()
Must correspond to the ledger ID reported by the Ledger Identification Service. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1 [json_name = "ledgerId"];
boolean hasBegin()
Beginning of the requested ledger section. This offset is exclusive: the response will only contain transactions whose offset is strictly greater than this. Required
.com.daml.ledger.api.v1.LedgerOffset begin = 2 [json_name = "begin"];
LedgerOffsetOuterClass.LedgerOffset getBegin()
Beginning of the requested ledger section. This offset is exclusive: the response will only contain transactions whose offset is strictly greater than this. Required
.com.daml.ledger.api.v1.LedgerOffset begin = 2 [json_name = "begin"];
LedgerOffsetOuterClass.LedgerOffsetOrBuilder getBeginOrBuilder()
Beginning of the requested ledger section. This offset is exclusive: the response will only contain transactions whose offset is strictly greater than this. Required
.com.daml.ledger.api.v1.LedgerOffset begin = 2 [json_name = "begin"];
boolean hasEnd()
End of the requested ledger section. This offset is inclusive: the response will only contain transactions whose offset is less than or equal to this. Optional, if not set, the stream will not terminate.
.com.daml.ledger.api.v1.LedgerOffset end = 3 [json_name = "end"];
LedgerOffsetOuterClass.LedgerOffset getEnd()
End of the requested ledger section. This offset is inclusive: the response will only contain transactions whose offset is less than or equal to this. Optional, if not set, the stream will not terminate.
.com.daml.ledger.api.v1.LedgerOffset end = 3 [json_name = "end"];
LedgerOffsetOuterClass.LedgerOffsetOrBuilder getEndOrBuilder()
End of the requested ledger section. This offset is inclusive: the response will only contain transactions whose offset is less than or equal to this. Optional, if not set, the stream will not terminate.
.com.daml.ledger.api.v1.LedgerOffset end = 3 [json_name = "end"];
boolean hasFilter()
Requesting parties with template filters. Template filters must be empty for GetTransactionTrees requests. Required
.com.daml.ledger.api.v1.TransactionFilter filter = 4 [json_name = "filter"];
TransactionFilterOuterClass.TransactionFilter getFilter()
Requesting parties with template filters. Template filters must be empty for GetTransactionTrees requests. Required
.com.daml.ledger.api.v1.TransactionFilter filter = 4 [json_name = "filter"];
TransactionFilterOuterClass.TransactionFilterOrBuilder getFilterOrBuilder()
Requesting parties with template filters. Template filters must be empty for GetTransactionTrees requests. Required
.com.daml.ledger.api.v1.TransactionFilter filter = 4 [json_name = "filter"];
boolean getVerbose()
If enabled, values served over the API will contain more information than strictly necessary to interpret the data. In particular, setting the verbose flag to true triggers the ledger to include labels for record fields. Optional
bool verbose = 5 [json_name = "verbose"];