Interface LoggingProto.StringMapOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.StringMap,LoggingProto.StringMap.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.StringMapOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggingProto.StringMapEntrygetEntry(int index)repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;intgetEntryCount()repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;java.util.List<LoggingProto.StringMapEntry>getEntryList()repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;LoggingProto.StringMapEntryOrBuildergetEntryOrBuilder(int index)repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;java.util.List<? extends LoggingProto.StringMapEntryOrBuilder>getEntryOrBuilderList()repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntryList
java.util.List<LoggingProto.StringMapEntry> getEntryList()
repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;
-
getEntry
LoggingProto.StringMapEntry getEntry(int index)
repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;
-
getEntryCount
int getEntryCount()
repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;
-
getEntryOrBuilderList
java.util.List<? extends LoggingProto.StringMapEntryOrBuilder> getEntryOrBuilderList()
repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;
-
getEntryOrBuilder
LoggingProto.StringMapEntryOrBuilder getEntryOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.StringMapEntry entry = 1;
-
-