Uses of Class
com.daml.ledger.api.v2.CommandSubmissionServiceOuterClass.SubmitReassignmentResponse
Packages that use CommandSubmissionServiceOuterClass.SubmitReassignmentResponse
-
Uses of CommandSubmissionServiceOuterClass.SubmitReassignmentResponse in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandSubmissionServiceOuterClass.SubmitReassignmentResponseModifier and TypeMethodDescriptionCommandSubmissionServiceOuterClass.SubmitReassignmentResponse.Builder.build()
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.Builder.buildPartial()
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.getDefaultInstance()
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.Builder.getDefaultInstanceForType()
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.getDefaultInstanceForType()
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseDelimitedFrom
(InputStream input) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(byte[] data) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(com.google.protobuf.ByteString data) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(com.google.protobuf.CodedInputStream input) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(InputStream input) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(ByteBuffer data) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandSubmissionServiceGrpc.CommandSubmissionServiceBlockingStub.submitReassignment
(CommandSubmissionServiceOuterClass.SubmitReassignmentRequest request) Submit a single reassignment.Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandSubmissionServiceOuterClass.SubmitReassignmentResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandSubmissionServiceOuterClass.SubmitReassignmentResponse>
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.getParserForType()
static io.grpc.MethodDescriptor<CommandSubmissionServiceOuterClass.SubmitReassignmentRequest,
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse> CommandSubmissionServiceGrpc.getSubmitReassignmentMethod()
static com.google.protobuf.Parser<CommandSubmissionServiceOuterClass.SubmitReassignmentResponse>
CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.parser()
com.google.common.util.concurrent.ListenableFuture<CommandSubmissionServiceOuterClass.SubmitReassignmentResponse>
CommandSubmissionServiceGrpc.CommandSubmissionServiceFutureStub.submitReassignment
(CommandSubmissionServiceOuterClass.SubmitReassignmentRequest request) Submit a single reassignment.Methods in com.daml.ledger.api.v2 with parameters of type CommandSubmissionServiceOuterClass.SubmitReassignmentResponseModifier and TypeMethodDescriptionCommandSubmissionServiceOuterClass.SubmitReassignmentResponse.Builder.mergeFrom
(CommandSubmissionServiceOuterClass.SubmitReassignmentResponse other) CommandSubmissionServiceOuterClass.SubmitReassignmentResponse.newBuilder
(CommandSubmissionServiceOuterClass.SubmitReassignmentResponse prototype) Method parameters in com.daml.ledger.api.v2 with type arguments of type CommandSubmissionServiceOuterClass.SubmitReassignmentResponseModifier and TypeMethodDescriptiondefault void
CommandSubmissionServiceGrpc.AsyncService.submitReassignment
(CommandSubmissionServiceOuterClass.SubmitReassignmentRequest request, io.grpc.stub.StreamObserver<CommandSubmissionServiceOuterClass.SubmitReassignmentResponse> responseObserver) Submit a single reassignment.void
CommandSubmissionServiceGrpc.CommandSubmissionServiceStub.submitReassignment
(CommandSubmissionServiceOuterClass.SubmitReassignmentRequest request, io.grpc.stub.StreamObserver<CommandSubmissionServiceOuterClass.SubmitReassignmentResponse> responseObserver) Submit a single reassignment.