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()Deprecated.UpdateServiceOuterClass.GetTransactionResponse.Builder.getDefaultInstanceForType()UpdateServiceOuterClass.GetTransactionResponse.getDefaultInstanceForType()Deprecated.UpdateServiceGrpc.UpdateServiceBlockingStub.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request) Deprecated.UpdateServiceGrpc.UpdateServiceBlockingStub.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseDelimitedFrom(InputStream input) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(byte[] data) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.ByteString data) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.CodedInputStream input) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(InputStream input) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(ByteBuffer data) Deprecated.UpdateServiceOuterClass.GetTransactionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.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()Deprecated.com.google.common.util.concurrent.ListenableFuture<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceGrpc.UpdateServiceFutureStub.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request) Deprecated.com.google.common.util.concurrent.ListenableFuture<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceGrpc.UpdateServiceFutureStub.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request) Deprecated.static com.google.protobuf.Parser<UpdateServiceOuterClass.GetTransactionResponse>UpdateServiceOuterClass.GetTransactionResponse.parser()Deprecated.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) Deprecated.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) Deprecated.voidUpdateServiceGrpc.UpdateServiceStub.getTransactionById(UpdateServiceOuterClass.GetTransactionByIdRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Deprecated.default voidUpdateServiceGrpc.AsyncService.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Deprecated.voidUpdateServiceGrpc.UpdateServiceStub.getTransactionByOffset(UpdateServiceOuterClass.GetTransactionByOffsetRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetTransactionResponse> responseObserver) Deprecated. -
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) Deprecated.