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

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

  /**
   * 
   * Not useful for now
   * 
* * .milvus.proto.common.MsgBase base = 1; * @return Whether the base field is set. */ boolean hasBase(); /** *
   * Not useful for now
   * 
* * .milvus.proto.common.MsgBase base = 1; * @return The base. */ io.milvus.grpc.MsgBase getBase(); /** *
   * Not useful for now
   * 
* * .milvus.proto.common.MsgBase base = 1; */ io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder(); /** * string db_name = 2; * @return The dbName. */ java.lang.String getDbName(); /** * string db_name = 2; * @return The bytes for dbName. */ com.google.protobuf.ByteString getDbNameBytes(); /** *
   * The collection name you want get statistics
   * 
* * string collection_name = 3; * @return The collectionName. */ java.lang.String getCollectionName(); /** *
   * The collection name you want get statistics
   * 
* * string collection_name = 3; * @return The bytes for collectionName. */ com.google.protobuf.ByteString getCollectionNameBytes(); /** *
   * The partition names you want get statistics, empty for all partitions
   * 
* * repeated string partition_names = 4; * @return A list containing the partitionNames. */ java.util.List getPartitionNamesList(); /** *
   * The partition names you want get statistics, empty for all partitions
   * 
* * repeated string partition_names = 4; * @return The count of partitionNames. */ int getPartitionNamesCount(); /** *
   * The partition names you want get statistics, empty for all partitions
   * 
* * repeated string partition_names = 4; * @param index The index of the element to return. * @return The partitionNames at the given index. */ java.lang.String getPartitionNames(int index); /** *
   * The partition names you want get statistics, empty for all partitions
   * 
* * repeated string partition_names = 4; * @param index The index of the value to return. * @return The bytes of the partitionNames at the given index. */ com.google.protobuf.ByteString getPartitionNamesBytes(int index); /** *
   * Not useful for now, reserved for future
   * 
* * uint64 guarantee_timestamp = 5; * @return The guaranteeTimestamp. */ long getGuaranteeTimestamp(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy