Uses of Class
com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdatesResponse
Packages that use UpdateServiceOuterClass.GetUpdatesResponse
-
Uses of UpdateServiceOuterClass.GetUpdatesResponse in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return UpdateServiceOuterClass.GetUpdatesResponseModifier and TypeMethodDescriptionUpdateServiceOuterClass.GetUpdatesResponse.Builder.build()UpdateServiceOuterClass.GetUpdatesResponse.Builder.buildPartial()UpdateServiceOuterClass.GetUpdatesResponse.getDefaultInstance()UpdateServiceOuterClass.GetUpdatesResponse.Builder.getDefaultInstanceForType()UpdateServiceOuterClass.GetUpdatesResponse.getDefaultInstanceForType()UpdateServiceOuterClass.GetUpdatesResponse.parseDelimitedFrom(InputStream input) UpdateServiceOuterClass.GetUpdatesResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(byte[] data) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(com.google.protobuf.ByteString data) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(com.google.protobuf.CodedInputStream input) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(InputStream input) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(ByteBuffer data) UpdateServiceOuterClass.GetUpdatesResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type UpdateServiceOuterClass.GetUpdatesResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<UpdateServiceOuterClass.GetUpdatesRequest,UpdateServiceOuterClass.GetUpdatesResponse> UpdateServiceGrpc.getGetUpdatesMethod()com.google.protobuf.Parser<UpdateServiceOuterClass.GetUpdatesResponse>UpdateServiceOuterClass.GetUpdatesResponse.getParserForType()UpdateServiceGrpc.UpdateServiceBlockingStub.getUpdates(UpdateServiceOuterClass.GetUpdatesRequest request) Read the ledger's filtered update stream for the specified contents and filters.static com.google.protobuf.Parser<UpdateServiceOuterClass.GetUpdatesResponse>UpdateServiceOuterClass.GetUpdatesResponse.parser()Methods in com.daml.ledger.api.v2 with parameters of type UpdateServiceOuterClass.GetUpdatesResponseModifier and TypeMethodDescriptionUpdateServiceOuterClass.GetUpdatesResponse.Builder.mergeFrom(UpdateServiceOuterClass.GetUpdatesResponse other) UpdateServiceOuterClass.GetUpdatesResponse.newBuilder(UpdateServiceOuterClass.GetUpdatesResponse prototype) Method parameters in com.daml.ledger.api.v2 with type arguments of type UpdateServiceOuterClass.GetUpdatesResponseModifier and TypeMethodDescriptiondefault voidUpdateServiceGrpc.AsyncService.getUpdates(UpdateServiceOuterClass.GetUpdatesRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetUpdatesResponse> responseObserver) Read the ledger's filtered update stream for the specified contents and filters.voidUpdateServiceGrpc.UpdateServiceStub.getUpdates(UpdateServiceOuterClass.GetUpdatesRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetUpdatesResponse> responseObserver) Read the ledger's filtered update stream for the specified contents and filters. -
Uses of UpdateServiceOuterClass.GetUpdatesResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return UpdateServiceOuterClass.GetUpdatesResponseMethods in com.daml.ledger.javaapi.data with parameters of type UpdateServiceOuterClass.GetUpdatesResponseModifier and TypeMethodDescriptionstatic GetUpdatesResponseGetUpdatesResponse.fromProto(UpdateServiceOuterClass.GetUpdatesResponse response)