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