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

io.ray.serve.generated.DeploymentRouteListOrBuilder 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 DeploymentRouteListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ray.serve.DeploymentRouteList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .ray.serve.DeploymentRoute deployment_routes = 1 [json_name = "deploymentRoutes"];
   */
  java.util.List 
      getDeploymentRoutesList();
  /**
   * repeated .ray.serve.DeploymentRoute deployment_routes = 1 [json_name = "deploymentRoutes"];
   */
  io.ray.serve.generated.DeploymentRoute getDeploymentRoutes(int index);
  /**
   * repeated .ray.serve.DeploymentRoute deployment_routes = 1 [json_name = "deploymentRoutes"];
   */
  int getDeploymentRoutesCount();
  /**
   * repeated .ray.serve.DeploymentRoute deployment_routes = 1 [json_name = "deploymentRoutes"];
   */
  java.util.List 
      getDeploymentRoutesOrBuilderList();
  /**
   * repeated .ray.serve.DeploymentRoute deployment_routes = 1 [json_name = "deploymentRoutes"];
   */
  io.ray.serve.generated.DeploymentRouteOrBuilder getDeploymentRoutesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy