public static interface ActiveContractsServiceOuterClass.GetActiveContractsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TransactionFilterOuterClass.TransactionFilter |
getFilter()
Templates to include in the served snapshot, per party.
|
TransactionFilterOuterClass.TransactionFilterOrBuilder |
getFilterOrBuilder()
Templates to include in the served snapshot, per party.
|
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.
|
TraceContextOuterClass.TraceContext |
getTraceContext()
Server side tracing will be registered as a child of the submitted context.
|
TraceContextOuterClass.TraceContextOrBuilder |
getTraceContextOrBuilder()
Server side tracing will be registered as a child of the submitted context.
|
boolean |
getVerbose()
If enabled, values served over the API will contain more information than strictly necessary to interpret the data.
|
boolean |
hasFilter()
Templates to include in the served snapshot, per party.
|
boolean |
hasTraceContext()
Server side tracing will be registered as a child of the submitted context.
|
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 hasFilter()
Templates to include in the served snapshot, per party. Required
.com.daml.ledger.api.v1.TransactionFilter filter = 2 [json_name = "filter"];
TransactionFilterOuterClass.TransactionFilter getFilter()
Templates to include in the served snapshot, per party. Required
.com.daml.ledger.api.v1.TransactionFilter filter = 2 [json_name = "filter"];
TransactionFilterOuterClass.TransactionFilterOrBuilder getFilterOrBuilder()
Templates to include in the served snapshot, per party. Required
.com.daml.ledger.api.v1.TransactionFilter filter = 2 [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 = 3 [json_name = "verbose"];
boolean hasTraceContext()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000 [json_name = "traceContext"];
TraceContextOuterClass.TraceContext getTraceContext()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000 [json_name = "traceContext"];
TraceContextOuterClass.TraceContextOrBuilder getTraceContextOrBuilder()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000 [json_name = "traceContext"];