Interface FeatureValueOuterClass.FloatArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureValueOuterClass.FloatArray,FeatureValueOuterClass.FloatArray.Builder
- Enclosing class:
- FeatureValueOuterClass
public static interface FeatureValueOuterClass.FloatArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetFloats(int index) repeated float floats = 1;intrepeated float floats = 1;repeated float floats = 1;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
-
getFloatsList
repeated float floats = 1; -
getFloatsCount
int getFloatsCount()repeated float floats = 1; -
getFloats
float getFloats(int index) repeated float floats = 1;
-