io.pinecone.proto.SparseValuesOrBuilder Maven / Gradle / Ivy
// 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 SparseValuesOrBuilder extends
// @@protoc_insertion_point(interface_extends:SparseValues)
com.google.protobuf.MessageOrBuilder {
/**
* repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED];
* @return A list containing the indices.
*/
java.util.List getIndicesList();
/**
* repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The count of indices.
*/
int getIndicesCount();
/**
* repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the element to return.
* @return The indices at the given index.
*/
int getIndices(int index);
/**
* repeated float values = 2 [(.google.api.field_behavior) = REQUIRED];
* @return A list containing the values.
*/
java.util.List getValuesList();
/**
* repeated float values = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The count of values.
*/
int getValuesCount();
/**
* repeated float values = 2 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the element to return.
* @return The values at the given index.
*/
float getValues(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy