| 程序包 | 说明 |
|---|---|
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
CollectionSchema |
CollectionSchema.Builder.build() |
CollectionSchema |
CollectionSchema.Builder.buildPartial() |
static CollectionSchema |
CollectionSchema.getDefaultInstance() |
CollectionSchema |
CollectionSchema.getDefaultInstanceForType() |
CollectionSchema |
CollectionSchema.Builder.getDefaultInstanceForType() |
CollectionSchema |
DescribeCollectionResponse.getSchema()
The schema param when you created collection.
|
CollectionSchema |
DescribeCollectionResponse.Builder.getSchema()
The schema param when you created collection.
|
CollectionSchema |
DescribeCollectionResponseOrBuilder.getSchema()
The schema param when you created collection.
|
static CollectionSchema |
CollectionSchema.parseDelimitedFrom(InputStream input) |
static CollectionSchema |
CollectionSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CollectionSchema |
CollectionSchema.parseFrom(byte[] data) |
static CollectionSchema |
CollectionSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CollectionSchema |
CollectionSchema.parseFrom(ByteBuffer data) |
static CollectionSchema |
CollectionSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CollectionSchema |
CollectionSchema.parseFrom(com.google.protobuf.ByteString data) |
static CollectionSchema |
CollectionSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CollectionSchema |
CollectionSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static CollectionSchema |
CollectionSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CollectionSchema |
CollectionSchema.parseFrom(InputStream input) |
static CollectionSchema |
CollectionSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<CollectionSchema> |
CollectionSchema.getParserForType() |
static com.google.protobuf.Parser<CollectionSchema> |
CollectionSchema.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
CollectionSchema.Builder |
CollectionSchema.Builder.mergeFrom(CollectionSchema other) |
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.mergeSchema(CollectionSchema value)
The schema param when you created collection.
|
static CollectionSchema.Builder |
CollectionSchema.newBuilder(CollectionSchema prototype) |
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.setSchema(CollectionSchema value)
The schema param when you created collection.
|
Copyright © 2023. All rights reserved.