Uses of Class
com.daml.ledger.api.v2.UpdateServiceOuterClass.GetTransactionResponse
Packages that use UpdateServiceOuterClass.GetTransactionResponse
-
Uses of UpdateServiceOuterClass.GetTransactionResponse in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return UpdateServiceOuterClass.GetTransactionResponseModifier and TypeMethodDescriptionUpdateServiceOuterClass.GetTransactionResponse.Builder.build()UpdateServiceOuterClass.GetTransactionResponse.Builder.buildPartial()UpdateServiceOuterClass.GetTransactionResponse.getDefaultInstance()UpdateServiceOuterClass.GetTransactionResponse.Builder.getDefaultInstanceForType()UpdateServiceOuterClass.GetTransactionResponse.getDefaultInstanceForType()UpdateServiceGrpc.UpdateServiceBlockingStub.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.UpdateServiceGrpc.UpdateServiceBlockingStub.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.UpdateServiceOuterClass.GetTransactionResponse.parseDelimitedFrom(InputStream input) UpdateServiceOuterClass.GetTransactionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(byte[] data) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.ByteString data) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.CodedInputStream input) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(InputStream input) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(ByteBuffer data) UpdateServiceOuterClass.GetTransactionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type UpdateServiceOuterClass.GetTransactionResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<UpdateServiceOuterClass.GetTransactionByIdRequest,UpdateServiceOuterClass.GetTransactionResponse> UpdateServiceGrpc.getGetTransactionByIdMethod()static io.grpc.MethodDescriptor<UpdateServiceOuterClass.GetTransactionByOffsetRequest,UpdateServiceOuterClass.GetTransactionResponse> UpdateServiceGrpc.getGetTransactionByOffsetMethod()com.google.protobuf.Parser<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceOuterClass.GetTransactionResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceGrpc.UpdateServiceFutureStub.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.com.google.common.util.concurrent.ListenableFuture<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceGrpc.UpdateServiceFutureStub.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.static com.google.protobuf.Parser<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceOuterClass.GetTransactionResponse.parser()Methods in com.daml.ledger.api.v2 with parameters of type UpdateServiceOuterClass.GetTransactionResponseModifier and TypeMethodDescriptionUpdateServiceOuterClass.GetTransactionResponse.Builder.mergeFrom(UpdateServiceOuterClass.GetTransactionResponse other) UpdateServiceOuterClass.GetTransactionResponse.newBuilder(UpdateServiceOuterClass.GetTransactionResponse prototype) Method parameters in com.daml.ledger.api.v2 with type arguments of type UpdateServiceOuterClass.GetTransactionResponseModifier and TypeMethodDescriptiondefault voidUpdateServiceGrpc.AsyncService.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.voidUpdateServiceGrpc.UpdateServiceStub.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.default voidUpdateServiceGrpc.AsyncService.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.voidUpdateServiceGrpc.UpdateServiceStub.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Provided for backwards compatibility, it will be removed in the Canton version 3.4.0. -
Uses of UpdateServiceOuterClass.GetTransactionResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return UpdateServiceOuterClass.GetTransactionResponseMethods in com.daml.ledger.javaapi.data with parameters of type UpdateServiceOuterClass.GetTransactionResponseModifier and TypeMethodDescriptionstatic GetTransactionResponseGetTransactionResponse.fromProto(UpdateServiceOuterClass.GetTransactionResponse response)