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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface ShowCollectionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.ShowCollectionsRequest)
    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(); /** *
   * Not useful for now
   * 
* * uint64 time_stamp = 3; * @return The timeStamp. */ long getTimeStamp(); /** *
   * Decide return Loaded collections or All collections(Optional)
   * 
* * .milvus.proto.milvus.ShowType type = 4; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Decide return Loaded collections or All collections(Optional)
   * 
* * .milvus.proto.milvus.ShowType type = 4; * @return The type. */ io.milvus.grpc.ShowType getType(); /** *
   * When type is InMemory, will return these collection's inMemory_percentages.(Optional)
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated string collection_names = 5 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. * See milvus.proto;l=489 * @return A list containing the collectionNames. */ @java.lang.Deprecated java.util.List getCollectionNamesList(); /** *
   * When type is InMemory, will return these collection's inMemory_percentages.(Optional)
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated string collection_names = 5 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. * See milvus.proto;l=489 * @return The count of collectionNames. */ @java.lang.Deprecated int getCollectionNamesCount(); /** *
   * When type is InMemory, will return these collection's inMemory_percentages.(Optional)
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated string collection_names = 5 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. * See milvus.proto;l=489 * @param index The index of the element to return. * @return The collectionNames at the given index. */ @java.lang.Deprecated java.lang.String getCollectionNames(int index); /** *
   * When type is InMemory, will return these collection's inMemory_percentages.(Optional)
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated string collection_names = 5 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowCollectionsRequest.collection_names is deprecated. * See milvus.proto;l=489 * @param index The index of the value to return. * @return The bytes of the collectionNames at the given index. */ @java.lang.Deprecated com.google.protobuf.ByteString getCollectionNamesBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy