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

io.ray.serve.generated.FruitAmountsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.39.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: src/ray/protobuf/serve.proto

package io.ray.serve.generated;

public interface FruitAmountsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ray.serve.FruitAmounts)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 orange = 1 [json_name = "orange"];
   * @return The orange.
   */
  long getOrange();

  /**
   * int64 apple = 2 [json_name = "apple"];
   * @return The apple.
   */
  long getApple();

  /**
   * int64 banana = 3 [json_name = "banana"];
   * @return The banana.
   */
  long getBanana();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy