Package io.milvus.grpc
Interface StructArrayFieldSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StructArrayFieldSchema,StructArrayFieldSchema.Builder
public interface StructArrayFieldSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 3;com.google.protobuf.ByteStringstring description = 3;longint64 fieldID = 1;getFields(int index) repeated .milvus.proto.schema.FieldSchema fields = 4;intrepeated .milvus.proto.schema.FieldSchema fields = 4;repeated .milvus.proto.schema.FieldSchema fields = 4;getFieldsOrBuilder(int index) repeated .milvus.proto.schema.FieldSchema fields = 4;List<? extends FieldSchemaOrBuilder> repeated .milvus.proto.schema.FieldSchema fields = 4;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldID
long getFieldID()int64 fieldID = 1;- Returns:
- The fieldID.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getDescription
String getDescription()string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3;- Returns:
- The bytes for description.
-
getFieldsList
List<FieldSchema> getFieldsList()repeated .milvus.proto.schema.FieldSchema fields = 4; -
getFields
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
repeated .milvus.proto.schema.FieldSchema fields = 4;
-