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

com.github.tjake.jlama.net.GenerateResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: JlamaService.proto

package com.github.tjake.jlama.net;

public interface GenerateResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.github.tjake.jlama.net.GenerateResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes session = 1;
   * @return The session.
   */
  com.google.protobuf.ByteString getSession();

  /**
   * int32 startPosition = 2;
   * @return The startPosition.
   */
  int getStartPosition();

  /**
   * repeated int32 tokens = 3;
   * @return A list containing the tokens.
   */
  java.util.List getTokensList();
  /**
   * repeated int32 tokens = 3;
   * @return The count of tokens.
   */
  int getTokensCount();
  /**
   * repeated int32 tokens = 3;
   * @param index The index of the element to return.
   * @return The tokens at the given index.
   */
  int getTokens(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy