Package io.milvus.grpc
Class DescribeIndexResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
- io.milvus.grpc.DescribeIndexResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,DescribeIndexResponseOrBuilder,Cloneable
- Enclosing class:
- DescribeIndexResponse
public static final class DescribeIndexResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder> implements DescribeIndexResponseOrBuilder
Describe index response
Protobuf typemilvus.proto.milvus.DescribeIndexResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeIndexResponse.BuilderaddAllIndexDescriptions(Iterable<? extends IndexDescription> values)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuilderaddIndexDescriptions(int index, IndexDescription value)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuilderaddIndexDescriptions(int index, IndexDescription.Builder builderForValue)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuilderaddIndexDescriptions(IndexDescription value)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuilderaddIndexDescriptions(IndexDescription.Builder builderForValue)All index informations, for now only return tha latest index you created for the collection.IndexDescription.BuilderaddIndexDescriptionsBuilder()All index informations, for now only return tha latest index you created for the collection.IndexDescription.BuilderaddIndexDescriptionsBuilder(int index)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DescribeIndexResponsebuild()DescribeIndexResponsebuildPartial()DescribeIndexResponse.Builderclear()DescribeIndexResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DescribeIndexResponse.BuilderclearIndexDescriptions()All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DescribeIndexResponse.BuilderclearStatus()Response statusDescribeIndexResponse.Builderclone()DescribeIndexResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()IndexDescriptiongetIndexDescriptions(int index)All index informations, for now only return tha latest index you created for the collection.IndexDescription.BuildergetIndexDescriptionsBuilder(int index)All index informations, for now only return tha latest index you created for the collection.List<IndexDescription.Builder>getIndexDescriptionsBuilderList()All index informations, for now only return tha latest index you created for the collection.intgetIndexDescriptionsCount()All index informations, for now only return tha latest index you created for the collection.List<IndexDescription>getIndexDescriptionsList()All index informations, for now only return tha latest index you created for the collection.IndexDescriptionOrBuildergetIndexDescriptionsOrBuilder(int index)All index informations, for now only return tha latest index you created for the collection.List<? extends IndexDescriptionOrBuilder>getIndexDescriptionsOrBuilderList()All index informations, for now only return tha latest index you created for the collection.StatusgetStatus()Response statusStatus.BuildergetStatusBuilder()Response statusStatusOrBuildergetStatusOrBuilder()Response statusbooleanhasStatus()Response statusprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DescribeIndexResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DescribeIndexResponse.BuildermergeFrom(com.google.protobuf.Message other)DescribeIndexResponse.BuildermergeFrom(DescribeIndexResponse other)DescribeIndexResponse.BuildermergeStatus(Status value)Response statusDescribeIndexResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DescribeIndexResponse.BuilderremoveIndexDescriptions(int index)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DescribeIndexResponse.BuildersetIndexDescriptions(int index, IndexDescription value)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuildersetIndexDescriptions(int index, IndexDescription.Builder builderForValue)All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DescribeIndexResponse.BuildersetStatus(Status value)Response statusDescribeIndexResponse.BuildersetStatus(Status.Builder builderForValue)Response statusDescribeIndexResponse.BuildersetUnknownFields(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, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
clear
public DescribeIndexResponse.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<DescribeIndexResponse.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<DescribeIndexResponse.Builder>
-
getDefaultInstanceForType
public DescribeIndexResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DescribeIndexResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DescribeIndexResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DescribeIndexResponse.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<DescribeIndexResponse.Builder>
-
setField
public DescribeIndexResponse.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<DescribeIndexResponse.Builder>
-
clearField
public DescribeIndexResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
clearOneof
public DescribeIndexResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
setRepeatedField
public DescribeIndexResponse.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<DescribeIndexResponse.Builder>
-
addRepeatedField
public DescribeIndexResponse.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<DescribeIndexResponse.Builder>
-
mergeFrom
public DescribeIndexResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DescribeIndexResponse.Builder>
-
mergeFrom
public DescribeIndexResponse.Builder mergeFrom(DescribeIndexResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
mergeFrom
public DescribeIndexResponse.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<DescribeIndexResponse.Builder>- Throws:
IOException
-
hasStatus
public boolean hasStatus()
Response status
.milvus.proto.common.Status status = 1;- Specified by:
hasStatusin interfaceDescribeIndexResponseOrBuilder- Returns:
- Whether the status field is set.
-
getStatus
public Status getStatus()
Response status
.milvus.proto.common.Status status = 1;- Specified by:
getStatusin interfaceDescribeIndexResponseOrBuilder- Returns:
- The status.
-
setStatus
public DescribeIndexResponse.Builder setStatus(Status value)
Response status
.milvus.proto.common.Status status = 1;
-
setStatus
public DescribeIndexResponse.Builder setStatus(Status.Builder builderForValue)
Response status
.milvus.proto.common.Status status = 1;
-
mergeStatus
public DescribeIndexResponse.Builder mergeStatus(Status value)
Response status
.milvus.proto.common.Status status = 1;
-
clearStatus
public DescribeIndexResponse.Builder clearStatus()
Response status
.milvus.proto.common.Status status = 1;
-
getStatusBuilder
public Status.Builder getStatusBuilder()
Response status
.milvus.proto.common.Status status = 1;
-
getStatusOrBuilder
public StatusOrBuilder getStatusOrBuilder()
Response status
.milvus.proto.common.Status status = 1;- Specified by:
getStatusOrBuilderin interfaceDescribeIndexResponseOrBuilder
-
getIndexDescriptionsList
public List<IndexDescription> getIndexDescriptionsList()
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;- Specified by:
getIndexDescriptionsListin interfaceDescribeIndexResponseOrBuilder
-
getIndexDescriptionsCount
public int getIndexDescriptionsCount()
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;- Specified by:
getIndexDescriptionsCountin interfaceDescribeIndexResponseOrBuilder
-
getIndexDescriptions
public IndexDescription getIndexDescriptions(int index)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;- Specified by:
getIndexDescriptionsin interfaceDescribeIndexResponseOrBuilder
-
setIndexDescriptions
public DescribeIndexResponse.Builder setIndexDescriptions(int index, IndexDescription value)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
setIndexDescriptions
public DescribeIndexResponse.Builder setIndexDescriptions(int index, IndexDescription.Builder builderForValue)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
addIndexDescriptions
public DescribeIndexResponse.Builder addIndexDescriptions(IndexDescription value)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
addIndexDescriptions
public DescribeIndexResponse.Builder addIndexDescriptions(int index, IndexDescription value)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
addIndexDescriptions
public DescribeIndexResponse.Builder addIndexDescriptions(IndexDescription.Builder builderForValue)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
addIndexDescriptions
public DescribeIndexResponse.Builder addIndexDescriptions(int index, IndexDescription.Builder builderForValue)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
addAllIndexDescriptions
public DescribeIndexResponse.Builder addAllIndexDescriptions(Iterable<? extends IndexDescription> values)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
clearIndexDescriptions
public DescribeIndexResponse.Builder clearIndexDescriptions()
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
removeIndexDescriptions
public DescribeIndexResponse.Builder removeIndexDescriptions(int index)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
getIndexDescriptionsBuilder
public IndexDescription.Builder getIndexDescriptionsBuilder(int index)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
getIndexDescriptionsOrBuilder
public IndexDescriptionOrBuilder getIndexDescriptionsOrBuilder(int index)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;- Specified by:
getIndexDescriptionsOrBuilderin interfaceDescribeIndexResponseOrBuilder
-
getIndexDescriptionsOrBuilderList
public List<? extends IndexDescriptionOrBuilder> getIndexDescriptionsOrBuilderList()
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;- Specified by:
getIndexDescriptionsOrBuilderListin interfaceDescribeIndexResponseOrBuilder
-
addIndexDescriptionsBuilder
public IndexDescription.Builder addIndexDescriptionsBuilder()
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
addIndexDescriptionsBuilder
public IndexDescription.Builder addIndexDescriptionsBuilder(int index)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
getIndexDescriptionsBuilderList
public List<IndexDescription.Builder> getIndexDescriptionsBuilderList()
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
setUnknownFields
public final DescribeIndexResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
mergeUnknownFields
public final DescribeIndexResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DescribeIndexResponse.Builder>
-
-