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

io.pinecone.proto.ListItemOrBuilder 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 ListItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ListItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy