Interface CollectionSchemaOrBuilder

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

public interface CollectionSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getDescription

      String getDescription()
      string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 2;
      Returns:
      The bytes for description.
    • getAutoID

      @Deprecated boolean getAutoID()
      Deprecated.
      milvus.proto.schema.CollectionSchema.autoID is deprecated. See schema.proto;l=96
       deprecated later, keep compatible with c++ part now
       
      bool autoID = 3 [deprecated = true];
      Returns:
      The autoID.
    • getFieldsList

      List<FieldSchema> getFieldsList()
      repeated .milvus.proto.schema.FieldSchema fields = 4;
    • getFields

      FieldSchema getFields(int index)
      repeated .milvus.proto.schema.FieldSchema fields = 4;
    • getFieldsCount

      int getFieldsCount()
      repeated .milvus.proto.schema.FieldSchema fields = 4;
    • getFieldsOrBuilderList

      List<? extends FieldSchemaOrBuilder> getFieldsOrBuilderList()
      repeated .milvus.proto.schema.FieldSchema fields = 4;
    • getFieldsOrBuilder

      FieldSchemaOrBuilder getFieldsOrBuilder(int index)
      repeated .milvus.proto.schema.FieldSchema fields = 4;
    • getEnableDynamicField

      boolean getEnableDynamicField()
       mark whether this table has the dynamic field function enabled.
       
      bool enable_dynamic_field = 5;
      Returns:
      The enableDynamicField.
    • getPropertiesList

      List<KeyValuePair> getPropertiesList()
      repeated .milvus.proto.common.KeyValuePair properties = 6;
    • getProperties

      KeyValuePair getProperties(int index)
      repeated .milvus.proto.common.KeyValuePair properties = 6;
    • getPropertiesCount

      int getPropertiesCount()
      repeated .milvus.proto.common.KeyValuePair properties = 6;
    • getPropertiesOrBuilderList

      List<? extends KeyValuePairOrBuilder> getPropertiesOrBuilderList()
      repeated .milvus.proto.common.KeyValuePair properties = 6;
    • getPropertiesOrBuilder

      KeyValuePairOrBuilder getPropertiesOrBuilder(int index)
      repeated .milvus.proto.common.KeyValuePair properties = 6;
    • getFunctionsList

      List<FunctionSchema> getFunctionsList()
      repeated .milvus.proto.schema.FunctionSchema functions = 7;
    • getFunctions

      FunctionSchema getFunctions(int index)
      repeated .milvus.proto.schema.FunctionSchema functions = 7;
    • getFunctionsCount

      int getFunctionsCount()
      repeated .milvus.proto.schema.FunctionSchema functions = 7;
    • getFunctionsOrBuilderList

      List<? extends FunctionSchemaOrBuilder> getFunctionsOrBuilderList()
      repeated .milvus.proto.schema.FunctionSchema functions = 7;
    • getFunctionsOrBuilder

      FunctionSchemaOrBuilder getFunctionsOrBuilder(int index)
      repeated .milvus.proto.schema.FunctionSchema functions = 7;
    • getDbName

      String getDbName()
      string dbName = 8;
      Returns:
      The dbName.
    • getDbNameBytes

      com.google.protobuf.ByteString getDbNameBytes()
      string dbName = 8;
      Returns:
      The bytes for dbName.