Interface INotificationLoggerServiceOuterClass.INotificationLoggerServiceSetArchiveConfigurationRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
INotificationLoggerServiceOuterClass.INotificationLoggerServiceSetArchiveConfigurationRequest, INotificationLoggerServiceOuterClass.INotificationLoggerServiceSetArchiveConfigurationRequest.Builder
Enclosing class:
INotificationLoggerServiceOuterClass

public static interface INotificationLoggerServiceOuterClass.INotificationLoggerServiceSetArchiveConfigurationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string archive = 1;
    com.google.protobuf.ByteString
    string archive = 1;
    repeated string xmlConfiguration = 2;
    com.google.protobuf.ByteString
    repeated string xmlConfiguration = 2;
    int
    repeated string xmlConfiguration = 2;
    repeated string xmlConfiguration = 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

    • getArchive

      String getArchive()
      string archive = 1;
    • getArchiveBytes

      com.google.protobuf.ByteString getArchiveBytes()
      string archive = 1;
    • getXmlConfigurationList

      List<String> getXmlConfigurationList()
      repeated string xmlConfiguration = 2;
    • getXmlConfigurationCount

      int getXmlConfigurationCount()
      repeated string xmlConfiguration = 2;
    • getXmlConfiguration

      String getXmlConfiguration(int index)
      repeated string xmlConfiguration = 2;
    • getXmlConfigurationBytes

      com.google.protobuf.ByteString getXmlConfigurationBytes(int index)
      repeated string xmlConfiguration = 2;