io.pinecone.proto.PaginationOrBuilder 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 PaginationOrBuilder extends
// @@protoc_insertion_point(interface_extends:Pagination)
com.google.protobuf.MessageOrBuilder {
/**
* string next = 1;
* @return The next.
*/
java.lang.String getNext();
/**
* string next = 1;
* @return The bytes for next.
*/
com.google.protobuf.ByteString
getNextBytes();
}