Interface ReassignmentOuterClass.ReassignmentOrBuilder

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

public static interface ReassignmentOuterClass.ReassignmentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUpdateId

      String getUpdateId()
       Assigned by the server. Useful for correlating logs.
       Must be a valid LedgerString (as described in ``value.proto``).
       Required
       
      string update_id = 1 [json_name = "updateId"];
      Returns:
      The updateId.
    • getUpdateIdBytes

      com.google.protobuf.ByteString getUpdateIdBytes()
       Assigned by the server. Useful for correlating logs.
       Must be a valid LedgerString (as described in ``value.proto``).
       Required
       
      string update_id = 1 [json_name = "updateId"];
      Returns:
      The bytes for updateId.
    • getCommandId

      String getCommandId()
       The ID of the command which resulted in this reassignment. Missing for everyone except the submitting party on the submitting participant.
       Must be a valid LedgerString (as described in ``value.proto``).
       Optional
       
      string command_id = 2 [json_name = "commandId"];
      Returns:
      The commandId.
    • getCommandIdBytes

      com.google.protobuf.ByteString getCommandIdBytes()
       The ID of the command which resulted in this reassignment. Missing for everyone except the submitting party on the submitting participant.
       Must be a valid LedgerString (as described in ``value.proto``).
       Optional
       
      string command_id = 2 [json_name = "commandId"];
      Returns:
      The bytes for commandId.
    • getWorkflowId

      String getWorkflowId()
       The workflow ID used in reassignment command submission. Only set if the ``workflow_id`` for the command was set.
       Must be a valid LedgerString (as described in ``value.proto``).
       Optional
       
      string workflow_id = 3 [json_name = "workflowId"];
      Returns:
      The workflowId.
    • getWorkflowIdBytes

      com.google.protobuf.ByteString getWorkflowIdBytes()
       The workflow ID used in reassignment command submission. Only set if the ``workflow_id`` for the command was set.
       Must be a valid LedgerString (as described in ``value.proto``).
       Optional
       
      string workflow_id = 3 [json_name = "workflowId"];
      Returns:
      The bytes for workflowId.
    • getOffset

      long getOffset()
       The participant's offset. The details of this field are described in ``community/ledger-api/README.md``.
       Required, must be a valid absolute offset (positive integer).
       
      int64 offset = 4 [json_name = "offset"];
      Returns:
      The offset.
    • getEventsList

       The collection of reassignment events. Required.
       
      repeated .com.daml.ledger.api.v2.ReassignmentEvent events = 5 [json_name = "events"];
    • getEvents

       The collection of reassignment events. Required.
       
      repeated .com.daml.ledger.api.v2.ReassignmentEvent events = 5 [json_name = "events"];
    • getEventsCount

      int getEventsCount()
       The collection of reassignment events. Required.
       
      repeated .com.daml.ledger.api.v2.ReassignmentEvent events = 5 [json_name = "events"];
    • getEventsOrBuilderList

      List<? extends ReassignmentOuterClass.ReassignmentEventOrBuilder> getEventsOrBuilderList()
       The collection of reassignment events. Required.
       
      repeated .com.daml.ledger.api.v2.ReassignmentEvent events = 5 [json_name = "events"];
    • getEventsOrBuilder

       The collection of reassignment events. Required.
       
      repeated .com.daml.ledger.api.v2.ReassignmentEvent events = 5 [json_name = "events"];
    • hasTraceContext

      boolean hasTraceContext()
       Optional; ledger API trace context
      
       The trace context transported in this message corresponds to the trace context supplied
       by the client application in a HTTP2 header of the original command submission.
       We typically use a header to transfer this type of information. Here we use message
       body, because it is used in gRPC streams which do not support per message headers.
       This field will be populated with the trace context contained in the original submission.
       If that was not provided, a unique ledger-api-server generated trace context will be used
       instead.
       
      .com.daml.ledger.api.v2.TraceContext trace_context = 6 [json_name = "traceContext"];
      Returns:
      Whether the traceContext field is set.
    • getTraceContext

       Optional; ledger API trace context
      
       The trace context transported in this message corresponds to the trace context supplied
       by the client application in a HTTP2 header of the original command submission.
       We typically use a header to transfer this type of information. Here we use message
       body, because it is used in gRPC streams which do not support per message headers.
       This field will be populated with the trace context contained in the original submission.
       If that was not provided, a unique ledger-api-server generated trace context will be used
       instead.
       
      .com.daml.ledger.api.v2.TraceContext trace_context = 6 [json_name = "traceContext"];
      Returns:
      The traceContext.
    • getTraceContextOrBuilder

       Optional; ledger API trace context
      
       The trace context transported in this message corresponds to the trace context supplied
       by the client application in a HTTP2 header of the original command submission.
       We typically use a header to transfer this type of information. Here we use message
       body, because it is used in gRPC streams which do not support per message headers.
       This field will be populated with the trace context contained in the original submission.
       If that was not provided, a unique ledger-api-server generated trace context will be used
       instead.
       
      .com.daml.ledger.api.v2.TraceContext trace_context = 6 [json_name = "traceContext"];
    • hasRecordTime

      boolean hasRecordTime()
       The time at which the reassignment was recorded. The record time refers to the source/target
       synchronizer for an unassign/assign event respectively.
       Required
       
      .google.protobuf.Timestamp record_time = 7 [json_name = "recordTime"];
      Returns:
      Whether the recordTime field is set.
    • getRecordTime

      com.google.protobuf.Timestamp getRecordTime()
       The time at which the reassignment was recorded. The record time refers to the source/target
       synchronizer for an unassign/assign event respectively.
       Required
       
      .google.protobuf.Timestamp record_time = 7 [json_name = "recordTime"];
      Returns:
      The recordTime.
    • getRecordTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getRecordTimeOrBuilder()
       The time at which the reassignment was recorded. The record time refers to the source/target
       synchronizer for an unassign/assign event respectively.
       Required
       
      .google.protobuf.Timestamp record_time = 7 [json_name = "recordTime"];