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

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

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

package io.milvus.grpc;

public interface GetQuerySegmentInfoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetQuerySegmentInfoResponse)
    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();

  /**
   * repeated .milvus.proto.milvus.QuerySegmentInfo infos = 2;
   */
  java.util.List 
      getInfosList();
  /**
   * repeated .milvus.proto.milvus.QuerySegmentInfo infos = 2;
   */
  io.milvus.grpc.QuerySegmentInfo getInfos(int index);
  /**
   * repeated .milvus.proto.milvus.QuerySegmentInfo infos = 2;
   */
  int getInfosCount();
  /**
   * repeated .milvus.proto.milvus.QuerySegmentInfo infos = 2;
   */
  java.util.List 
      getInfosOrBuilderList();
  /**
   * repeated .milvus.proto.milvus.QuerySegmentInfo infos = 2;
   */
  io.milvus.grpc.QuerySegmentInfoOrBuilder getInfosOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy