public final class FieldData extends com.google.protobuf.GeneratedMessageV3 implements FieldDataOrBuilder
milvus.proto.schema.FieldData| 限定符和类型 | 类和说明 |
|---|---|
static class |
FieldData.Builder
Protobuf type
milvus.proto.schema.FieldData |
static class |
FieldData.FieldCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
FIELD_ID_FIELD_NUMBER |
static int |
FIELD_NAME_FIELD_NUMBER |
static int |
SCALARS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VECTORS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static FieldData |
getDefaultInstance() |
FieldData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FieldData.FieldCase |
getFieldCase() |
long |
getFieldId()
int64 field_id = 5; |
String |
getFieldName()
string field_name = 2; |
com.google.protobuf.ByteString |
getFieldNameBytes()
string field_name = 2; |
com.google.protobuf.Parser<FieldData> |
getParserForType() |
ScalarField |
getScalars()
.milvus.proto.schema.ScalarField scalars = 3; |
ScalarFieldOrBuilder |
getScalarsOrBuilder()
.milvus.proto.schema.ScalarField scalars = 3; |
int |
getSerializedSize() |
DataType |
getType()
.milvus.proto.schema.DataType type = 1; |
int |
getTypeValue()
.milvus.proto.schema.DataType type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
VectorField |
getVectors()
.milvus.proto.schema.VectorField vectors = 4; |
VectorFieldOrBuilder |
getVectorsOrBuilder()
.milvus.proto.schema.VectorField vectors = 4; |
int |
hashCode() |
boolean |
hasScalars()
.milvus.proto.schema.ScalarField scalars = 3; |
boolean |
hasVectors()
.milvus.proto.schema.VectorField vectors = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FieldData.Builder |
newBuilder() |
static FieldData.Builder |
newBuilder(FieldData prototype) |
FieldData.Builder |
newBuilderForType() |
protected FieldData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FieldData |
parseDelimitedFrom(InputStream input) |
static FieldData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldData |
parseFrom(byte[] data) |
static FieldData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldData |
parseFrom(ByteBuffer data) |
static FieldData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldData |
parseFrom(com.google.protobuf.ByteString data) |
static FieldData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldData |
parseFrom(InputStream input) |
static FieldData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FieldData> |
parser() |
FieldData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TYPE_FIELD_NUMBER
public static final int FIELD_NAME_FIELD_NUMBER
public static final int SCALARS_FIELD_NUMBER
public static final int VECTORS_FIELD_NUMBER
public static final int FIELD_ID_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public FieldData.FieldCase getFieldCase()
getFieldCase 在接口中 FieldDataOrBuilderpublic int getTypeValue()
.milvus.proto.schema.DataType type = 1;getTypeValue 在接口中 FieldDataOrBuilderpublic DataType getType()
.milvus.proto.schema.DataType type = 1;getType 在接口中 FieldDataOrBuilderpublic String getFieldName()
string field_name = 2;getFieldName 在接口中 FieldDataOrBuilderpublic com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 2;getFieldNameBytes 在接口中 FieldDataOrBuilderpublic boolean hasScalars()
.milvus.proto.schema.ScalarField scalars = 3;hasScalars 在接口中 FieldDataOrBuilderpublic ScalarField getScalars()
.milvus.proto.schema.ScalarField scalars = 3;getScalars 在接口中 FieldDataOrBuilderpublic ScalarFieldOrBuilder getScalarsOrBuilder()
.milvus.proto.schema.ScalarField scalars = 3;getScalarsOrBuilder 在接口中 FieldDataOrBuilderpublic boolean hasVectors()
.milvus.proto.schema.VectorField vectors = 4;hasVectors 在接口中 FieldDataOrBuilderpublic VectorField getVectors()
.milvus.proto.schema.VectorField vectors = 4;getVectors 在接口中 FieldDataOrBuilderpublic VectorFieldOrBuilder getVectorsOrBuilder()
.milvus.proto.schema.VectorField vectors = 4;getVectorsOrBuilder 在接口中 FieldDataOrBuilderpublic long getFieldId()
int64 field_id = 5;getFieldId 在接口中 FieldDataOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static FieldData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldData parseFrom(InputStream input) throws IOException
IOExceptionpublic static FieldData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FieldData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FieldData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FieldData.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static FieldData.Builder newBuilder()
public static FieldData.Builder newBuilder(FieldData prototype)
public FieldData.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected FieldData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static FieldData getDefaultInstance()
public static com.google.protobuf.Parser<FieldData> parser()
public com.google.protobuf.Parser<FieldData> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public FieldData getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.