Interface IndexStatsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IndexStats, IndexStats.Builder

@Generated public interface IndexStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Output only.
    long
    Output only.
    long
    Output only.

    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

    • getVectorsCount

      long getVectorsCount()
       Output only. The number of dense vectors in the Index.
       
      int64 vectors_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The vectorsCount.
    • getSparseVectorsCount

      long getSparseVectorsCount()
       Output only. The number of sparse vectors in the Index.
       
      int64 sparse_vectors_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The sparseVectorsCount.
    • getShardsCount

      int getShardsCount()
       Output only. The number of shards in the Index.
       
      int32 shards_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The shardsCount.