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

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

  /**
   * map<string, .ray.serve.EndpointInfo> endpoints = 1 [json_name = "endpoints"];
   */
  int getEndpointsCount();
  /**
   * map<string, .ray.serve.EndpointInfo> endpoints = 1 [json_name = "endpoints"];
   */
  boolean containsEndpoints(
      java.lang.String key);
  /**
   * Use {@link #getEndpointsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getEndpoints();
  /**
   * map<string, .ray.serve.EndpointInfo> endpoints = 1 [json_name = "endpoints"];
   */
  java.util.Map
  getEndpointsMap();
  /**
   * map<string, .ray.serve.EndpointInfo> endpoints = 1 [json_name = "endpoints"];
   */

  io.ray.serve.generated.EndpointInfo getEndpointsOrDefault(
      java.lang.String key,
      io.ray.serve.generated.EndpointInfo defaultValue);
  /**
   * map<string, .ray.serve.EndpointInfo> endpoints = 1 [json_name = "endpoints"];
   */

  io.ray.serve.generated.EndpointInfo getEndpointsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy