io.pinecone.proto.UpsertResponseOrBuilder 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 UpsertResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:UpsertResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The number of vectors upserted.
*
*
* uint32 upserted_count = 1;
* @return The upsertedCount.
*/
int getUpsertedCount();
}