public static interface ActiveContractsServiceOuterClass.GetActiveContractsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EventOuterClass.CreatedEvent |
getActiveContracts(int index)
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset.
|
int |
getActiveContractsCount()
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset.
|
java.util.List<EventOuterClass.CreatedEvent> |
getActiveContractsList()
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset.
|
EventOuterClass.CreatedEventOrBuilder |
getActiveContractsOrBuilder(int index)
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset.
|
java.util.List<? extends EventOuterClass.CreatedEventOrBuilder> |
getActiveContractsOrBuilderList()
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset.
|
java.lang.String |
getOffset()
Included in the last message.
|
com.google.protobuf.ByteString |
getOffsetBytes()
Included in the last message.
|
TraceContextOuterClass.TraceContext |
getTraceContext()
Zipkin trace context.
|
TraceContextOuterClass.TraceContextOrBuilder |
getTraceContextOrBuilder()
Zipkin trace context.
|
java.lang.String |
getWorkflowId()
The workflow that created the contracts.
|
com.google.protobuf.ByteString |
getWorkflowIdBytes()
The workflow that created the contracts.
|
boolean |
hasTraceContext()
Zipkin trace context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getOffset()
Included in the last message. The client should start consuming the transactions endpoint with this offset. The format of this field is described in ``ledger_offset.proto``. Required
string offset = 1[json_name = "offset"];
com.google.protobuf.ByteString getOffsetBytes()
Included in the last message. The client should start consuming the transactions endpoint with this offset. The format of this field is described in ``ledger_offset.proto``. Required
string offset = 1[json_name = "offset"];
java.lang.String getWorkflowId()
The workflow that created the contracts. Must be a valid LedgerString (as described in ``value.proto``). Optional
string workflow_id = 2[json_name = "workflowId"];
com.google.protobuf.ByteString getWorkflowIdBytes()
The workflow that created the contracts. Must be a valid LedgerString (as described in ``value.proto``). Optional
string workflow_id = 2[json_name = "workflowId"];
java.util.List<EventOuterClass.CreatedEvent> getActiveContractsList()
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset. Must be a valid LedgerString (as described in ``value.proto``). Optional
repeated .com.daml.ledger.api.v1.CreatedEvent active_contracts = 3[json_name = "activeContracts"];
EventOuterClass.CreatedEvent getActiveContracts(int index)
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset. Must be a valid LedgerString (as described in ``value.proto``). Optional
repeated .com.daml.ledger.api.v1.CreatedEvent active_contracts = 3[json_name = "activeContracts"];
int getActiveContractsCount()
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset. Must be a valid LedgerString (as described in ``value.proto``). Optional
repeated .com.daml.ledger.api.v1.CreatedEvent active_contracts = 3[json_name = "activeContracts"];
java.util.List<? extends EventOuterClass.CreatedEventOrBuilder> getActiveContractsOrBuilderList()
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset. Must be a valid LedgerString (as described in ``value.proto``). Optional
repeated .com.daml.ledger.api.v1.CreatedEvent active_contracts = 3[json_name = "activeContracts"];
EventOuterClass.CreatedEventOrBuilder getActiveContractsOrBuilder(int index)
The list of contracts that were introduced by the workflow with ``workflow_id`` at the offset. Must be a valid LedgerString (as described in ``value.proto``). Optional
repeated .com.daml.ledger.api.v1.CreatedEvent active_contracts = 3[json_name = "activeContracts"];
boolean hasTraceContext()
Zipkin trace 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()
Zipkin trace 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()
Zipkin trace 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"];