Package lgraph
Interface Lgraph.ModConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ModConfigRequest,Lgraph.ModConfigRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ModConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKeys(int index)repeated string keys = 1;com.google.protobuf.ByteStringgetKeysBytes(int index)repeated string keys = 1;intgetKeysCount()repeated string keys = 1;List<String>getKeysList()repeated string keys = 1;Lgraph.ProtoFieldDatagetValues(int index)repeated .lgraph.ProtoFieldData values = 2;intgetValuesCount()repeated .lgraph.ProtoFieldData values = 2;List<Lgraph.ProtoFieldData>getValuesList()repeated .lgraph.ProtoFieldData values = 2;Lgraph.ProtoFieldDataOrBuildergetValuesOrBuilder(int index)repeated .lgraph.ProtoFieldData values = 2;List<? extends Lgraph.ProtoFieldDataOrBuilder>getValuesOrBuilderList()repeated .lgraph.ProtoFieldData values = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeysCount
int getKeysCount()
repeated string keys = 1;
-
getKeys
String getKeys(int index)
repeated string keys = 1;
-
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index)
repeated string keys = 1;
-
getValuesList
List<Lgraph.ProtoFieldData> getValuesList()
repeated .lgraph.ProtoFieldData values = 2;
-
getValues
Lgraph.ProtoFieldData getValues(int index)
repeated .lgraph.ProtoFieldData values = 2;
-
getValuesCount
int getValuesCount()
repeated .lgraph.ProtoFieldData values = 2;
-
getValuesOrBuilderList
List<? extends Lgraph.ProtoFieldDataOrBuilder> getValuesOrBuilderList()
repeated .lgraph.ProtoFieldData values = 2;
-
getValuesOrBuilder
Lgraph.ProtoFieldDataOrBuilder getValuesOrBuilder(int index)
repeated .lgraph.ProtoFieldData values = 2;
-
-