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 Type
    Method
    Description
    getArchives(int index)
    repeated string archives = 1;
    com.google.protobuf.ByteString
    getArchivesBytes(int index)
    repeated string archives = 1;
    int
    repeated 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getArchivesList

      List<String> getArchivesList()
      repeated string archives = 1;
    • getArchivesCount

      int getArchivesCount()
      repeated string archives = 1;
    • getArchives

      String getArchives(int index)
      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

      .Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2;
    • getFilterOrBuilder

      .Arp.Services.NotificationLogger.Services.Grpc.NotificationFilter filter = 2;