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

io.milvus.grpc.GetMetricsResponseOrBuilder 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 GetMetricsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetMetricsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   * @return The status.
   */
  io.milvus.grpc.Status getStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   */
  io.milvus.grpc.StatusOrBuilder getStatusOrBuilder();

  /**
   * 
   * response is of jsonic format
   * 
* * string response = 2; * @return The response. */ java.lang.String getResponse(); /** *
   * response is of jsonic format
   * 
* * string response = 2; * @return The bytes for response. */ com.google.protobuf.ByteString getResponseBytes(); /** *
   * metrics from which component
   * 
* * string component_name = 3; * @return The componentName. */ java.lang.String getComponentName(); /** *
   * metrics from which component
   * 
* * string component_name = 3; * @return The bytes for componentName. */ com.google.protobuf.ByteString getComponentNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy