Interface FeatureValueOuterClass.LongArrayOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    getLongs(int index)
    repeated int64 longs = 1;
    int
    repeated int64 longs = 1;
    repeated int64 longs = 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

    • getLongsList

      List<Long> getLongsList()
      repeated int64 longs = 1;
    • getLongsCount

      int getLongsCount()
      repeated int64 longs = 1;
    • getLongs

      long getLongs(int index)
      repeated int64 longs = 1;