Uses of Class
com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse
Packages that use CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse
-
Uses of CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.Builder.build()CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.Builder.buildPartial()CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.getDefaultInstance()CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.Builder.getDefaultInstanceForType()CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.getDefaultInstanceForType()CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseDelimitedFrom(InputStream input) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(byte[] data) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(com.google.protobuf.ByteString data) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(com.google.protobuf.CodedInputStream input) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(InputStream input) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(ByteBuffer data) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceGrpc.CommandServiceBlockingStub.submitAndWaitForReassignment(CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest request) Submits a single composite reassignment command, waits for its result, and returns the reassignment.Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse>CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.getParserForType()static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitForReassignmentRequest,CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse> CommandServiceGrpc.getSubmitAndWaitForReassignmentMethod()static com.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse>CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.parser()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.Methods in com.daml.ledger.api.v2 with parameters of type CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.Builder.mergeFrom(CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse other) CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse.newBuilder(CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse prototype) Method parameters in com.daml.ledger.api.v2 with type arguments of type CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseModifier and TypeMethodDescriptiondefault voidCommandServiceGrpc.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.voidCommandServiceGrpc.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.SubmitAndWaitForReassignmentResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseMethods in com.daml.ledger.javaapi.data with parameters of type CommandServiceOuterClass.SubmitAndWaitForReassignmentResponseModifier and TypeMethodDescriptionSubmitAndWaitForReassignmentResponse.fromProto(CommandServiceOuterClass.SubmitAndWaitForReassignmentResponse response)