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

com.yelp.nrtsearch.server.grpc.LabelAndValueOrBuilder 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/search.proto

// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;

public interface LabelAndValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.LabelAndValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Facet's label.
   * 
* * string label = 1; * @return The label. */ java.lang.String getLabel(); /** *
   *Facet's label.
   * 
* * string label = 1; * @return The bytes for label. */ com.google.protobuf.ByteString getLabelBytes(); /** *
   * Value associated with this label.
   * 
* * double value = 2; * @return The value. */ double getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy