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

io.milvus.grpc.KeyValuePairOrBuilder Maven / Gradle / Ivy

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1

There is a newer version: 2.2.2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package io.milvus.grpc;

public interface KeyValuePairOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.common.KeyValuePair)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();

  /**
   * string value = 2;
   * @return The value.
   */
  java.lang.String getValue();
  /**
   * string value = 2;
   * @return The bytes for value.
   */
  com.google.protobuf.ByteString
      getValueBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy