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