Package com.daml.ledger.api.v2
Interface EventQueryServiceOuterClass.CreatedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventQueryServiceOuterClass.Created
,EventQueryServiceOuterClass.Created.Builder
- Enclosing class:
- EventQueryServiceOuterClass
public static interface EventQueryServiceOuterClass.CreatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired The event as it appeared in the context of its original update (i.e.Required The event as it appeared in the context of its original update (i.e.The synchronizer which sequenced the creation of the contract Requiredcom.google.protobuf.ByteString
The synchronizer which sequenced the creation of the contract Requiredboolean
Required The event as it appeared in the context of its original update (i.e.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCreatedEvent
boolean hasCreatedEvent()Required The event as it appeared in the context of its original update (i.e. daml transaction or reassignment) on this participant node. You can use its offset and node_id to find the corresponding update and the node within it.
.com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
- Returns:
- Whether the createdEvent field is set.
-
getCreatedEvent
EventOuterClass.CreatedEvent getCreatedEvent()Required The event as it appeared in the context of its original update (i.e. daml transaction or reassignment) on this participant node. You can use its offset and node_id to find the corresponding update and the node within it.
.com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
- Returns:
- The createdEvent.
-
getCreatedEventOrBuilder
EventOuterClass.CreatedEventOrBuilder getCreatedEventOrBuilder()Required The event as it appeared in the context of its original update (i.e. daml transaction or reassignment) on this participant node. You can use its offset and node_id to find the corresponding update and the node within it.
.com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
-
getSynchronizerId
String getSynchronizerId()The synchronizer which sequenced the creation of the contract Required
string synchronizer_id = 2 [json_name = "synchronizerId"];
- Returns:
- The synchronizerId.
-
getSynchronizerIdBytes
com.google.protobuf.ByteString getSynchronizerIdBytes()The synchronizer which sequenced the creation of the contract Required
string synchronizer_id = 2 [json_name = "synchronizerId"];
- Returns:
- The bytes for synchronizerId.
-