public static interface TransactionOuterClass.TransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCommandId()
 The ID of the command which resulted in this transaction. 
 | 
com.google.protobuf.ByteString | 
getCommandIdBytes()
 The ID of the command which resulted in this transaction. 
 | 
com.google.protobuf.Timestamp | 
getEffectiveAt()
 Ledger effective time. 
 | 
com.google.protobuf.TimestampOrBuilder | 
getEffectiveAtOrBuilder()
 Ledger effective time. 
 | 
EventOuterClass.Event | 
getEvents(int index)
 The collection of events. 
 | 
int | 
getEventsCount()
 The collection of events. 
 | 
java.util.List<EventOuterClass.Event> | 
getEventsList()
 The collection of events. 
 | 
EventOuterClass.EventOrBuilder | 
getEventsOrBuilder(int index)
 The collection of events. 
 | 
java.util.List<? extends EventOuterClass.EventOrBuilder> | 
getEventsOrBuilderList()
 The collection of events. 
 | 
java.lang.String | 
getOffset()
 The absolute offset. 
 | 
com.google.protobuf.ByteString | 
getOffsetBytes()
 The absolute offset. 
 | 
TraceContextOuterClass.TraceContext | 
getTraceContext()
 Zipkin trace context. 
 | 
TraceContextOuterClass.TraceContextOrBuilder | 
getTraceContextOrBuilder()
 Zipkin trace context. 
 | 
java.lang.String | 
getTransactionId()
 Assigned by the server. 
 | 
com.google.protobuf.ByteString | 
getTransactionIdBytes()
 Assigned by the server. 
 | 
java.lang.String | 
getWorkflowId()
 The workflow ID used in command submission. 
 | 
com.google.protobuf.ByteString | 
getWorkflowIdBytes()
 The workflow ID used in command submission. 
 | 
boolean | 
hasEffectiveAt()
 Ledger effective time. 
 | 
boolean | 
hasTraceContext()
 Zipkin trace context. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getTransactionId()
Assigned by the server. Useful for correlating logs. Must be a valid LedgerString (as described in ``value.proto``). Required
string transaction_id = 1 [json_name = "transactionId"];com.google.protobuf.ByteString getTransactionIdBytes()
Assigned by the server. Useful for correlating logs. Must be a valid LedgerString (as described in ``value.proto``). Required
string transaction_id = 1 [json_name = "transactionId"];java.lang.String getCommandId()
The ID of the command which resulted in this transaction. Missing for everyone except the submitting party. Must be a valid LedgerString (as described in ``value.proto``). Optional
string command_id = 2 [json_name = "commandId"];com.google.protobuf.ByteString getCommandIdBytes()
The ID of the command which resulted in this transaction. Missing for everyone except the submitting party. Must be a valid LedgerString (as described in ``value.proto``). Optional
string command_id = 2 [json_name = "commandId"];java.lang.String getWorkflowId()
The workflow ID used in command submission. Must be a valid LedgerString (as described in ``value.proto``). Optional
string workflow_id = 3 [json_name = "workflowId"];com.google.protobuf.ByteString getWorkflowIdBytes()
The workflow ID used in command submission. Must be a valid LedgerString (as described in ``value.proto``). Optional
string workflow_id = 3 [json_name = "workflowId"];boolean hasEffectiveAt()
Ledger effective time. Must be a valid LedgerString (as described in ``value.proto``). Required
.google.protobuf.Timestamp effective_at = 4 [json_name = "effectiveAt"];com.google.protobuf.Timestamp getEffectiveAt()
Ledger effective time. Must be a valid LedgerString (as described in ``value.proto``). Required
.google.protobuf.Timestamp effective_at = 4 [json_name = "effectiveAt"];com.google.protobuf.TimestampOrBuilder getEffectiveAtOrBuilder()
Ledger effective time. Must be a valid LedgerString (as described in ``value.proto``). Required
.google.protobuf.Timestamp effective_at = 4 [json_name = "effectiveAt"];java.util.List<EventOuterClass.Event> getEventsList()
The collection of events. Only contains ``CreatedEvent`` or ``ArchivedEvent``. Required
repeated .com.daml.ledger.api.v1.Event events = 5 [json_name = "events"];EventOuterClass.Event getEvents(int index)
The collection of events. Only contains ``CreatedEvent`` or ``ArchivedEvent``. Required
repeated .com.daml.ledger.api.v1.Event events = 5 [json_name = "events"];int getEventsCount()
The collection of events. Only contains ``CreatedEvent`` or ``ArchivedEvent``. Required
repeated .com.daml.ledger.api.v1.Event events = 5 [json_name = "events"];java.util.List<? extends EventOuterClass.EventOrBuilder> getEventsOrBuilderList()
The collection of events. Only contains ``CreatedEvent`` or ``ArchivedEvent``. Required
repeated .com.daml.ledger.api.v1.Event events = 5 [json_name = "events"];EventOuterClass.EventOrBuilder getEventsOrBuilder(int index)
The collection of events. Only contains ``CreatedEvent`` or ``ArchivedEvent``. Required
repeated .com.daml.ledger.api.v1.Event events = 5 [json_name = "events"];java.lang.String getOffset()
The absolute offset. The format of this field is described in ``ledger_offset.proto``. Required
string offset = 6 [json_name = "offset"];com.google.protobuf.ByteString getOffsetBytes()
The absolute offset. The format of this field is described in ``ledger_offset.proto``. Required
string offset = 6 [json_name = "offset"];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"];