public static final class CreateCollectionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder> implements CreateCollectionRequestOrBuilder
proxima.dashvector.proto.CreateCollectionRequest| 限定符和类型 | 方法和说明 |
|---|---|
CreateCollectionRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateCollectionRequest |
build() |
CreateCollectionRequest |
buildPartial() |
CreateCollectionRequest.Builder |
clear() |
CreateCollectionRequest.Builder |
clearDimension()
uint32 dimension = 2; |
CreateCollectionRequest.Builder |
clearDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
CreateCollectionRequest.Builder |
clearExtraParams() |
CreateCollectionRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CreateCollectionRequest.Builder |
clearFieldsSchema() |
CreateCollectionRequest.Builder |
clearMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
CreateCollectionRequest.Builder |
clearName()
string name = 1; |
CreateCollectionRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CreateCollectionRequest.Builder |
clearSparseVectorsSchema() |
CreateCollectionRequest.Builder |
clearVectorsSchema() |
CreateCollectionRequest.Builder |
clone() |
boolean |
containsExtraParams(String key)
map<string, string> extra_params = 6; |
boolean |
containsFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
boolean |
containsSparseVectorsSchema(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
boolean |
containsVectorsSchema(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CreateCollectionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getDimension()
uint32 dimension = 2; |
CollectionInfo.DataType |
getDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
int |
getDtypeValue()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
Map<String,String> |
getExtraParams()
已过时。
|
int |
getExtraParamsCount()
map<string, string> extra_params = 6; |
Map<String,String> |
getExtraParamsMap()
map<string, string> extra_params = 6; |
String |
getExtraParamsOrDefault(String key,
String defaultValue)
map<string, string> extra_params = 6; |
String |
getExtraParamsOrThrow(String key)
map<string, string> extra_params = 6; |
Map<String,FieldType> |
getFieldsSchema()
已过时。
|
int |
getFieldsSchemaCount()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
Map<String,FieldType> |
getFieldsSchemaMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
FieldType |
getFieldsSchemaOrDefault(String key,
FieldType defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
FieldType |
getFieldsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
Map<String,Integer> |
getFieldsSchemaValue()
已过时。
|
Map<String,Integer> |
getFieldsSchemaValueMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getFieldsSchemaValueOrDefault(String key,
int defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getFieldsSchemaValueOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CollectionInfo.Metric |
getMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
int |
getMetricValue()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
Map<String,String> |
getMutableExtraParams()
已过时。
|
Map<String,FieldType> |
getMutableFieldsSchema()
已过时。
|
Map<String,Integer> |
getMutableFieldsSchemaValue()
已过时。
|
Map<String,CollectionInfo.VectorParam> |
getMutableSparseVectorsSchema()
已过时。
|
Map<String,CollectionInfo.VectorParam> |
getMutableVectorsSchema()
已过时。
|
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
Map<String,CollectionInfo.VectorParam> |
getSparseVectorsSchema()
已过时。
|
int |
getSparseVectorsSchemaCount()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
Map<String,CollectionInfo.VectorParam> |
getSparseVectorsSchemaMap()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CollectionInfo.VectorParam |
getSparseVectorsSchemaOrDefault(String key,
CollectionInfo.VectorParam defaultValue)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CollectionInfo.VectorParam |
getSparseVectorsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
Map<String,CollectionInfo.VectorParam> |
getVectorsSchema()
已过时。
|
int |
getVectorsSchemaCount()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
Map<String,CollectionInfo.VectorParam> |
getVectorsSchemaMap()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CollectionInfo.VectorParam |
getVectorsSchemaOrDefault(String key,
CollectionInfo.VectorParam defaultValue)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CollectionInfo.VectorParam |
getVectorsSchemaOrThrow(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
CreateCollectionRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CreateCollectionRequest.Builder |
mergeFrom(CreateCollectionRequest other) |
CreateCollectionRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
CreateCollectionRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateCollectionRequest.Builder |
putAllExtraParams(Map<String,String> values)
map<string, string> extra_params = 6; |
CreateCollectionRequest.Builder |
putAllFieldsSchema(Map<String,FieldType> values)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CreateCollectionRequest.Builder |
putAllFieldsSchemaValue(Map<String,Integer> values)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CreateCollectionRequest.Builder |
putAllSparseVectorsSchema(Map<String,CollectionInfo.VectorParam> values)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CreateCollectionRequest.Builder |
putAllVectorsSchema(Map<String,CollectionInfo.VectorParam> values)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CreateCollectionRequest.Builder |
putExtraParams(String key,
String value)
map<string, string> extra_params = 6; |
CreateCollectionRequest.Builder |
putFieldsSchema(String key,
FieldType value)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CreateCollectionRequest.Builder |
putFieldsSchemaValue(String key,
int value)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CreateCollectionRequest.Builder |
putSparseVectorsSchema(String key,
CollectionInfo.VectorParam value)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CreateCollectionRequest.Builder |
putVectorsSchema(String key,
CollectionInfo.VectorParam value)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CreateCollectionRequest.Builder |
removeExtraParams(String key)
map<string, string> extra_params = 6; |
CreateCollectionRequest.Builder |
removeFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CreateCollectionRequest.Builder |
removeSparseVectorsSchema(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CreateCollectionRequest.Builder |
removeVectorsSchema(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CreateCollectionRequest.Builder |
setDimension(int value)
uint32 dimension = 2; |
CreateCollectionRequest.Builder |
setDtype(CollectionInfo.DataType value)
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
CreateCollectionRequest.Builder |
setDtypeValue(int value)
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
CreateCollectionRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateCollectionRequest.Builder |
setMetric(CollectionInfo.Metric value)
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
CreateCollectionRequest.Builder |
setMetricValue(int value)
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
CreateCollectionRequest.Builder |
setName(String value)
string name = 1; |
CreateCollectionRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 1; |
CreateCollectionRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CreateCollectionRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic CreateCollectionRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic CreateCollectionRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic CreateCollectionRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder mergeFrom(CreateCollectionRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public CreateCollectionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<CreateCollectionRequest.Builder>IOExceptionpublic String getName()
string name = 1;getName 在接口中 CreateCollectionRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 1;getNameBytes 在接口中 CreateCollectionRequestOrBuilderpublic CreateCollectionRequest.Builder setName(String value)
string name = 1;value - The name to set.public CreateCollectionRequest.Builder clearName()
string name = 1;public CreateCollectionRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 1;value - The bytes for name to set.public int getDimension()
uint32 dimension = 2;getDimension 在接口中 CreateCollectionRequestOrBuilderpublic CreateCollectionRequest.Builder setDimension(int value)
uint32 dimension = 2;value - The dimension to set.public CreateCollectionRequest.Builder clearDimension()
uint32 dimension = 2;public int getDtypeValue()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;getDtypeValue 在接口中 CreateCollectionRequestOrBuilderpublic CreateCollectionRequest.Builder setDtypeValue(int value)
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;value - The enum numeric value on the wire for dtype to set.public CollectionInfo.DataType getDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;getDtype 在接口中 CreateCollectionRequestOrBuilderpublic CreateCollectionRequest.Builder setDtype(CollectionInfo.DataType value)
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;value - The dtype to set.public CreateCollectionRequest.Builder clearDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;public int getMetricValue()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;getMetricValue 在接口中 CreateCollectionRequestOrBuilderpublic CreateCollectionRequest.Builder setMetricValue(int value)
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;value - The enum numeric value on the wire for metric to set.public CollectionInfo.Metric getMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;getMetric 在接口中 CreateCollectionRequestOrBuilderpublic CreateCollectionRequest.Builder setMetric(CollectionInfo.Metric value)
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;value - The metric to set.public CreateCollectionRequest.Builder clearMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;public int getVectorsSchemaCount()
CreateCollectionRequestOrBuilderdimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;public boolean containsVectorsSchema(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;@Deprecated public Map<String,CollectionInfo.VectorParam> getVectorsSchema()
getVectorsSchemaMap() instead.public Map<String,CollectionInfo.VectorParam> getVectorsSchemaMap()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;public CollectionInfo.VectorParam getVectorsSchemaOrDefault(String key, CollectionInfo.VectorParam defaultValue)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;public CollectionInfo.VectorParam getVectorsSchemaOrThrow(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;public CreateCollectionRequest.Builder clearVectorsSchema()
public CreateCollectionRequest.Builder removeVectorsSchema(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;@Deprecated public Map<String,CollectionInfo.VectorParam> getMutableVectorsSchema()
public CreateCollectionRequest.Builder putVectorsSchema(String key, CollectionInfo.VectorParam value)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;public CreateCollectionRequest.Builder putAllVectorsSchema(Map<String,CollectionInfo.VectorParam> values)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;public int getSparseVectorsSchemaCount()
CreateCollectionRequestOrBuildermap<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;public boolean containsSparseVectorsSchema(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;@Deprecated public Map<String,CollectionInfo.VectorParam> getSparseVectorsSchema()
getSparseVectorsSchemaMap() instead.public Map<String,CollectionInfo.VectorParam> getSparseVectorsSchemaMap()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;public CollectionInfo.VectorParam getSparseVectorsSchemaOrDefault(String key, CollectionInfo.VectorParam defaultValue)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;public CollectionInfo.VectorParam getSparseVectorsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;public CreateCollectionRequest.Builder clearSparseVectorsSchema()
public CreateCollectionRequest.Builder removeSparseVectorsSchema(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;@Deprecated public Map<String,CollectionInfo.VectorParam> getMutableSparseVectorsSchema()
public CreateCollectionRequest.Builder putSparseVectorsSchema(String key, CollectionInfo.VectorParam value)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;public CreateCollectionRequest.Builder putAllSparseVectorsSchema(Map<String,CollectionInfo.VectorParam> values)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;public int getFieldsSchemaCount()
CreateCollectionRequestOrBuildermap<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public boolean containsFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated public Map<String,FieldType> getFieldsSchema()
getFieldsSchemaMap() instead.public Map<String,FieldType> getFieldsSchemaMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public FieldType getFieldsSchemaOrDefault(String key, FieldType defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public FieldType getFieldsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated public Map<String,Integer> getFieldsSchemaValue()
getFieldsSchemaValueMap() instead.public Map<String,Integer> getFieldsSchemaValueMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public int getFieldsSchemaValueOrDefault(String key, int defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public int getFieldsSchemaValueOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public CreateCollectionRequest.Builder clearFieldsSchema()
public CreateCollectionRequest.Builder removeFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated public Map<String,FieldType> getMutableFieldsSchema()
public CreateCollectionRequest.Builder putFieldsSchema(String key, FieldType value)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public CreateCollectionRequest.Builder putAllFieldsSchema(Map<String,FieldType> values)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated public Map<String,Integer> getMutableFieldsSchemaValue()
public CreateCollectionRequest.Builder putFieldsSchemaValue(String key, int value)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public CreateCollectionRequest.Builder putAllFieldsSchemaValue(Map<String,Integer> values)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;public int getExtraParamsCount()
CreateCollectionRequestOrBuildermap<string, string> extra_params = 6;public boolean containsExtraParams(String key)
map<string, string> extra_params = 6;@Deprecated public Map<String,String> getExtraParams()
getExtraParamsMap() instead.public Map<String,String> getExtraParamsMap()
map<string, string> extra_params = 6;public String getExtraParamsOrDefault(String key, String defaultValue)
map<string, string> extra_params = 6;public String getExtraParamsOrThrow(String key)
map<string, string> extra_params = 6;public CreateCollectionRequest.Builder clearExtraParams()
public CreateCollectionRequest.Builder removeExtraParams(String key)
map<string, string> extra_params = 6;@Deprecated public Map<String,String> getMutableExtraParams()
public CreateCollectionRequest.Builder putExtraParams(String key, String value)
map<string, string> extra_params = 6;public CreateCollectionRequest.Builder putAllExtraParams(Map<String,String> values)
map<string, string> extra_params = 6;public final CreateCollectionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>public final CreateCollectionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<CreateCollectionRequest.Builder>Copyright © 2025. All rights reserved.