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

com.yelp.nrtsearch.server.grpc.FacetHierarchyPathOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.1
Show newest version
// 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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy