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 TypeMethodDescriptionstring archive = 1;com.google.protobuf.ByteStringstring archive = 1;getXmlConfiguration(int index) repeated string xmlConfiguration = 2;com.google.protobuf.ByteStringgetXmlConfigurationBytes(int index) repeated string xmlConfiguration = 2;intrepeated string xmlConfiguration = 2;repeated string xmlConfiguration = 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
-
getArchive
String getArchive()string archive = 1; -
getArchiveBytes
com.google.protobuf.ByteString getArchiveBytes()string archive = 1; -
getXmlConfigurationList
repeated string xmlConfiguration = 2; -
getXmlConfigurationCount
int getXmlConfigurationCount()repeated string xmlConfiguration = 2; -
getXmlConfiguration
repeated string xmlConfiguration = 2; -
getXmlConfigurationBytes
com.google.protobuf.ByteString getXmlConfigurationBytes(int index) repeated string xmlConfiguration = 2;
-