Interface EventQueryServiceOuterClass.GetEventsByContractIdRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The contract id being queried.
    com.google.protobuf.ByteString
    The contract id being queried.
    Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.
    Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.
    boolean
    Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.

    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

    • getContractId

      String getContractId()
       The contract id being queried.
      
       Required
       
      string contract_id = 1;
      Returns:
      The contractId.
    • getContractIdBytes

      com.google.protobuf.ByteString getContractIdBytes()
       The contract id being queried.
      
       Required
       
      string contract_id = 1;
      Returns:
      The bytes for contractId.
    • hasEventFormat

      boolean hasEventFormat()
       Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.
      
       Required
       
      .com.daml.ledger.api.v2.EventFormat event_format = 3;
      Returns:
      Whether the eventFormat field is set.
    • getEventFormat

       Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.
      
       Required
       
      .com.daml.ledger.api.v2.EventFormat event_format = 3;
      Returns:
      The eventFormat.
    • getEventFormatOrBuilder

       Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.
      
       Required
       
      .com.daml.ledger.api.v2.EventFormat event_format = 3;