Interface FeatureValueOuterClass.SparseFloatArrayOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureValueOuterClass.SparseFloatArray, FeatureValueOuterClass.SparseFloatArray.Builder
Enclosing class:
FeatureValueOuterClass

public static interface FeatureValueOuterClass.SparseFloatArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getIndexIntegers(int index)
    repeated int32 index_integers = 1;
    int
    repeated int32 index_integers = 1;
    repeated int32 index_integers = 1;
    float
    getValueFloats(int index)
    repeated float value_floats = 2;
    int
    repeated float value_floats = 2;
    repeated float value_floats = 2;

    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

    • getIndexIntegersList

      List<Integer> getIndexIntegersList()
      repeated int32 index_integers = 1;
    • getIndexIntegersCount

      int getIndexIntegersCount()
      repeated int32 index_integers = 1;
    • getIndexIntegers

      int getIndexIntegers(int index)
      repeated int32 index_integers = 1;
    • getValueFloatsList

      List<Float> getValueFloatsList()
      repeated float value_floats = 2;
    • getValueFloatsCount

      int getValueFloatsCount()
      repeated float value_floats = 2;
    • getValueFloats

      float getValueFloats(int index)
      repeated float value_floats = 2;