Interface EventQueryServiceOuterClass.GetEventsByContractIdResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EventOuterClass.ArchivedEvent getArchiveEvent()
      The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned.
      EventOuterClass.ArchivedEventOrBuilder getArchiveEventOrBuilder()
      The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned.
      EventOuterClass.CreatedEvent getCreateEvent()
      The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.
      EventOuterClass.CreatedEventOrBuilder getCreateEventOrBuilder()
      The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.
      boolean hasArchiveEvent()
      The archive event for the contract with the ``contract_id`` given in the request provided such an archive event exists and it has not yet been pruned.
      boolean hasCreateEvent()
      The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.
      • 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 Detail

      • hasCreateEvent

        boolean hasCreateEvent()
         The create event for the contract with the ``contract_id`` given in the request
         provided it exists and has not yet been pruned.
         Optional
         
        .com.daml.ledger.api.v1.CreatedEvent create_event = 1 [json_name = "createEvent"];
        Returns:
        Whether the createEvent field is set.
      • getCreateEvent

        EventOuterClass.CreatedEvent getCreateEvent()
         The create event for the contract with the ``contract_id`` given in the request
         provided it exists and has not yet been pruned.
         Optional
         
        .com.daml.ledger.api.v1.CreatedEvent create_event = 1 [json_name = "createEvent"];
        Returns:
        The createEvent.
      • getCreateEventOrBuilder

        EventOuterClass.CreatedEventOrBuilder getCreateEventOrBuilder()
         The create event for the contract with the ``contract_id`` given in the request
         provided it exists and has not yet been pruned.
         Optional
         
        .com.daml.ledger.api.v1.CreatedEvent create_event = 1 [json_name = "createEvent"];
      • hasArchiveEvent

        boolean hasArchiveEvent()
         The archive event for the contract with the ``contract_id`` given in the request
         provided such an archive event exists and it has not yet been pruned.
         Optional
         
        .com.daml.ledger.api.v1.ArchivedEvent archive_event = 2 [json_name = "archiveEvent"];
        Returns:
        Whether the archiveEvent field is set.
      • getArchiveEvent

        EventOuterClass.ArchivedEvent getArchiveEvent()
         The archive event for the contract with the ``contract_id`` given in the request
         provided such an archive event exists and it has not yet been pruned.
         Optional
         
        .com.daml.ledger.api.v1.ArchivedEvent archive_event = 2 [json_name = "archiveEvent"];
        Returns:
        The archiveEvent.
      • getArchiveEventOrBuilder

        EventOuterClass.ArchivedEventOrBuilder getArchiveEventOrBuilder()
         The archive event for the contract with the ``contract_id`` given in the request
         provided such an archive event exists and it has not yet been pruned.
         Optional
         
        .com.daml.ledger.api.v1.ArchivedEvent archive_event = 2 [json_name = "archiveEvent"];