Package io.milvus.grpc
Interface FlushResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlushResponse,FlushResponse.Builder
public interface FlushResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsCollSegIDs(String key)map<string, .schema.LongArray> coll_segIDs = 3;Map<String,LongArray>getCollSegIDs()Deprecated.intgetCollSegIDsCount()map<string, .schema.LongArray> coll_segIDs = 3;Map<String,LongArray>getCollSegIDsMap()map<string, .schema.LongArray> coll_segIDs = 3;LongArraygetCollSegIDsOrDefault(String key, LongArray defaultValue)map<string, .schema.LongArray> coll_segIDs = 3;LongArraygetCollSegIDsOrThrow(String key)map<string, .schema.LongArray> coll_segIDs = 3;StringgetDbName()string db_name = 2;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 2;StatusgetStatus().common.Status status = 1;StatusOrBuildergetStatusOrBuilder().common.Status status = 1;booleanhasStatus().common.Status status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus()
.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder()
.common.Status status = 1;
-
getDbName
String getDbName()
string db_name = 2;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;- Returns:
- The bytes for dbName.
-
getCollSegIDsCount
int getCollSegIDsCount()
map<string, .schema.LongArray> coll_segIDs = 3;
-
containsCollSegIDs
boolean containsCollSegIDs(String key)
map<string, .schema.LongArray> coll_segIDs = 3;
-
getCollSegIDs
@Deprecated Map<String,LongArray> getCollSegIDs()
Deprecated.UsegetCollSegIDsMap()instead.
-
getCollSegIDsMap
Map<String,LongArray> getCollSegIDsMap()
map<string, .schema.LongArray> coll_segIDs = 3;
-
getCollSegIDsOrDefault
LongArray getCollSegIDsOrDefault(String key, LongArray defaultValue)
map<string, .schema.LongArray> coll_segIDs = 3;
-
-