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

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

  /**
   * bytes object_snapshot = 1 [json_name = "objectSnapshot"];
   * @return The objectSnapshot.
   */
  com.google.protobuf.ByteString getObjectSnapshot();

  /**
   * int32 snapshot_id = 2 [json_name = "snapshotId"];
   * @return The snapshotId.
   */
  int getSnapshotId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy