public static final class ShowCollectionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder> implements ShowCollectionsResponseOrBuilder
Return basic collection infos.Protobuf type
milvus.proto.milvus.ShowCollectionsResponse| 限定符和类型 | 方法和说明 |
|---|---|
ShowCollectionsResponse.Builder |
addAllCollectionIds(Iterable<? extends Long> values)
Collection Id array
repeated int64 collection_ids = 3; |
ShowCollectionsResponse.Builder |
addAllCollectionNames(Iterable<String> values)
Collection name array
repeated string collection_names = 2; |
ShowCollectionsResponse.Builder |
addAllCreatedTimestamps(Iterable<? extends Long> values)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
ShowCollectionsResponse.Builder |
addAllCreatedUtcTimestamps(Iterable<? extends Long> values)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
ShowCollectionsResponse.Builder |
addAllInMemoryPercentages(Iterable<? extends Long> values)
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowCollectionsResponse.Builder |
addAllQueryServiceAvailable(Iterable<? extends Boolean> values)
Indicate whether query service is available
repeated bool query_service_available = 7; |
ShowCollectionsResponse.Builder |
addCollectionIds(long value)
Collection Id array
repeated int64 collection_ids = 3; |
ShowCollectionsResponse.Builder |
addCollectionNames(String value)
Collection name array
repeated string collection_names = 2; |
ShowCollectionsResponse.Builder |
addCollectionNamesBytes(com.google.protobuf.ByteString value)
Collection name array
repeated string collection_names = 2; |
ShowCollectionsResponse.Builder |
addCreatedTimestamps(long value)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
ShowCollectionsResponse.Builder |
addCreatedUtcTimestamps(long value)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
ShowCollectionsResponse.Builder |
addInMemoryPercentages(long value)
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowCollectionsResponse.Builder |
addQueryServiceAvailable(boolean value)
Indicate whether query service is available
repeated bool query_service_available = 7; |
ShowCollectionsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ShowCollectionsResponse |
build() |
ShowCollectionsResponse |
buildPartial() |
ShowCollectionsResponse.Builder |
clear() |
ShowCollectionsResponse.Builder |
clearCollectionIds()
Collection Id array
repeated int64 collection_ids = 3; |
ShowCollectionsResponse.Builder |
clearCollectionNames()
Collection name array
repeated string collection_names = 2; |
ShowCollectionsResponse.Builder |
clearCreatedTimestamps()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
ShowCollectionsResponse.Builder |
clearCreatedUtcTimestamps()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
ShowCollectionsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ShowCollectionsResponse.Builder |
clearInMemoryPercentages()
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowCollectionsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ShowCollectionsResponse.Builder |
clearQueryServiceAvailable()
Indicate whether query service is available
repeated bool query_service_available = 7; |
ShowCollectionsResponse.Builder |
clearStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowCollectionsResponse.Builder |
clone() |
long |
getCollectionIds(int index)
Collection Id array
repeated int64 collection_ids = 3; |
int |
getCollectionIdsCount()
Collection Id array
repeated int64 collection_ids = 3; |
List<Long> |
getCollectionIdsList()
Collection Id array
repeated int64 collection_ids = 3; |
String |
getCollectionNames(int index)
Collection name array
repeated string collection_names = 2; |
com.google.protobuf.ByteString |
getCollectionNamesBytes(int index)
Collection name array
repeated string collection_names = 2; |
int |
getCollectionNamesCount()
Collection name array
repeated string collection_names = 2; |
com.google.protobuf.ProtocolStringList |
getCollectionNamesList()
Collection name array
repeated string collection_names = 2; |
long |
getCreatedTimestamps(int index)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
int |
getCreatedTimestampsCount()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
List<Long> |
getCreatedTimestampsList()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
long |
getCreatedUtcTimestamps(int index)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
int |
getCreatedUtcTimestampsCount()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
List<Long> |
getCreatedUtcTimestampsList()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
ShowCollectionsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getInMemoryPercentages(int index)
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
int |
getInMemoryPercentagesCount()
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
List<Long> |
getInMemoryPercentagesList()
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
boolean |
getQueryServiceAvailable(int index)
Indicate whether query service is available
repeated bool query_service_available = 7; |
int |
getQueryServiceAvailableCount()
Indicate whether query service is available
repeated bool query_service_available = 7; |
List<Boolean> |
getQueryServiceAvailableList()
Indicate whether query service is available
repeated bool query_service_available = 7; |
Status |
getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
Status.Builder |
getStatusBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ShowCollectionsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ShowCollectionsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ShowCollectionsResponse.Builder |
mergeFrom(ShowCollectionsResponse other) |
ShowCollectionsResponse.Builder |
mergeStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowCollectionsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ShowCollectionsResponse.Builder |
setCollectionIds(int index,
long value)
Collection Id array
repeated int64 collection_ids = 3; |
ShowCollectionsResponse.Builder |
setCollectionNames(int index,
String value)
Collection name array
repeated string collection_names = 2; |
ShowCollectionsResponse.Builder |
setCreatedTimestamps(int index,
long value)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
ShowCollectionsResponse.Builder |
setCreatedUtcTimestamps(int index,
long value)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
ShowCollectionsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ShowCollectionsResponse.Builder |
setInMemoryPercentages(int index,
long value)
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowCollectionsResponse.Builder |
setQueryServiceAvailable(int index,
boolean value)
Indicate whether query service is available
repeated bool query_service_available = 7; |
ShowCollectionsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ShowCollectionsResponse.Builder |
setStatus(Status.Builder builderForValue)
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowCollectionsResponse.Builder |
setStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowCollectionsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ShowCollectionsResponse build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ShowCollectionsResponse buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ShowCollectionsResponse.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.Builder mergeFrom(ShowCollectionsResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public ShowCollectionsResponse.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<ShowCollectionsResponse.Builder>IOExceptionpublic boolean hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;hasStatus 在接口中 ShowCollectionsResponseOrBuilderpublic Status getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;getStatus 在接口中 ShowCollectionsResponseOrBuilderpublic ShowCollectionsResponse.Builder setStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1;public ShowCollectionsResponse.Builder setStatus(Status.Builder builderForValue)
Contain error_code and reason
.milvus.proto.common.Status status = 1;public ShowCollectionsResponse.Builder mergeStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1;public ShowCollectionsResponse.Builder clearStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public Status.Builder getStatusBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public StatusOrBuilder getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public com.google.protobuf.ProtocolStringList getCollectionNamesList()
Collection name array
repeated string collection_names = 2;getCollectionNamesList 在接口中 ShowCollectionsResponseOrBuilderpublic int getCollectionNamesCount()
Collection name array
repeated string collection_names = 2;getCollectionNamesCount 在接口中 ShowCollectionsResponseOrBuilderpublic String getCollectionNames(int index)
Collection name array
repeated string collection_names = 2;getCollectionNames 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getCollectionNamesBytes(int index)
Collection name array
repeated string collection_names = 2;getCollectionNamesBytes 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the value to return.public ShowCollectionsResponse.Builder setCollectionNames(int index, String value)
Collection name array
repeated string collection_names = 2;index - The index to set the value at.value - The collectionNames to set.public ShowCollectionsResponse.Builder addCollectionNames(String value)
Collection name array
repeated string collection_names = 2;value - The collectionNames to add.public ShowCollectionsResponse.Builder addAllCollectionNames(Iterable<String> values)
Collection name array
repeated string collection_names = 2;values - The collectionNames to add.public ShowCollectionsResponse.Builder clearCollectionNames()
Collection name array
repeated string collection_names = 2;public ShowCollectionsResponse.Builder addCollectionNamesBytes(com.google.protobuf.ByteString value)
Collection name array
repeated string collection_names = 2;value - The bytes of the collectionNames to add.public List<Long> getCollectionIdsList()
Collection Id array
repeated int64 collection_ids = 3;getCollectionIdsList 在接口中 ShowCollectionsResponseOrBuilderpublic int getCollectionIdsCount()
Collection Id array
repeated int64 collection_ids = 3;getCollectionIdsCount 在接口中 ShowCollectionsResponseOrBuilderpublic long getCollectionIds(int index)
Collection Id array
repeated int64 collection_ids = 3;getCollectionIds 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the element to return.public ShowCollectionsResponse.Builder setCollectionIds(int index, long value)
Collection Id array
repeated int64 collection_ids = 3;index - The index to set the value at.value - The collectionIds to set.public ShowCollectionsResponse.Builder addCollectionIds(long value)
Collection Id array
repeated int64 collection_ids = 3;value - The collectionIds to add.public ShowCollectionsResponse.Builder addAllCollectionIds(Iterable<? extends Long> values)
Collection Id array
repeated int64 collection_ids = 3;values - The collectionIds to add.public ShowCollectionsResponse.Builder clearCollectionIds()
Collection Id array
repeated int64 collection_ids = 3;public List<Long> getCreatedTimestampsList()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;getCreatedTimestampsList 在接口中 ShowCollectionsResponseOrBuilderpublic int getCreatedTimestampsCount()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;getCreatedTimestampsCount 在接口中 ShowCollectionsResponseOrBuilderpublic long getCreatedTimestamps(int index)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;getCreatedTimestamps 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the element to return.public ShowCollectionsResponse.Builder setCreatedTimestamps(int index, long value)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;index - The index to set the value at.value - The createdTimestamps to set.public ShowCollectionsResponse.Builder addCreatedTimestamps(long value)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;value - The createdTimestamps to add.public ShowCollectionsResponse.Builder addAllCreatedTimestamps(Iterable<? extends Long> values)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;values - The createdTimestamps to add.public ShowCollectionsResponse.Builder clearCreatedTimestamps()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;public List<Long> getCreatedUtcTimestampsList()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;getCreatedUtcTimestampsList 在接口中 ShowCollectionsResponseOrBuilderpublic int getCreatedUtcTimestampsCount()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;getCreatedUtcTimestampsCount 在接口中 ShowCollectionsResponseOrBuilderpublic long getCreatedUtcTimestamps(int index)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;getCreatedUtcTimestamps 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the element to return.public ShowCollectionsResponse.Builder setCreatedUtcTimestamps(int index, long value)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;index - The index to set the value at.value - The createdUtcTimestamps to set.public ShowCollectionsResponse.Builder addCreatedUtcTimestamps(long value)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;value - The createdUtcTimestamps to add.public ShowCollectionsResponse.Builder addAllCreatedUtcTimestamps(Iterable<? extends Long> values)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;values - The createdUtcTimestamps to add.public ShowCollectionsResponse.Builder clearCreatedUtcTimestamps()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;public List<Long> getInMemoryPercentagesList()
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;getInMemoryPercentagesList 在接口中 ShowCollectionsResponseOrBuilderpublic int getInMemoryPercentagesCount()
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;getInMemoryPercentagesCount 在接口中 ShowCollectionsResponseOrBuilderpublic long getInMemoryPercentages(int index)
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;getInMemoryPercentages 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the element to return.public ShowCollectionsResponse.Builder setInMemoryPercentages(int index, long value)
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;index - The index to set the value at.value - The inMemoryPercentages to set.public ShowCollectionsResponse.Builder addInMemoryPercentages(long value)
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;value - The inMemoryPercentages to add.public ShowCollectionsResponse.Builder addAllInMemoryPercentages(Iterable<? extends Long> values)
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;values - The inMemoryPercentages to add.public ShowCollectionsResponse.Builder clearInMemoryPercentages()
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;public List<Boolean> getQueryServiceAvailableList()
Indicate whether query service is available
repeated bool query_service_available = 7;getQueryServiceAvailableList 在接口中 ShowCollectionsResponseOrBuilderpublic int getQueryServiceAvailableCount()
Indicate whether query service is available
repeated bool query_service_available = 7;getQueryServiceAvailableCount 在接口中 ShowCollectionsResponseOrBuilderpublic boolean getQueryServiceAvailable(int index)
Indicate whether query service is available
repeated bool query_service_available = 7;getQueryServiceAvailable 在接口中 ShowCollectionsResponseOrBuilderindex - The index of the element to return.public ShowCollectionsResponse.Builder setQueryServiceAvailable(int index, boolean value)
Indicate whether query service is available
repeated bool query_service_available = 7;index - The index to set the value at.value - The queryServiceAvailable to set.public ShowCollectionsResponse.Builder addQueryServiceAvailable(boolean value)
Indicate whether query service is available
repeated bool query_service_available = 7;value - The queryServiceAvailable to add.public ShowCollectionsResponse.Builder addAllQueryServiceAvailable(Iterable<? extends Boolean> values)
Indicate whether query service is available
repeated bool query_service_available = 7;values - The queryServiceAvailable to add.public ShowCollectionsResponse.Builder clearQueryServiceAvailable()
Indicate whether query service is available
repeated bool query_service_available = 7;public final ShowCollectionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>public final ShowCollectionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>Copyright © 2023. All rights reserved.