io.ray.serve.generated.DeploymentStatusInfoListOrBuilder Maven / Gradle / Ivy
// 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 extends io.ray.serve.generated.DeploymentStatusInfoOrBuilder>
getDeploymentStatusInfosOrBuilderList();
/**
* repeated .ray.serve.DeploymentStatusInfo deployment_status_infos = 1 [json_name = "deploymentStatusInfos"];
*/
io.ray.serve.generated.DeploymentStatusInfoOrBuilder getDeploymentStatusInfosOrBuilder(
int index);
}