All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pinecone.proto.PaginationOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy