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

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

  /**
   * string data = 1 [json_name = "data"];
   * @return The data.
   */
  java.lang.String getData();
  /**
   * string data = 1 [json_name = "data"];
   * @return The bytes for data.
   */
  com.google.protobuf.ByteString
      getDataBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy