Uses of Class
Arp.Services.NotificationLogger.Services.Grpc.INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest
Packages that use INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest
-
Uses of INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest in Arp.Services.NotificationLogger.Services.Grpc
Fields in Arp.Services.NotificationLogger.Services.Grpc declared as INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequestModifier and TypeFieldDescriptionprivate static final INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequestINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.DEFAULT_INSTANCEFields in Arp.Services.NotificationLogger.Services.Grpc with type parameters of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest, INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceGrpc.getQueryNotificationsMethodprivate static final com.google.protobuf.Parser<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest> INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.PARSERMethods in Arp.Services.NotificationLogger.Services.Grpc that return INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequestModifier and TypeMethodDescriptionINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.Builder.build()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.Builder.buildPartial()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.getDefaultInstance()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.Builder.getDefaultInstanceForType()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.getDefaultInstanceForType()INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseDelimitedFrom(InputStream input) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(byte[] data) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(com.google.protobuf.ByteString data) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(com.google.protobuf.CodedInputStream input) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(InputStream input) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(ByteBuffer data) INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in Arp.Services.NotificationLogger.Services.Grpc that return types with arguments of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest> INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.getParserForType()static io.grpc.MethodDescriptor<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest, INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsResponse> INotificationLoggerServiceGrpc.getQueryNotificationsMethod()static com.google.protobuf.Parser<INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest> INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.parser()Methods in Arp.Services.NotificationLogger.Services.Grpc with parameters of type INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequestModifier and TypeMethodDescriptionINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.Builder.mergeFrom(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest other) static INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.BuilderINotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest.newBuilder(INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryNotificationsRequest prototype) 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.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.voidINotificationLoggerServiceGrpc.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.