grpc.vectorindex._CountItemsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: vectorindex.proto
package grpc.vectorindex;
public interface _CountItemsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._CountItemsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string index_name = 1;
* @return The indexName.
*/
java.lang.String getIndexName();
/**
* string index_name = 1;
* @return The bytes for indexName.
*/
com.google.protobuf.ByteString
getIndexNameBytes();
/**
* .vectorindex._CountItemsRequest.All all = 2;
* @return Whether the all field is set.
*/
boolean hasAll();
/**
* .vectorindex._CountItemsRequest.All all = 2;
* @return The all.
*/
grpc.vectorindex._CountItemsRequest.All getAll();
/**
* .vectorindex._CountItemsRequest.All all = 2;
*/
grpc.vectorindex._CountItemsRequest.AllOrBuilder getAllOrBuilder();
grpc.vectorindex._CountItemsRequest.FilterCase getFilterCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy