Package io.milvus.grpc
Interface AlterDatabaseRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlterDatabaseRequest,AlterDatabaseRequest.Builder
public interface AlterDatabaseRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;getDbId()string db_id = 3;com.google.protobuf.ByteStringstring db_id = 3;string db_name = 2;com.google.protobuf.ByteStringstring db_name = 2;getDeleteKeys(int index) repeated string delete_keys = 5;com.google.protobuf.ByteStringgetDeleteKeysBytes(int index) repeated string delete_keys = 5;intrepeated string delete_keys = 5;repeated string delete_keys = 5;getProperties(int index) repeated .milvus.proto.common.KeyValuePair properties = 4;intrepeated .milvus.proto.common.KeyValuePair properties = 4;repeated .milvus.proto.common.KeyValuePair properties = 4;getPropertiesOrBuilder(int index) repeated .milvus.proto.common.KeyValuePair properties = 4;List<? extends KeyValuePairOrBuilder> repeated .milvus.proto.common.KeyValuePair properties = 4;booleanhasBase().milvus.proto.common.MsgBase base = 1;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
-
hasBase
boolean hasBase().milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase().milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder().milvus.proto.common.MsgBase base = 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.
-
getDbId
String getDbId()string db_id = 3;- Returns:
- The dbId.
-
getDbIdBytes
com.google.protobuf.ByteString getDbIdBytes()string db_id = 3;- Returns:
- The bytes for dbId.
-
getPropertiesList
List<KeyValuePair> getPropertiesList()repeated .milvus.proto.common.KeyValuePair properties = 4; -
getProperties
repeated .milvus.proto.common.KeyValuePair properties = 4; -
getPropertiesCount
int getPropertiesCount()repeated .milvus.proto.common.KeyValuePair properties = 4; -
getPropertiesOrBuilderList
List<? extends KeyValuePairOrBuilder> getPropertiesOrBuilderList()repeated .milvus.proto.common.KeyValuePair properties = 4; -
getPropertiesOrBuilder
repeated .milvus.proto.common.KeyValuePair properties = 4; -
getDeleteKeysList
repeated string delete_keys = 5;- Returns:
- A list containing the deleteKeys.
-
getDeleteKeysCount
int getDeleteKeysCount()repeated string delete_keys = 5;- Returns:
- The count of deleteKeys.
-
getDeleteKeys
repeated string delete_keys = 5;- Parameters:
index- The index of the element to return.- Returns:
- The deleteKeys at the given index.
-
getDeleteKeysBytes
com.google.protobuf.ByteString getDeleteKeysBytes(int index) repeated string delete_keys = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the deleteKeys at the given index.
-