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