Uses of Class
com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest
Packages that use CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest
-
Uses of CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.Builder.build()
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.Builder.buildPartial()
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.getDefaultInstance()
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.Builder.getDefaultInstanceForType()
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.getDefaultInstanceForType()
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseDelimitedFrom
(InputStream input) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(byte[] data) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(com.google.protobuf.ByteString data) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(com.google.protobuf.CodedInputStream input) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(InputStream input) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(ByteBuffer data) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest>
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.getParserForType()
static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest,
CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse> CommandServiceGrpc.getSubmitAndWaitForReassignmentMethod()
static com.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest>
CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.parser()
Methods in com.daml.ledger.api.v2 with parameters of type CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.Builder.mergeFrom
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest other) CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest.newBuilder
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest prototype) default void
CommandServiceGrpc.AsyncService.submitAndWaitForReassignment
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse> responseObserver) Submits a single composite reassignment command, waits for its result, and returns the reassignment.CommandServiceGrpc.CommandServiceBlockingStub.submitAndWaitForReassignment
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest request) Submits a single composite reassignment command, waits for its result, and returns the reassignment.com.google.common.util.concurrent.ListenableFuture<CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse>
CommandServiceGrpc.CommandServiceFutureStub.submitAndWaitForReassignment
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest request) Submits a single composite reassignment command, waits for its result, and returns the reassignment.void
CommandServiceGrpc.CommandServiceStub.submitAndWaitForReassignment
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse> responseObserver) Submits a single composite reassignment command, waits for its result, and returns the reassignment. -
Uses of CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestMethods in com.daml.ledger.javaapi.data with parameters of type CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestModifier and TypeMethodDescriptionSubmitAndWaitForReassignmentRequest.fromProto
(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest request)