com.yelp.nrtsearch.server.grpc.FacetHierarchyPathOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientlib Show documentation
Show all versions of clientlib Show documentation
GRPC Clientlib for nrtSearch
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yelp/nrtsearch/luceneserver.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface FacetHierarchyPathOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.FacetHierarchyPath)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string value = 1;
* @return A list containing the value.
*/
java.util.List
getValueList();
/**
* repeated string value = 1;
* @return The count of value.
*/
int getValueCount();
/**
* repeated string value = 1;
* @param index The index of the element to return.
* @return The value at the given index.
*/
java.lang.String getValue(int index);
/**
* repeated string value = 1;
* @param index The index of the value to return.
* @return The bytes of the value at the given index.
*/
com.google.protobuf.ByteString
getValueBytes(int index);
}