public final class ShowCollectionsResponse extends com.google.protobuf.GeneratedMessageV3 implements ShowCollectionsResponseOrBuilder
Return basic collection infos.Protobuf type
milvus.proto.milvus.ShowCollectionsResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
ShowCollectionsResponse.Builder
Return basic collection infos.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COLLECTION_IDS_FIELD_NUMBER |
static int |
COLLECTION_NAMES_FIELD_NUMBER |
static int |
CREATED_TIMESTAMPS_FIELD_NUMBER |
static int |
CREATED_UTC_TIMESTAMPS_FIELD_NUMBER |
static int |
INMEMORY_PERCENTAGES_FIELD_NUMBER |
static int |
QUERY_SERVICE_AVAILABLE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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; |
static ShowCollectionsResponse |
getDefaultInstance() |
ShowCollectionsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ShowCollectionsResponse> |
getParserForType() |
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; |
int |
getSerializedSize() |
Status |
getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ShowCollectionsResponse.Builder |
newBuilder() |
static ShowCollectionsResponse.Builder |
newBuilder(ShowCollectionsResponse prototype) |
ShowCollectionsResponse.Builder |
newBuilderForType() |
protected ShowCollectionsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ShowCollectionsResponse |
parseDelimitedFrom(InputStream input) |
static ShowCollectionsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShowCollectionsResponse |
parseFrom(byte[] data) |
static ShowCollectionsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShowCollectionsResponse |
parseFrom(ByteBuffer data) |
static ShowCollectionsResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShowCollectionsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ShowCollectionsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShowCollectionsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ShowCollectionsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShowCollectionsResponse |
parseFrom(InputStream input) |
static ShowCollectionsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ShowCollectionsResponse> |
parser() |
ShowCollectionsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int STATUS_FIELD_NUMBER
public static final int COLLECTION_NAMES_FIELD_NUMBER
public static final int COLLECTION_IDS_FIELD_NUMBER
public static final int CREATED_TIMESTAMPS_FIELD_NUMBER
public static final int CREATED_UTC_TIMESTAMPS_FIELD_NUMBER
public static final int INMEMORY_PERCENTAGES_FIELD_NUMBER
public static final int QUERY_SERVICE_AVAILABLE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ShowCollectionsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ShowCollectionsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ShowCollectionsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ShowCollectionsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ShowCollectionsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ShowCollectionsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ShowCollectionsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ShowCollectionsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ShowCollectionsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ShowCollectionsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ShowCollectionsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ShowCollectionsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ShowCollectionsResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ShowCollectionsResponse.Builder newBuilder()
public static ShowCollectionsResponse.Builder newBuilder(ShowCollectionsResponse prototype)
public ShowCollectionsResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ShowCollectionsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static ShowCollectionsResponse getDefaultInstance()
public static com.google.protobuf.Parser<ShowCollectionsResponse> parser()
public com.google.protobuf.Parser<ShowCollectionsResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ShowCollectionsResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.