Package com.daml.ledger.api.v2
Interface EventQueryServiceOuterClass.ArchivedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventQueryServiceOuterClass.Archived,EventQueryServiceOuterClass.Archived.Builder
- Enclosing class:
EventQueryServiceOuterClass
public static interface EventQueryServiceOuterClass.ArchivedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequiredRequiredThe synchronizer which sequenced the archival of the contract Requiredcom.google.protobuf.ByteStringThe synchronizer which sequenced the archival of the contract RequiredbooleanRequiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasArchivedEvent
boolean hasArchivedEvent()Required
.com.daml.ledger.api.v2.ArchivedEvent archived_event = 1;- Returns:
- Whether the archivedEvent field is set.
-
getArchivedEvent
EventOuterClass.ArchivedEvent getArchivedEvent()Required
.com.daml.ledger.api.v2.ArchivedEvent archived_event = 1;- Returns:
- The archivedEvent.
-
getArchivedEventOrBuilder
EventOuterClass.ArchivedEventOrBuilder getArchivedEventOrBuilder()Required
.com.daml.ledger.api.v2.ArchivedEvent archived_event = 1; -
getSynchronizerId
String getSynchronizerId()The synchronizer which sequenced the archival of the contract Required
string synchronizer_id = 2;- Returns:
- The synchronizerId.
-
getSynchronizerIdBytes
com.google.protobuf.ByteString getSynchronizerIdBytes()The synchronizer which sequenced the archival of the contract Required
string synchronizer_id = 2;- Returns:
- The bytes for synchronizerId.
-