Interface ShowCollectionsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ShowCollectionsRequest, ShowCollectionsRequest.Builder

    public interface ShowCollectionsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MsgBase getBase()
      Not useful for now
      MsgBaseOrBuilder getBaseOrBuilder()
      Not useful for now
      String getCollectionNames​(int index)
      When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
      com.google.protobuf.ByteString getCollectionNamesBytes​(int index)
      When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
      int getCollectionNamesCount()
      When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
      List<String> getCollectionNamesList()
      When type is InMemory, will return these collection's inMemory_percentages.(Optional) Deprecated: use GetLoadingProgress rpc instead
      String getDbName()
      Not useful for now
      com.google.protobuf.ByteString getDbNameBytes()
      Not useful for now
      long getTimeStamp()
      Not useful for now
      ShowType getType()
      Decide return Loaded collections or All collections(Optional)
      int getTypeValue()
      Decide return Loaded collections or All collections(Optional)
      boolean hasBase()
      Not useful for now
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasBase

        boolean hasBase()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        Whether the base field is set.
      • getBase

        MsgBase getBase()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        The base.
      • getBaseOrBuilder

        MsgBaseOrBuilder getBaseOrBuilder()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
      • getDbName

        String getDbName()
         Not useful for now
         
        string db_name = 2;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
         Not useful for now
         
        string db_name = 2;
        Returns:
        The bytes for dbName.
      • getTimeStamp

        long getTimeStamp()
         Not useful for now
         
        uint64 time_stamp = 3;
        Returns:
        The timeStamp.
      • getTypeValue

        int getTypeValue()
         Decide return Loaded collections or All collections(Optional)
         
        .milvus.proto.milvus.ShowType type = 4;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        ShowType getType()
         Decide return Loaded collections or All collections(Optional)
         
        .milvus.proto.milvus.ShowType type = 4;
        Returns:
        The type.
      • getCollectionNamesList

        List<String> getCollectionNamesList()
         When type is InMemory, will return these collection's inMemory_percentages.(Optional)
         Deprecated: use GetLoadingProgress rpc instead
         
        repeated string collection_names = 5;
        Returns:
        A list containing the collectionNames.
      • getCollectionNamesCount

        int getCollectionNamesCount()
         When type is InMemory, will return these collection's inMemory_percentages.(Optional)
         Deprecated: use GetLoadingProgress rpc instead
         
        repeated string collection_names = 5;
        Returns:
        The count of collectionNames.
      • getCollectionNames

        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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The collectionNames at the given index.
      • getCollectionNamesBytes

        com.google.protobuf.ByteString getCollectionNamesBytes​(int index)
         When type is InMemory, will return these collection's inMemory_percentages.(Optional)
         Deprecated: use GetLoadingProgress rpc instead
         
        repeated string collection_names = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the collectionNames at the given index.