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

io.ray.serve.generated.ApplicationStatusInfoOrBuilder 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy