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

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

  /**
   * repeated .ray.serve.DeploymentStatusInfo deployment_status_infos = 1 [json_name = "deploymentStatusInfos"];
   */
  java.util.List 
      getDeploymentStatusInfosList();
  /**
   * repeated .ray.serve.DeploymentStatusInfo deployment_status_infos = 1 [json_name = "deploymentStatusInfos"];
   */
  io.ray.serve.generated.DeploymentStatusInfo getDeploymentStatusInfos(int index);
  /**
   * repeated .ray.serve.DeploymentStatusInfo deployment_status_infos = 1 [json_name = "deploymentStatusInfos"];
   */
  int getDeploymentStatusInfosCount();
  /**
   * repeated .ray.serve.DeploymentStatusInfo deployment_status_infos = 1 [json_name = "deploymentStatusInfos"];
   */
  java.util.List 
      getDeploymentStatusInfosOrBuilderList();
  /**
   * repeated .ray.serve.DeploymentStatusInfo deployment_status_infos = 1 [json_name = "deploymentStatusInfos"];
   */
  io.ray.serve.generated.DeploymentStatusInfoOrBuilder getDeploymentStatusInfosOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy