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

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

  /**
   * map<string, int32> keys_to_snapshot_ids = 1 [json_name = "keysToSnapshotIds"];
   */
  int getKeysToSnapshotIdsCount();
  /**
   * map<string, int32> keys_to_snapshot_ids = 1 [json_name = "keysToSnapshotIds"];
   */
  boolean containsKeysToSnapshotIds(
      java.lang.String key);
  /**
   * Use {@link #getKeysToSnapshotIdsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getKeysToSnapshotIds();
  /**
   * map<string, int32> keys_to_snapshot_ids = 1 [json_name = "keysToSnapshotIds"];
   */
  java.util.Map
  getKeysToSnapshotIdsMap();
  /**
   * map<string, int32> keys_to_snapshot_ids = 1 [json_name = "keysToSnapshotIds"];
   */

  int getKeysToSnapshotIdsOrDefault(
      java.lang.String key,
      int defaultValue);
  /**
   * map<string, int32> keys_to_snapshot_ids = 1 [json_name = "keysToSnapshotIds"];
   */

  int getKeysToSnapshotIdsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy