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

io.milvus.grpc.GetMetricsRequestOrBuilder 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: milvus.proto

package io.milvus.grpc;

public interface GetMetricsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetMetricsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.MsgBase base = 1;
   * @return Whether the base field is set.
   */
  boolean hasBase();
  /**
   * .milvus.proto.common.MsgBase base = 1;
   * @return The base.
   */
  io.milvus.grpc.MsgBase getBase();
  /**
   * .milvus.proto.common.MsgBase base = 1;
   */
  io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();

  /**
   * 
   * request is of jsonic format
   * 
* * string request = 2; * @return The request. */ java.lang.String getRequest(); /** *
   * request is of jsonic format
   * 
* * string request = 2; * @return The bytes for request. */ com.google.protobuf.ByteString getRequestBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy