Package org.kobe.xbot.Utilities.Entities
Interface XTableValues.BytesListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableValues.BytesList
,XTableValues.BytesList.Builder
- Enclosing class:
- XTableValues
public static interface XTableValues.BytesListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getVList
List<com.google.protobuf.ByteString> getVList()repeated bytes v = 1;
- Returns:
- A list containing the v.
-
getVCount
int getVCount()repeated bytes v = 1;
- Returns:
- The count of v.
-
getV
com.google.protobuf.ByteString getV(int index) repeated bytes v = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The v at the given index.
-