Uses of Class
io.milvus.grpc.FieldSchema
-
Packages that use FieldSchema Package Description io.milvus.grpc io.milvus.param -
-
Uses of FieldSchema in io.milvus.grpc
Methods in io.milvus.grpc that return FieldSchema Modifier and Type Method Description FieldSchemaFieldSchema.Builder. build()FieldSchemaFieldSchema.Builder. buildPartial()static FieldSchemaFieldSchema. getDefaultInstance()FieldSchemaFieldSchema.Builder. getDefaultInstanceForType()FieldSchemaFieldSchema. getDefaultInstanceForType()FieldSchemaCollectionSchema.Builder. getFields(int index)repeated .milvus.proto.schema.FieldSchema fields = 4;FieldSchemaCollectionSchema. getFields(int index)repeated .milvus.proto.schema.FieldSchema fields = 4;FieldSchemaCollectionSchemaOrBuilder. getFields(int index)repeated .milvus.proto.schema.FieldSchema fields = 4;static FieldSchemaFieldSchema. parseDelimitedFrom(InputStream input)static FieldSchemaFieldSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldSchemaFieldSchema. parseFrom(byte[] data)static FieldSchemaFieldSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldSchemaFieldSchema. parseFrom(com.google.protobuf.ByteString data)static FieldSchemaFieldSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldSchemaFieldSchema. parseFrom(com.google.protobuf.CodedInputStream input)static FieldSchemaFieldSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldSchemaFieldSchema. parseFrom(InputStream input)static FieldSchemaFieldSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldSchemaFieldSchema. parseFrom(ByteBuffer data)static FieldSchemaFieldSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type FieldSchema Modifier and Type Method Description List<FieldSchema>CollectionSchema.Builder. getFieldsList()repeated .milvus.proto.schema.FieldSchema fields = 4;List<FieldSchema>CollectionSchema. getFieldsList()repeated .milvus.proto.schema.FieldSchema fields = 4;List<FieldSchema>CollectionSchemaOrBuilder. getFieldsList()repeated .milvus.proto.schema.FieldSchema fields = 4;com.google.protobuf.Parser<FieldSchema>FieldSchema. getParserForType()static com.google.protobuf.Parser<FieldSchema>FieldSchema. parser()Methods in io.milvus.grpc with parameters of type FieldSchema Modifier and Type Method Description CollectionSchema.BuilderCollectionSchema.Builder. addFields(int index, FieldSchema value)repeated .milvus.proto.schema.FieldSchema fields = 4;CollectionSchema.BuilderCollectionSchema.Builder. addFields(FieldSchema value)repeated .milvus.proto.schema.FieldSchema fields = 4;FieldSchema.BuilderFieldSchema.Builder. mergeFrom(FieldSchema other)static FieldSchema.BuilderFieldSchema. newBuilder(FieldSchema prototype)CollectionSchema.BuilderCollectionSchema.Builder. setFields(int index, FieldSchema value)repeated .milvus.proto.schema.FieldSchema fields = 4;Method parameters in io.milvus.grpc with type arguments of type FieldSchema Modifier and Type Method Description CollectionSchema.BuilderCollectionSchema.Builder. addAllFields(Iterable<? extends FieldSchema> values)repeated .milvus.proto.schema.FieldSchema fields = 4; -
Uses of FieldSchema in io.milvus.param
Methods in io.milvus.param that return FieldSchema Modifier and Type Method Description static FieldSchemaParamUtils. ConvertField(@NonNull FieldType field)Convert a client field schema to grpc field schemaMethods in io.milvus.param with parameters of type FieldSchema Modifier and Type Method Description static FieldTypeParamUtils. ConvertField(@NonNull FieldSchema field)Convert a grpc field schema to client field schema
-