Uses of Class
com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitRequest
Packages that use CommandServiceOuterClass.SubmitAndWaitRequest
-
Uses of CommandServiceOuterClass.SubmitAndWaitRequest in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandServiceOuterClass.SubmitAndWaitRequestModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitRequest.Builder.build()
CommandServiceOuterClass.SubmitAndWaitRequest.Builder.buildPartial()
CommandServiceOuterClass.SubmitAndWaitRequest.getDefaultInstance()
CommandServiceOuterClass.SubmitAndWaitRequest.Builder.getDefaultInstanceForType()
CommandServiceOuterClass.SubmitAndWaitRequest.getDefaultInstanceForType()
CommandServiceOuterClass.SubmitAndWaitRequest.parseDelimitedFrom
(InputStream input) CommandServiceOuterClass.SubmitAndWaitRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(byte[] data) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(com.google.protobuf.ByteString data) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(com.google.protobuf.CodedInputStream input) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(InputStream input) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(ByteBuffer data) CommandServiceOuterClass.SubmitAndWaitRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandServiceOuterClass.SubmitAndWaitRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitRequest>
CommandServiceOuterClass.SubmitAndWaitRequest.getParserForType()
static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,
CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse> CommandServiceGrpc.getSubmitAndWaitForTransactionTreeMethod()
static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,
CommandServiceOuterClass.SubmitAndWaitResponse> CommandServiceGrpc.getSubmitAndWaitMethod()
static com.google.protobuf.Parser<CommandServiceOuterClass.SubmitAndWaitRequest>
CommandServiceOuterClass.SubmitAndWaitRequest.parser()
Methods in com.daml.ledger.api.v2 with parameters of type CommandServiceOuterClass.SubmitAndWaitRequestModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitRequest.Builder.mergeFrom
(CommandServiceOuterClass.SubmitAndWaitRequest other) CommandServiceOuterClass.SubmitAndWaitRequest.newBuilder
(CommandServiceOuterClass.SubmitAndWaitRequest prototype) default void
CommandServiceGrpc.AsyncService.submitAndWait
(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitResponse> responseObserver) Submits a single composite command and waits for its result.CommandServiceGrpc.CommandServiceBlockingStub.submitAndWait
(CommandServiceOuterClass.SubmitAndWaitRequest request) Submits a single composite command and waits for its result.com.google.common.util.concurrent.ListenableFuture<CommandServiceOuterClass.SubmitAndWaitResponse>
CommandServiceGrpc.CommandServiceFutureStub.submitAndWait
(CommandServiceOuterClass.SubmitAndWaitRequest request) Submits a single composite command and waits for its result.void
CommandServiceGrpc.CommandServiceStub.submitAndWait
(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitResponse> responseObserver) Submits a single composite command and waits for its result.default void
CommandServiceGrpc.AsyncService.submitAndWaitForTransactionTree
(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse> responseObserver) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.CommandServiceGrpc.CommandServiceBlockingStub.submitAndWaitForTransactionTree
(CommandServiceOuterClass.SubmitAndWaitRequest request) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.com.google.common.util.concurrent.ListenableFuture<CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse>
CommandServiceGrpc.CommandServiceFutureStub.submitAndWaitForTransactionTree
(CommandServiceOuterClass.SubmitAndWaitRequest request) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.void
CommandServiceGrpc.CommandServiceStub.submitAndWaitForTransactionTree
(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse> responseObserver) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0. -
Uses of CommandServiceOuterClass.SubmitAndWaitRequest in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandServiceOuterClass.SubmitAndWaitRequestModifier and TypeMethodDescriptionSubmitAndWaitRequest.toProto
(@NonNull CommandsSubmission submission) Methods in com.daml.ledger.javaapi.data with parameters of type CommandServiceOuterClass.SubmitAndWaitRequestModifier and TypeMethodDescriptionstatic CommandsSubmission
SubmitAndWaitRequest.fromProto
(@NonNull CommandServiceOuterClass.SubmitAndWaitRequest request)