Uses of Class
Arp.Services.NotificationLogger.Services.Grpc.INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse
Packages that use INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse
-
Uses of INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse in Arp.Services.NotificationLogger.Services.Grpc
Fields in Arp.Services.NotificationLogger.Services.Grpc declared as INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseModifier and TypeFieldDescriptionprivate static final INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.DEFAULT_INSTANCEFields in Arp.Services.NotificationLogger.Services.Grpc with type parameters of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest, INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceGrpc.getQueryNotificationsMethodprivate static final com.google.protobuf.Parser<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.PARSERMethods in Arp.Services.NotificationLogger.Services.Grpc that return INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseModifier and TypeMethodDescriptionINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.Builder.build()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.Builder.buildPartial()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.getDefaultInstance()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.Builder.getDefaultInstanceForType()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.getDefaultInstanceForType()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseDelimitedFrom(InputStream input) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(byte[] data) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(com.google.protobuf.ByteString data) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(com.google.protobuf.CodedInputStream input) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(InputStream input) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(ByteBuffer data) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceGrpc.INotificationLoggerServiceBlockingStub.queryNotifications(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest request) / <summary> / Queries notifications matching the supplied filter from the mentioned archives and returns them as Notification objects / </summary> / <param name="archives">List of archives to query.Methods in Arp.Services.NotificationLogger.Services.Grpc that return types with arguments of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.getParserForType()static io.grpc.MethodDescriptor<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest, INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceGrpc.getQueryNotificationsMethod()static com.google.protobuf.Parser<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.parser()com.google.common.util.concurrent.ListenableFuture<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceGrpc.INotificationLoggerServiceFutureStub.queryNotifications(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest request) / <summary> / Queries notifications matching the supplied filter from the mentioned archives and returns them as Notification objects / </summary> / <param name="archives">List of archives to query.Methods in Arp.Services.NotificationLogger.Services.Grpc with parameters of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseModifier and TypeMethodDescriptionINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.Builder.mergeFrom(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse other) static INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.BuilderINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse.newBuilder(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse prototype) Method parameters in Arp.Services.NotificationLogger.Services.Grpc with type arguments of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponseModifier and TypeMethodDescriptionvoidINotificationLoggerServiceGrpc.INotificationLoggerServiceImplBase.queryNotifications(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest request, io.grpc.stub.StreamObserver<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> responseObserver) / <summary> / Queries notifications matching the supplied filter from the mentioned archives and returns them as Notification objects / </summary> / <param name="archives">List of archives to query.voidINotificationLoggerServiceGrpc.INotificationLoggerServiceStub.queryNotifications(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest request, io.grpc.stub.StreamObserver<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> responseObserver) / <summary> / Queries notifications matching the supplied filter from the mentioned archives and returns them as Notification objects / </summary> / <param name="archives">List of archives to query.