io.pinecone.proto.NamespaceSummaryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pinecone-client Show documentation
Show all versions of pinecone-client Show documentation
The Pinecone.io Java Client
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: vector_service.proto
// Protobuf Java Version: 3.25.3
package io.pinecone.proto;
public interface NamespaceSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:NamespaceSummary)
com.google.protobuf.MessageOrBuilder {
/**
*
* The number of vectors stored in this namespace. Note that updates to this field may lag behind updates to the
* underlying index and corresponding query results, etc.
*
*
* uint32 vector_count = 1;
* @return The vectorCount.
*/
int getVectorCount();
}