Interface INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryStoredNotificationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryStoredNotificationsRequest,INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryStoredNotificationsRequest.Builder
- Enclosing class:
INotificationLoggerServiceOuterClass
public static interface INotificationLoggerServiceOuterClass.INotificationLoggerServiceQueryStoredNotificationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArchives(int index) repeated string archives = 1;com.google.protobuf.ByteStringgetArchivesBytes(int index) repeated string archives = 1;intrepeated string archives = 1;repeated string archives = 1;.Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2;.Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2;string language = 5;com.google.protobuf.ByteStringstring language = 5;intgetLimit()int32 limit = 3;.Arp.Services.NotificationLogger.Services.Grpc.SortOrder sortOrder = 4;int.Arp.Services.NotificationLogger.Services.Grpc.SortOrder sortOrder = 4;boolean.Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getArchivesList
repeated string archives = 1; -
getArchivesCount
int getArchivesCount()repeated string archives = 1; -
getArchives
repeated string archives = 1; -
getArchivesBytes
com.google.protobuf.ByteString getArchivesBytes(int index) repeated string archives = 1; -
hasFilter
boolean hasFilter().Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2; -
getFilter
NotificationFilterOuterClass.NotificationFilter getFilter().Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2; -
getFilterOrBuilder
NotificationFilterOuterClass.NotificationFilterOrBuilder getFilterOrBuilder().Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2; -
getLimit
int getLimit()int32 limit = 3; -
getSortOrderValue
int getSortOrderValue().Arp.Services.NotificationLogger.Services.Grpc.SortOrder sortOrder = 4; -
getSortOrder
SortOrderOuterClass.SortOrder getSortOrder().Arp.Services.NotificationLogger.Services.Grpc.SortOrder sortOrder = 4; -
getLanguage
String getLanguage()string language = 5; -
getLanguageBytes
com.google.protobuf.ByteString getLanguageBytes()string language = 5;
-