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