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

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

  /**
   * repeated string names = 1 [json_name = "names"];
   * @return A list containing the names.
   */
  java.util.List
      getNamesList();
  /**
   * repeated string names = 1 [json_name = "names"];
   * @return The count of names.
   */
  int getNamesCount();
  /**
   * repeated string names = 1 [json_name = "names"];
   * @param index The index of the element to return.
   * @return The names at the given index.
   */
  java.lang.String getNames(int index);
  /**
   * repeated string names = 1 [json_name = "names"];
   * @param index The index of the value to return.
   * @return The bytes of the names at the given index.
   */
  com.google.protobuf.ByteString
      getNamesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy