Package io.milvus.grpc
Class LoadPartitionsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<LoadPartitionsRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
io.milvus.grpc.LoadPartitionsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,LoadPartitionsRequestOrBuilder,Cloneable
- Enclosing class:
LoadPartitionsRequest
public static final class LoadPartitionsRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
implements LoadPartitionsRequestOrBuilder
Load specific partitions data of one collection into query nodes Then you can get these data as result when you do vector search on this collection.Protobuf type
milvus.proto.milvus.LoadPartitionsRequest-
Method Summary
Modifier and TypeMethodDescriptionaddAllLoadFields(Iterable<String> values) Field Partial Load fields listaddAllPartitionNames(Iterable<String> values) The partition names you want to loadaddAllResourceGroups(Iterable<String> values) create replica used resource groupaddLoadFields(String value) Field Partial Load fields listaddLoadFieldsBytes(com.google.protobuf.ByteString value) Field Partial Load fields listaddPartitionNames(String value) The partition names you want to loadaddPartitionNamesBytes(com.google.protobuf.ByteString value) The partition names you want to loadaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addResourceGroups(String value) create replica used resource groupaddResourceGroupsBytes(com.google.protobuf.ByteString value) create replica used resource groupbuild()clear()Not useful for nowThe collection name in milvusstring db_name = 2;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Field Partial Load fields listclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) The partition names you want to loadWhether to enable refresh mode.The replicas number you would load, 1 by defaultcreate replica used resource groupField Partial load skip load dynamic fieldsclone()booleancontainsLoadParams(String key) Additional parameters for loadgetBase()Not useful for nowNot useful for nowNot useful for nowThe collection name in milvuscom.google.protobuf.ByteStringThe collection name in milvusstring db_name = 2;com.google.protobuf.ByteStringstring db_name = 2;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetLoadFields(int index) Field Partial Load fields listcom.google.protobuf.ByteStringgetLoadFieldsBytes(int index) Field Partial Load fields listintField Partial Load fields listcom.google.protobuf.ProtocolStringListField Partial Load fields listDeprecated.intAdditional parameters for loadAdditional parameters for loadgetLoadParamsOrDefault(String key, String defaultValue) Additional parameters for loadAdditional parameters for loadDeprecated.getPartitionNames(int index) The partition names you want to loadcom.google.protobuf.ByteStringgetPartitionNamesBytes(int index) The partition names you want to loadintThe partition names you want to loadcom.google.protobuf.ProtocolStringListThe partition names you want to loadbooleanWhether to enable refresh mode.intThe replicas number you would load, 1 by defaultgetResourceGroups(int index) create replica used resource groupcom.google.protobuf.ByteStringgetResourceGroupsBytes(int index) create replica used resource groupintcreate replica used resource groupcom.google.protobuf.ProtocolStringListcreate replica used resource groupbooleanField Partial load skip load dynamic fieldsbooleanhasBase()Not useful for nowprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number) final booleanNot useful for nowmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(LoadPartitionsRequest other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) putAllLoadParams(Map<String, String> values) Additional parameters for loadputLoadParams(String key, String value) Additional parameters for loadremoveLoadParams(String key) Additional parameters for loadNot useful for nowsetBase(MsgBase.Builder builderForValue) Not useful for nowsetCollectionName(String value) The collection name in milvussetCollectionNameBytes(com.google.protobuf.ByteString value) The collection name in milvusstring db_name = 2;setDbNameBytes(com.google.protobuf.ByteString value) string db_name = 2;setLoadFields(int index, String value) Field Partial Load fields listsetPartitionNames(int index, String value) The partition names you want to loadsetRefresh(boolean value) Whether to enable refresh mode.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setReplicaNumber(int value) The replicas number you would load, 1 by defaultsetResourceGroups(int index, String value) create replica used resource groupsetSkipLoadDynamicField(boolean value) Field Partial load skip load dynamic fieldssetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
setField
public LoadPartitionsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
clearField
public LoadPartitionsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
clearOneof
public LoadPartitionsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
setRepeatedField
public LoadPartitionsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
addRepeatedField
public LoadPartitionsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LoadPartitionsRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
mergeFrom
public LoadPartitionsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LoadPartitionsRequest.Builder>- Throws:
IOException
-
hasBase
public boolean hasBase()Not useful for now
.milvus.proto.common.MsgBase base = 1;- Specified by:
hasBasein interfaceLoadPartitionsRequestOrBuilder- Returns:
- Whether the base field is set.
-
getBase
Not useful for now
.milvus.proto.common.MsgBase base = 1;- Specified by:
getBasein interfaceLoadPartitionsRequestOrBuilder- Returns:
- The base.
-
setBase
Not useful for now
.milvus.proto.common.MsgBase base = 1; -
setBase
Not useful for now
.milvus.proto.common.MsgBase base = 1; -
mergeBase
Not useful for now
.milvus.proto.common.MsgBase base = 1; -
clearBase
Not useful for now
.milvus.proto.common.MsgBase base = 1; -
getBaseBuilder
Not useful for now
.milvus.proto.common.MsgBase base = 1; -
getBaseOrBuilder
Not useful for now
.milvus.proto.common.MsgBase base = 1;- Specified by:
getBaseOrBuilderin interfaceLoadPartitionsRequestOrBuilder
-
getDbName
string db_name = 2;- Specified by:
getDbNamein interfaceLoadPartitionsRequestOrBuilder- Returns:
- The dbName.
-
getDbNameBytes
public com.google.protobuf.ByteString getDbNameBytes()string db_name = 2;- Specified by:
getDbNameBytesin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The bytes for dbName.
-
setDbName
string db_name = 2;- Parameters:
value- The dbName to set.- Returns:
- This builder for chaining.
-
clearDbName
string db_name = 2;- Returns:
- This builder for chaining.
-
setDbNameBytes
string db_name = 2;- Parameters:
value- The bytes for dbName to set.- Returns:
- This builder for chaining.
-
getCollectionName
The collection name in milvus
string collection_name = 3;- Specified by:
getCollectionNamein interfaceLoadPartitionsRequestOrBuilder- Returns:
- The collectionName.
-
getCollectionNameBytes
public com.google.protobuf.ByteString getCollectionNameBytes()The collection name in milvus
string collection_name = 3;- Specified by:
getCollectionNameBytesin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The bytes for collectionName.
-
setCollectionName
The collection name in milvus
string collection_name = 3;- Parameters:
value- The collectionName to set.- Returns:
- This builder for chaining.
-
clearCollectionName
The collection name in milvus
string collection_name = 3;- Returns:
- This builder for chaining.
-
setCollectionNameBytes
The collection name in milvus
string collection_name = 3;- Parameters:
value- The bytes for collectionName to set.- Returns:
- This builder for chaining.
-
getPartitionNamesList
public com.google.protobuf.ProtocolStringList getPartitionNamesList()The partition names you want to load
repeated string partition_names = 4;- Specified by:
getPartitionNamesListin interfaceLoadPartitionsRequestOrBuilder- Returns:
- A list containing the partitionNames.
-
getPartitionNamesCount
public int getPartitionNamesCount()The partition names you want to load
repeated string partition_names = 4;- Specified by:
getPartitionNamesCountin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The count of partitionNames.
-
getPartitionNames
The partition names you want to load
repeated string partition_names = 4;- Specified by:
getPartitionNamesin interfaceLoadPartitionsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The partitionNames at the given index.
-
getPartitionNamesBytes
public com.google.protobuf.ByteString getPartitionNamesBytes(int index) The partition names you want to load
repeated string partition_names = 4;- Specified by:
getPartitionNamesBytesin interfaceLoadPartitionsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionNames at the given index.
-
setPartitionNames
The partition names you want to load
repeated string partition_names = 4;- Parameters:
index- The index to set the value at.value- The partitionNames to set.- Returns:
- This builder for chaining.
-
addPartitionNames
The partition names you want to load
repeated string partition_names = 4;- Parameters:
value- The partitionNames to add.- Returns:
- This builder for chaining.
-
addAllPartitionNames
The partition names you want to load
repeated string partition_names = 4;- Parameters:
values- The partitionNames to add.- Returns:
- This builder for chaining.
-
clearPartitionNames
The partition names you want to load
repeated string partition_names = 4;- Returns:
- This builder for chaining.
-
addPartitionNamesBytes
The partition names you want to load
repeated string partition_names = 4;- Parameters:
value- The bytes of the partitionNames to add.- Returns:
- This builder for chaining.
-
getReplicaNumber
public int getReplicaNumber()The replicas number you would load, 1 by default
int32 replica_number = 5;- Specified by:
getReplicaNumberin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The replicaNumber.
-
setReplicaNumber
The replicas number you would load, 1 by default
int32 replica_number = 5;- Parameters:
value- The replicaNumber to set.- Returns:
- This builder for chaining.
-
clearReplicaNumber
The replicas number you would load, 1 by default
int32 replica_number = 5;- Returns:
- This builder for chaining.
-
getResourceGroupsList
public com.google.protobuf.ProtocolStringList getResourceGroupsList()create replica used resource group
repeated string resource_groups = 6;- Specified by:
getResourceGroupsListin interfaceLoadPartitionsRequestOrBuilder- Returns:
- A list containing the resourceGroups.
-
getResourceGroupsCount
public int getResourceGroupsCount()create replica used resource group
repeated string resource_groups = 6;- Specified by:
getResourceGroupsCountin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The count of resourceGroups.
-
getResourceGroups
create replica used resource group
repeated string resource_groups = 6;- Specified by:
getResourceGroupsin interfaceLoadPartitionsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The resourceGroups at the given index.
-
getResourceGroupsBytes
public com.google.protobuf.ByteString getResourceGroupsBytes(int index) create replica used resource group
repeated string resource_groups = 6;- Specified by:
getResourceGroupsBytesin interfaceLoadPartitionsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resourceGroups at the given index.
-
setResourceGroups
create replica used resource group
repeated string resource_groups = 6;- Parameters:
index- The index to set the value at.value- The resourceGroups to set.- Returns:
- This builder for chaining.
-
addResourceGroups
create replica used resource group
repeated string resource_groups = 6;- Parameters:
value- The resourceGroups to add.- Returns:
- This builder for chaining.
-
addAllResourceGroups
create replica used resource group
repeated string resource_groups = 6;- Parameters:
values- The resourceGroups to add.- Returns:
- This builder for chaining.
-
clearResourceGroups
create replica used resource group
repeated string resource_groups = 6;- Returns:
- This builder for chaining.
-
addResourceGroupsBytes
create replica used resource group
repeated string resource_groups = 6;- Parameters:
value- The bytes of the resourceGroups to add.- Returns:
- This builder for chaining.
-
getRefresh
public boolean getRefresh()Whether to enable refresh mode.
bool refresh = 7;- Specified by:
getRefreshin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The refresh.
-
setRefresh
Whether to enable refresh mode.
bool refresh = 7;- Parameters:
value- The refresh to set.- Returns:
- This builder for chaining.
-
clearRefresh
Whether to enable refresh mode.
bool refresh = 7;- Returns:
- This builder for chaining.
-
getLoadFieldsList
public com.google.protobuf.ProtocolStringList getLoadFieldsList()Field Partial Load fields list
repeated string load_fields = 8;- Specified by:
getLoadFieldsListin interfaceLoadPartitionsRequestOrBuilder- Returns:
- A list containing the loadFields.
-
getLoadFieldsCount
public int getLoadFieldsCount()Field Partial Load fields list
repeated string load_fields = 8;- Specified by:
getLoadFieldsCountin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The count of loadFields.
-
getLoadFields
Field Partial Load fields list
repeated string load_fields = 8;- Specified by:
getLoadFieldsin interfaceLoadPartitionsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The loadFields at the given index.
-
getLoadFieldsBytes
public com.google.protobuf.ByteString getLoadFieldsBytes(int index) Field Partial Load fields list
repeated string load_fields = 8;- Specified by:
getLoadFieldsBytesin interfaceLoadPartitionsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the loadFields at the given index.
-
setLoadFields
Field Partial Load fields list
repeated string load_fields = 8;- Parameters:
index- The index to set the value at.value- The loadFields to set.- Returns:
- This builder for chaining.
-
addLoadFields
Field Partial Load fields list
repeated string load_fields = 8;- Parameters:
value- The loadFields to add.- Returns:
- This builder for chaining.
-
addAllLoadFields
Field Partial Load fields list
repeated string load_fields = 8;- Parameters:
values- The loadFields to add.- Returns:
- This builder for chaining.
-
clearLoadFields
Field Partial Load fields list
repeated string load_fields = 8;- Returns:
- This builder for chaining.
-
addLoadFieldsBytes
Field Partial Load fields list
repeated string load_fields = 8;- Parameters:
value- The bytes of the loadFields to add.- Returns:
- This builder for chaining.
-
getSkipLoadDynamicField
public boolean getSkipLoadDynamicField()Field Partial load skip load dynamic fields
bool skip_load_dynamic_field = 9;- Specified by:
getSkipLoadDynamicFieldin interfaceLoadPartitionsRequestOrBuilder- Returns:
- The skipLoadDynamicField.
-
setSkipLoadDynamicField
Field Partial load skip load dynamic fields
bool skip_load_dynamic_field = 9;- Parameters:
value- The skipLoadDynamicField to set.- Returns:
- This builder for chaining.
-
clearSkipLoadDynamicField
Field Partial load skip load dynamic fields
bool skip_load_dynamic_field = 9;- Returns:
- This builder for chaining.
-
getLoadParamsCount
public int getLoadParamsCount()Description copied from interface:LoadPartitionsRequestOrBuilderAdditional parameters for load
map<string, string> load_params = 10;- Specified by:
getLoadParamsCountin interfaceLoadPartitionsRequestOrBuilder
-
containsLoadParams
Additional parameters for load
map<string, string> load_params = 10;- Specified by:
containsLoadParamsin interfaceLoadPartitionsRequestOrBuilder
-
getLoadParams
Deprecated.UsegetLoadParamsMap()instead.- Specified by:
getLoadParamsin interfaceLoadPartitionsRequestOrBuilder
-
getLoadParamsMap
Additional parameters for load
map<string, string> load_params = 10;- Specified by:
getLoadParamsMapin interfaceLoadPartitionsRequestOrBuilder
-
getLoadParamsOrDefault
Additional parameters for load
map<string, string> load_params = 10;- Specified by:
getLoadParamsOrDefaultin interfaceLoadPartitionsRequestOrBuilder
-
getLoadParamsOrThrow
Additional parameters for load
map<string, string> load_params = 10;- Specified by:
getLoadParamsOrThrowin interfaceLoadPartitionsRequestOrBuilder
-
clearLoadParams
-
removeLoadParams
Additional parameters for load
map<string, string> load_params = 10; -
getMutableLoadParams
Deprecated.Use alternate mutation accessors instead. -
putLoadParams
Additional parameters for load
map<string, string> load_params = 10; -
putAllLoadParams
Additional parameters for load
map<string, string> load_params = 10; -
setUnknownFields
public final LoadPartitionsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-
mergeUnknownFields
public final LoadPartitionsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<LoadPartitionsRequest.Builder>
-