public final class ImportRequest extends com.google.protobuf.GeneratedMessageV3 implements ImportRequestOrBuilder
milvus.proto.milvus.ImportRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
ImportRequest.Builder
Protobuf type
milvus.proto.milvus.ImportRequest |
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 |
CHANNEL_NAMES_FIELD_NUMBER |
static int |
COLLECTION_NAME_FIELD_NUMBER |
static int |
FILES_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static int |
PARTITION_NAME_FIELD_NUMBER |
static int |
ROW_BASED_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getChannelNames(int index)
channel names for the collection
repeated string channel_names = 3; |
com.google.protobuf.ByteString |
getChannelNamesBytes(int index)
channel names for the collection
repeated string channel_names = 3; |
int |
getChannelNamesCount()
channel names for the collection
repeated string channel_names = 3; |
com.google.protobuf.ProtocolStringList |
getChannelNamesList()
channel names for the collection
repeated string channel_names = 3; |
String |
getCollectionName()
target collection
string collection_name = 1; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
target collection
string collection_name = 1; |
static ImportRequest |
getDefaultInstance() |
ImportRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFiles(int index)
file paths to be imported
repeated string files = 5; |
com.google.protobuf.ByteString |
getFilesBytes(int index)
file paths to be imported
repeated string files = 5; |
int |
getFilesCount()
file paths to be imported
repeated string files = 5; |
com.google.protobuf.ProtocolStringList |
getFilesList()
file paths to be imported
repeated string files = 5; |
KeyValuePair |
getOptions(int index)
import options, bucket, etc.
|
int |
getOptionsCount()
import options, bucket, etc.
|
List<KeyValuePair> |
getOptionsList()
import options, bucket, etc.
|
KeyValuePairOrBuilder |
getOptionsOrBuilder(int index)
import options, bucket, etc.
|
List<? extends KeyValuePairOrBuilder> |
getOptionsOrBuilderList()
import options, bucket, etc.
|
com.google.protobuf.Parser<ImportRequest> |
getParserForType() |
String |
getPartitionName()
target partition
string partition_name = 2; |
com.google.protobuf.ByteString |
getPartitionNameBytes()
target partition
string partition_name = 2; |
boolean |
getRowBased()
the file is row-based or column-based
bool row_based = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ImportRequest.Builder |
newBuilder() |
static ImportRequest.Builder |
newBuilder(ImportRequest prototype) |
ImportRequest.Builder |
newBuilderForType() |
protected ImportRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ImportRequest |
parseDelimitedFrom(InputStream input) |
static ImportRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRequest |
parseFrom(byte[] data) |
static ImportRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRequest |
parseFrom(ByteBuffer data) |
static ImportRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ImportRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRequest |
parseFrom(InputStream input) |
static ImportRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ImportRequest> |
parser() |
ImportRequest.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 COLLECTION_NAME_FIELD_NUMBER
public static final int PARTITION_NAME_FIELD_NUMBER
public static final int CHANNEL_NAMES_FIELD_NUMBER
public static final int ROW_BASED_FIELD_NUMBER
public static final int FILES_FIELD_NUMBER
public static final int OPTIONS_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 String getCollectionName()
target collection
string collection_name = 1;getCollectionName 在接口中 ImportRequestOrBuilderpublic com.google.protobuf.ByteString getCollectionNameBytes()
target collection
string collection_name = 1;getCollectionNameBytes 在接口中 ImportRequestOrBuilderpublic String getPartitionName()
target partition
string partition_name = 2;getPartitionName 在接口中 ImportRequestOrBuilderpublic com.google.protobuf.ByteString getPartitionNameBytes()
target partition
string partition_name = 2;getPartitionNameBytes 在接口中 ImportRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getChannelNamesList()
channel names for the collection
repeated string channel_names = 3;getChannelNamesList 在接口中 ImportRequestOrBuilderpublic int getChannelNamesCount()
channel names for the collection
repeated string channel_names = 3;getChannelNamesCount 在接口中 ImportRequestOrBuilderpublic String getChannelNames(int index)
channel names for the collection
repeated string channel_names = 3;getChannelNames 在接口中 ImportRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getChannelNamesBytes(int index)
channel names for the collection
repeated string channel_names = 3;getChannelNamesBytes 在接口中 ImportRequestOrBuilderindex - The index of the value to return.public boolean getRowBased()
the file is row-based or column-based
bool row_based = 4;getRowBased 在接口中 ImportRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getFilesList()
file paths to be imported
repeated string files = 5;getFilesList 在接口中 ImportRequestOrBuilderpublic int getFilesCount()
file paths to be imported
repeated string files = 5;getFilesCount 在接口中 ImportRequestOrBuilderpublic String getFiles(int index)
file paths to be imported
repeated string files = 5;getFiles 在接口中 ImportRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getFilesBytes(int index)
file paths to be imported
repeated string files = 5;getFilesBytes 在接口中 ImportRequestOrBuilderindex - The index of the value to return.public List<KeyValuePair> getOptionsList()
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;getOptionsList 在接口中 ImportRequestOrBuilderpublic List<? extends KeyValuePairOrBuilder> getOptionsOrBuilderList()
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;public int getOptionsCount()
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;getOptionsCount 在接口中 ImportRequestOrBuilderpublic KeyValuePair getOptions(int index)
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;getOptions 在接口中 ImportRequestOrBuilderpublic KeyValuePairOrBuilder getOptionsOrBuilder(int index)
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;getOptionsOrBuilder 在接口中 ImportRequestOrBuilderpublic 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 ImportRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static ImportRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImportRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ImportRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImportRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ImportRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ImportRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ImportRequest.Builder newBuilder()
public static ImportRequest.Builder newBuilder(ImportRequest prototype)
public ImportRequest.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ImportRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static ImportRequest getDefaultInstance()
public static com.google.protobuf.Parser<ImportRequest> parser()
public com.google.protobuf.Parser<ImportRequest> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ImportRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.