Interface INotificationLoggerServiceOuterClass.INotificationLoggerServiceDeleteNotificationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
INotificationLoggerServiceOuterClass.INotificationLoggerServiceDeleteNotificationsRequest,INotificationLoggerServiceOuterClass.INotificationLoggerServiceDeleteNotificationsRequest.Builder
- Enclosing class:
INotificationLoggerServiceOuterClass
public static interface INotificationLoggerServiceOuterClass.INotificationLoggerServiceDeleteNotificationsRequestOrBuilder
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;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;
-