Interface EventQueryServiceOuterClass.GetEventsByContractIdResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EventQueryServiceOuterClass.GetEventsByContractIdResponse, EventQueryServiceOuterClass.GetEventsByContractIdResponse.Builder
Enclosing class:
EventQueryServiceOuterClass

public static interface EventQueryServiceOuterClass.GetEventsByContractIdResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
    The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.
    The create event for the contract with the ``contract_id`` given in the request provided it exists and has not yet been pruned.
    boolean
    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
    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 Details

    • hasCreated

      boolean hasCreated()
       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.v2.Created created = 1 [json_name = "created"];
      Returns:
      Whether the created field is set.
    • getCreated

       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.v2.Created created = 1 [json_name = "created"];
      Returns:
      The created.
    • getCreatedOrBuilder

       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.v2.Created created = 1 [json_name = "created"];
    • hasArchived

      boolean hasArchived()
       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.v2.Archived archived = 2 [json_name = "archived"];
      Returns:
      Whether the archived field is set.
    • getArchived

       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.v2.Archived archived = 2 [json_name = "archived"];
      Returns:
      The archived.
    • getArchivedOrBuilder

       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.v2.Archived archived = 2 [json_name = "archived"];