Uses of Class
io.milvus.grpc.StructArrayFieldSchema
Packages that use StructArrayFieldSchema
-
Uses of StructArrayFieldSchema in io.milvus.grpc
Methods in io.milvus.grpc that return StructArrayFieldSchemaModifier and TypeMethodDescriptionStructArrayFieldSchema.Builder.build()StructArrayFieldSchema.Builder.buildPartial()static StructArrayFieldSchemaStructArrayFieldSchema.getDefaultInstance()StructArrayFieldSchema.Builder.getDefaultInstanceForType()StructArrayFieldSchema.getDefaultInstanceForType()CollectionSchema.Builder.getStructArrayFields(int index) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;CollectionSchema.getStructArrayFields(int index) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;CollectionSchemaOrBuilder.getStructArrayFields(int index) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;static StructArrayFieldSchemaStructArrayFieldSchema.parseDelimitedFrom(InputStream input) static StructArrayFieldSchemaStructArrayFieldSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(byte[] data) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(com.google.protobuf.ByteString data) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(InputStream input) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(ByteBuffer data) static StructArrayFieldSchemaStructArrayFieldSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type StructArrayFieldSchemaModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StructArrayFieldSchema> StructArrayFieldSchema.getParserForType()CollectionSchema.Builder.getStructArrayFieldsList()repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;CollectionSchema.getStructArrayFieldsList()repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;CollectionSchemaOrBuilder.getStructArrayFieldsList()repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;static com.google.protobuf.Parser<StructArrayFieldSchema> StructArrayFieldSchema.parser()Methods in io.milvus.grpc with parameters of type StructArrayFieldSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.addStructArrayFields(int index, StructArrayFieldSchema value) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;CollectionSchema.Builder.addStructArrayFields(StructArrayFieldSchema value) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;StructArrayFieldSchema.Builder.mergeFrom(StructArrayFieldSchema other) StructArrayFieldSchema.newBuilder(StructArrayFieldSchema prototype) CollectionSchema.Builder.setStructArrayFields(int index, StructArrayFieldSchema value) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;Method parameters in io.milvus.grpc with type arguments of type StructArrayFieldSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.addAllStructArrayFields(Iterable<? extends StructArrayFieldSchema> values) repeated .milvus.proto.schema.StructArrayFieldSchema struct_array_fields = 9;