io.ray.serve.generated.ApplicationStatusInfoOrBuilder 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 ApplicationStatusInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:ray.serve.ApplicationStatusInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .ray.serve.ApplicationStatus status = 1 [json_name = "status"];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .ray.serve.ApplicationStatus status = 1 [json_name = "status"];
* @return The status.
*/
io.ray.serve.generated.ApplicationStatus getStatus();
/**
* string message = 2 [json_name = "message"];
* @return The message.
*/
java.lang.String getMessage();
/**
* string message = 2 [json_name = "message"];
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
/**
* double deployment_timestamp = 3 [json_name = "deploymentTimestamp"];
* @return The deploymentTimestamp.
*/
double getDeploymentTimestamp();
}