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 Type
    Method
    Description
    float
    getFloats(int index)
    repeated float floats = 1;
    int
    repeated float floats = 1;
    repeated float floats = 1;

    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

    • getFloatsList

      List<Float> getFloatsList()
      repeated float floats = 1;
    • getFloatsCount

      int getFloatsCount()
      repeated float floats = 1;
    • getFloats

      float getFloats(int index)
      repeated float floats = 1;