Uses of Class
com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdateByIdRequest
Packages that use UpdateServiceOuterClass.GetUpdateByIdRequest
-
Uses of UpdateServiceOuterClass.GetUpdateByIdRequest in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return UpdateServiceOuterClass.GetUpdateByIdRequestModifier and TypeMethodDescriptionUpdateServiceOuterClass.GetUpdateByIdRequest.Builder.build()UpdateServiceOuterClass.GetUpdateByIdRequest.Builder.buildPartial()UpdateServiceOuterClass.GetUpdateByIdRequest.getDefaultInstance()UpdateServiceOuterClass.GetUpdateByIdRequest.Builder.getDefaultInstanceForType()UpdateServiceOuterClass.GetUpdateByIdRequest.getDefaultInstanceForType()UpdateServiceOuterClass.GetUpdateByIdRequest.parseDelimitedFrom(InputStream input) UpdateServiceOuterClass.GetUpdateByIdRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(byte[] data) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(com.google.protobuf.ByteString data) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(com.google.protobuf.CodedInputStream input) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(InputStream input) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(ByteBuffer data) UpdateServiceOuterClass.GetUpdateByIdRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type UpdateServiceOuterClass.GetUpdateByIdRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<UpdateServiceOuterClass.GetUpdateByIdRequest,UpdateServiceOuterClass.GetUpdateResponse> UpdateServiceGrpc.getGetUpdateByIdMethod()com.google.protobuf.Parser<UpdateServiceOuterClass.GetUpdateByIdRequest>UpdateServiceOuterClass.GetUpdateByIdRequest.getParserForType()static com.google.protobuf.Parser<UpdateServiceOuterClass.GetUpdateByIdRequest>UpdateServiceOuterClass.GetUpdateByIdRequest.parser()Methods in com.daml.ledger.api.v2 with parameters of type UpdateServiceOuterClass.GetUpdateByIdRequestModifier and TypeMethodDescriptiondefault voidUpdateServiceGrpc.AsyncService.getUpdateById(UpdateServiceOuterClass.GetUpdateByIdRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetUpdateResponse> responseObserver) Lookup an update by its ID.UpdateServiceGrpc.UpdateServiceBlockingStub.getUpdateById(UpdateServiceOuterClass.GetUpdateByIdRequest request) Lookup an update by its ID.com.google.common.util.concurrent.ListenableFuture<UpdateServiceOuterClass.GetUpdateResponse>UpdateServiceGrpc.UpdateServiceFutureStub.getUpdateById(UpdateServiceOuterClass.GetUpdateByIdRequest request) Lookup an update by its ID.voidUpdateServiceGrpc.UpdateServiceStub.getUpdateById(UpdateServiceOuterClass.GetUpdateByIdRequest request, io.grpc.stub.StreamObserver<UpdateServiceOuterClass.GetUpdateResponse> responseObserver) Lookup an update by its ID.UpdateServiceOuterClass.GetUpdateByIdRequest.Builder.mergeFrom(UpdateServiceOuterClass.GetUpdateByIdRequest other) UpdateServiceOuterClass.GetUpdateByIdRequest.newBuilder(UpdateServiceOuterClass.GetUpdateByIdRequest prototype) -
Uses of UpdateServiceOuterClass.GetUpdateByIdRequest in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return UpdateServiceOuterClass.GetUpdateByIdRequestMethods in com.daml.ledger.javaapi.data with parameters of type UpdateServiceOuterClass.GetUpdateByIdRequestModifier and TypeMethodDescriptionstatic GetUpdateByIdRequestGetUpdateByIdRequest.fromProto(UpdateServiceOuterClass.GetUpdateByIdRequest request)