public final class DescribeCollectionResponse extends com.google.protobuf.GeneratedMessageV3 implements DescribeCollectionResponseOrBuilder
DescribeCollection ResponseProtobuf type
milvus.proto.milvus.DescribeCollectionResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeCollectionResponse.Builder
DescribeCollection Response
Protobuf type
milvus.proto.milvus.DescribeCollectionResponse |
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 |
ALIASES_FIELD_NUMBER |
static int |
COLLECTION_NAME_FIELD_NUMBER |
static int |
COLLECTIONID_FIELD_NUMBER |
static int |
CONSISTENCY_LEVEL_FIELD_NUMBER |
static int |
CREATED_TIMESTAMP_FIELD_NUMBER |
static int |
CREATED_UTC_TIMESTAMP_FIELD_NUMBER |
static int |
PHYSICAL_CHANNEL_NAMES_FIELD_NUMBER |
static int |
PROPERTIES_FIELD_NUMBER |
static int |
SCHEMA_FIELD_NUMBER |
static int |
SHARDS_NUM_FIELD_NUMBER |
static int |
START_POSITIONS_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
VIRTUAL_CHANNEL_NAMES_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getAliases(int index)
The aliases of this collection
repeated string aliases = 9; |
com.google.protobuf.ByteString |
getAliasesBytes(int index)
The aliases of this collection
repeated string aliases = 9; |
int |
getAliasesCount()
The aliases of this collection
repeated string aliases = 9; |
com.google.protobuf.ProtocolStringList |
getAliasesList()
The aliases of this collection
repeated string aliases = 9; |
long |
getCollectionID()
The collection id
int64 collectionID = 3; |
String |
getCollectionName()
The collection name
string collection_name = 12; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
The collection name
string collection_name = 12; |
ConsistencyLevel |
getConsistencyLevel()
The consistency level that the collection used, modification is not supported now.
|
int |
getConsistencyLevelValue()
The consistency level that the collection used, modification is not supported now.
|
long |
getCreatedTimestamp()
Hybrid timestamp in milvus
uint64 created_timestamp = 6; |
long |
getCreatedUtcTimestamp()
The utc timestamp calculated by created_timestamp
uint64 created_utc_timestamp = 7; |
static DescribeCollectionResponse |
getDefaultInstance() |
DescribeCollectionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<DescribeCollectionResponse> |
getParserForType() |
String |
getPhysicalChannelNames(int index)
System design related, users should not perceive
repeated string physical_channel_names = 5; |
com.google.protobuf.ByteString |
getPhysicalChannelNamesBytes(int index)
System design related, users should not perceive
repeated string physical_channel_names = 5; |
int |
getPhysicalChannelNamesCount()
System design related, users should not perceive
repeated string physical_channel_names = 5; |
com.google.protobuf.ProtocolStringList |
getPhysicalChannelNamesList()
System design related, users should not perceive
repeated string physical_channel_names = 5; |
KeyValuePair |
getProperties(int index)
repeated .milvus.proto.common.KeyValuePair properties = 13; |
int |
getPropertiesCount()
repeated .milvus.proto.common.KeyValuePair properties = 13; |
List<KeyValuePair> |
getPropertiesList()
repeated .milvus.proto.common.KeyValuePair properties = 13; |
KeyValuePairOrBuilder |
getPropertiesOrBuilder(int index)
repeated .milvus.proto.common.KeyValuePair properties = 13; |
List<? extends KeyValuePairOrBuilder> |
getPropertiesOrBuilderList()
repeated .milvus.proto.common.KeyValuePair properties = 13; |
CollectionSchema |
getSchema()
The schema param when you created collection.
|
CollectionSchemaOrBuilder |
getSchemaOrBuilder()
The schema param when you created collection.
|
int |
getSerializedSize() |
int |
getShardsNum()
The shards number you set.
|
KeyDataPair |
getStartPositions(int index)
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10; |
int |
getStartPositionsCount()
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10; |
List<KeyDataPair> |
getStartPositionsList()
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10; |
KeyDataPairOrBuilder |
getStartPositionsOrBuilder(int index)
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10; |
List<? extends KeyDataPairOrBuilder> |
getStartPositionsOrBuilderList()
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10; |
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() |
String |
getVirtualChannelNames(int index)
System design related, users should not perceive
repeated string virtual_channel_names = 4; |
com.google.protobuf.ByteString |
getVirtualChannelNamesBytes(int index)
System design related, users should not perceive
repeated string virtual_channel_names = 4; |
int |
getVirtualChannelNamesCount()
System design related, users should not perceive
repeated string virtual_channel_names = 4; |
com.google.protobuf.ProtocolStringList |
getVirtualChannelNamesList()
System design related, users should not perceive
repeated string virtual_channel_names = 4; |
int |
hashCode() |
boolean |
hasSchema()
The schema param when you created collection.
|
boolean |
hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DescribeCollectionResponse.Builder |
newBuilder() |
static DescribeCollectionResponse.Builder |
newBuilder(DescribeCollectionResponse prototype) |
DescribeCollectionResponse.Builder |
newBuilderForType() |
protected DescribeCollectionResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DescribeCollectionResponse |
parseDelimitedFrom(InputStream input) |
static DescribeCollectionResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DescribeCollectionResponse |
parseFrom(byte[] data) |
static DescribeCollectionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DescribeCollectionResponse |
parseFrom(ByteBuffer data) |
static DescribeCollectionResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DescribeCollectionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static DescribeCollectionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DescribeCollectionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DescribeCollectionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DescribeCollectionResponse |
parseFrom(InputStream input) |
static DescribeCollectionResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DescribeCollectionResponse> |
parser() |
DescribeCollectionResponse.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 SCHEMA_FIELD_NUMBER
public static final int COLLECTIONID_FIELD_NUMBER
public static final int VIRTUAL_CHANNEL_NAMES_FIELD_NUMBER
public static final int PHYSICAL_CHANNEL_NAMES_FIELD_NUMBER
public static final int CREATED_TIMESTAMP_FIELD_NUMBER
public static final int CREATED_UTC_TIMESTAMP_FIELD_NUMBER
public static final int SHARDS_NUM_FIELD_NUMBER
public static final int ALIASES_FIELD_NUMBER
public static final int START_POSITIONS_FIELD_NUMBER
public static final int CONSISTENCY_LEVEL_FIELD_NUMBER
public static final int COLLECTION_NAME_FIELD_NUMBER
public static final int PROPERTIES_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 在接口中 DescribeCollectionResponseOrBuilderpublic Status getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;getStatus 在接口中 DescribeCollectionResponseOrBuilderpublic StatusOrBuilder getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public boolean hasSchema()
The schema param when you created collection.
.milvus.proto.schema.CollectionSchema schema = 2;hasSchema 在接口中 DescribeCollectionResponseOrBuilderpublic CollectionSchema getSchema()
The schema param when you created collection.
.milvus.proto.schema.CollectionSchema schema = 2;getSchema 在接口中 DescribeCollectionResponseOrBuilderpublic CollectionSchemaOrBuilder getSchemaOrBuilder()
The schema param when you created collection.
.milvus.proto.schema.CollectionSchema schema = 2;public long getCollectionID()
The collection id
int64 collectionID = 3;getCollectionID 在接口中 DescribeCollectionResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getVirtualChannelNamesList()
System design related, users should not perceive
repeated string virtual_channel_names = 4;getVirtualChannelNamesList 在接口中 DescribeCollectionResponseOrBuilderpublic int getVirtualChannelNamesCount()
System design related, users should not perceive
repeated string virtual_channel_names = 4;getVirtualChannelNamesCount 在接口中 DescribeCollectionResponseOrBuilderpublic String getVirtualChannelNames(int index)
System design related, users should not perceive
repeated string virtual_channel_names = 4;getVirtualChannelNames 在接口中 DescribeCollectionResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getVirtualChannelNamesBytes(int index)
System design related, users should not perceive
repeated string virtual_channel_names = 4;getVirtualChannelNamesBytes 在接口中 DescribeCollectionResponseOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getPhysicalChannelNamesList()
System design related, users should not perceive
repeated string physical_channel_names = 5;getPhysicalChannelNamesList 在接口中 DescribeCollectionResponseOrBuilderpublic int getPhysicalChannelNamesCount()
System design related, users should not perceive
repeated string physical_channel_names = 5;getPhysicalChannelNamesCount 在接口中 DescribeCollectionResponseOrBuilderpublic String getPhysicalChannelNames(int index)
System design related, users should not perceive
repeated string physical_channel_names = 5;getPhysicalChannelNames 在接口中 DescribeCollectionResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPhysicalChannelNamesBytes(int index)
System design related, users should not perceive
repeated string physical_channel_names = 5;getPhysicalChannelNamesBytes 在接口中 DescribeCollectionResponseOrBuilderindex - The index of the value to return.public long getCreatedTimestamp()
Hybrid timestamp in milvus
uint64 created_timestamp = 6;getCreatedTimestamp 在接口中 DescribeCollectionResponseOrBuilderpublic long getCreatedUtcTimestamp()
The utc timestamp calculated by created_timestamp
uint64 created_utc_timestamp = 7;getCreatedUtcTimestamp 在接口中 DescribeCollectionResponseOrBuilderpublic int getShardsNum()
The shards number you set.
int32 shards_num = 8;getShardsNum 在接口中 DescribeCollectionResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getAliasesList()
The aliases of this collection
repeated string aliases = 9;getAliasesList 在接口中 DescribeCollectionResponseOrBuilderpublic int getAliasesCount()
The aliases of this collection
repeated string aliases = 9;getAliasesCount 在接口中 DescribeCollectionResponseOrBuilderpublic String getAliases(int index)
The aliases of this collection
repeated string aliases = 9;getAliases 在接口中 DescribeCollectionResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAliasesBytes(int index)
The aliases of this collection
repeated string aliases = 9;getAliasesBytes 在接口中 DescribeCollectionResponseOrBuilderindex - The index of the value to return.public List<KeyDataPair> getStartPositionsList()
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10;public List<? extends KeyDataPairOrBuilder> getStartPositionsOrBuilderList()
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10;public int getStartPositionsCount()
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10;public KeyDataPair getStartPositions(int index)
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10;public KeyDataPairOrBuilder getStartPositionsOrBuilder(int index)
The message ID/posititon when collection is created
repeated .milvus.proto.common.KeyDataPair start_positions = 10;public int getConsistencyLevelValue()
The consistency level that the collection used, modification is not supported now.
.milvus.proto.common.ConsistencyLevel consistency_level = 11;getConsistencyLevelValue 在接口中 DescribeCollectionResponseOrBuilderpublic ConsistencyLevel getConsistencyLevel()
The consistency level that the collection used, modification is not supported now.
.milvus.proto.common.ConsistencyLevel consistency_level = 11;getConsistencyLevel 在接口中 DescribeCollectionResponseOrBuilderpublic String getCollectionName()
The collection name
string collection_name = 12;getCollectionName 在接口中 DescribeCollectionResponseOrBuilderpublic com.google.protobuf.ByteString getCollectionNameBytes()
The collection name
string collection_name = 12;getCollectionNameBytes 在接口中 DescribeCollectionResponseOrBuilderpublic List<KeyValuePair> getPropertiesList()
repeated .milvus.proto.common.KeyValuePair properties = 13;public List<? extends KeyValuePairOrBuilder> getPropertiesOrBuilderList()
repeated .milvus.proto.common.KeyValuePair properties = 13;public int getPropertiesCount()
repeated .milvus.proto.common.KeyValuePair properties = 13;public KeyValuePair getProperties(int index)
repeated .milvus.proto.common.KeyValuePair properties = 13;public KeyValuePairOrBuilder getPropertiesOrBuilder(int index)
repeated .milvus.proto.common.KeyValuePair properties = 13;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 DescribeCollectionResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DescribeCollectionResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DescribeCollectionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DescribeCollectionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DescribeCollectionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DescribeCollectionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DescribeCollectionResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static DescribeCollectionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DescribeCollectionResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DescribeCollectionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DescribeCollectionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DescribeCollectionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DescribeCollectionResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static DescribeCollectionResponse.Builder newBuilder()
public static DescribeCollectionResponse.Builder newBuilder(DescribeCollectionResponse prototype)
public DescribeCollectionResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected DescribeCollectionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static DescribeCollectionResponse getDefaultInstance()
public static com.google.protobuf.Parser<DescribeCollectionResponse> parser()
public com.google.protobuf.Parser<DescribeCollectionResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public DescribeCollectionResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.