Interface CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseOrBuilder

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

public static interface CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The reassignment that resulted from the submitted reassignment command.
    The reassignment that resulted from the submitted reassignment command.
    boolean
    The reassignment that resulted from the submitted reassignment command.

    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

    • hasReassignment

      boolean hasReassignment()
       The reassignment that resulted from the submitted reassignment command.
       The reassignment might contain no events (request conditions result in filtering out all of them).
       Required
       
      .com.daml.ledger.api.v2.Reassignment reassignment = 1 [json_name = "reassignment"];
      Returns:
      Whether the reassignment field is set.
    • getReassignment

       The reassignment that resulted from the submitted reassignment command.
       The reassignment might contain no events (request conditions result in filtering out all of them).
       Required
       
      .com.daml.ledger.api.v2.Reassignment reassignment = 1 [json_name = "reassignment"];
      Returns:
      The reassignment.
    • getReassignmentOrBuilder

       The reassignment that resulted from the submitted reassignment command.
       The reassignment might contain no events (request conditions result in filtering out all of them).
       Required
       
      .com.daml.ledger.api.v2.Reassignment reassignment = 1 [json_name = "reassignment"];