Package milvus.proto.msg
Interface Msg.ImportFileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Msg.ImportFile,Msg.ImportFile.Builder
- Enclosing class:
Msg
public static interface Msg.ImportFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;getPaths(int index) A singular row-based file or multiple column-based files.com.google.protobuf.ByteStringgetPathsBytes(int index) A singular row-based file or multiple column-based files.intA singular row-based file or multiple column-based files.A singular row-based file or multiple column-based files.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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getPathsList
A singular row-based file or multiple column-based files.
repeated string paths = 2;- Returns:
- A list containing the paths.
-
getPathsCount
int getPathsCount()A singular row-based file or multiple column-based files.
repeated string paths = 2;- Returns:
- The count of paths.
-
getPaths
A singular row-based file or multiple column-based files.
repeated string paths = 2;- Parameters:
index- The index of the element to return.- Returns:
- The paths at the given index.
-
getPathsBytes
com.google.protobuf.ByteString getPathsBytes(int index) A singular row-based file or multiple column-based files.
repeated string paths = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the paths at the given index.
-