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

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

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

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

  /**
   * bool isHit = 1;
   * @return The isHit.
   */
  boolean getIsHit();

  /**
   * string text = 2;
   * @return The text.
   */
  java.lang.String getText();
  /**
   * string text = 2;
   * @return The bytes for text.
   */
  com.google.protobuf.ByteString
      getTextBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy