Uses of Class
com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitResponse
Packages that use CommandServiceOuterClass.SubmitAndWaitResponse
-
Uses of CommandServiceOuterClass.SubmitAndWaitResponse in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandServiceOuterClass.SubmitAndWaitResponseModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitResponse.Builder.build()CommandServiceOuterClass.SubmitAndWaitResponse.Builder.buildPartial()CommandServiceOuterClass.SubmitAndWaitResponse.getDefaultInstance()CommandServiceOuterClass.SubmitAndWaitResponse.Builder.getDefaultInstanceForType()CommandServiceOuterClass.SubmitAndWaitResponse.getDefaultInstanceForType()CommandServiceOuterClass.SubmitAndWaitResponse.parseDelimitedFrom(InputStream input) CommandServiceOuterClass.SubmitAndWaitResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(byte[] data) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(com.google.protobuf.ByteString data) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(com.google.protobuf.CodedInputStream input) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(InputStream input) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(ByteBuffer data) CommandServiceOuterClass.SubmitAndWaitResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceGrpc.CommandServiceBlockingStub.submitAndWait(CommandServiceOuterClass.SubmitAndWaitRequest request) Submits a single composite command and waits for its result.Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandServiceOuterClass.SubmitAndWaitResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitResponse>CommandServiceOuterClass.SubmitAndWaitResponse.getParserForType()static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,CommandServiceOuterClass.SubmitAndWaitResponse> CommandServiceGrpc.getSubmitAndWaitMethod()static com.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitResponse>CommandServiceOuterClass.SubmitAndWaitResponse.parser()com.google.common.util.concurrent.ListenableFuture<CommandServiceOuterClass.SubmitAndWaitResponse>CommandServiceGrpc.CommandServiceFutureStub.submitAndWait(CommandServiceOuterClass.SubmitAndWaitRequest request) Submits a single composite command and waits for its result.Methods in com.daml.ledger.api.v2 with parameters of type CommandServiceOuterClass.SubmitAndWaitResponseModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitResponse.Builder.mergeFrom(CommandServiceOuterClass.SubmitAndWaitResponse other) CommandServiceOuterClass.SubmitAndWaitResponse.newBuilder(CommandServiceOuterClass.SubmitAndWaitResponse prototype) Method parameters in com.daml.ledger.api.v2 with type arguments of type CommandServiceOuterClass.SubmitAndWaitResponseModifier and TypeMethodDescriptiondefault voidCommandServiceGrpc.AsyncService.submitAndWait(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitResponse> responseObserver) Submits a single composite command and waits for its result.voidCommandServiceGrpc.CommandServiceStub.submitAndWait(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitResponse> responseObserver) Submits a single composite command and waits for its result. -
Uses of CommandServiceOuterClass.SubmitAndWaitResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandServiceOuterClass.SubmitAndWaitResponseMethods in com.daml.ledger.javaapi.data with parameters of type CommandServiceOuterClass.SubmitAndWaitResponseModifier and TypeMethodDescriptionstatic SubmitAndWaitResponseSubmitAndWaitResponse.fromProto(CommandServiceOuterClass.SubmitAndWaitResponse response)