Uses of Class
io.milvus.grpc.ShowPartitionsResponse.Builder
Packages that use ShowPartitionsResponse.Builder
-
Uses of ShowPartitionsResponse.Builder in io.milvus.grpc
Methods in io.milvus.grpc that return ShowPartitionsResponse.BuilderModifier and TypeMethodDescriptionShowPartitionsResponse.Builder.addAllCreatedTimestamps(Iterable<? extends Long> values) All hybrid timestampsShowPartitionsResponse.Builder.addAllCreatedUtcTimestamps(Iterable<? extends Long> values) All utc timestamps calculated by created_timestampsShowPartitionsResponse.Builder.addAllInMemoryPercentages(Iterable<? extends Long> values) Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.ShowPartitionsResponse.Builder.addAllPartitionIDs(Iterable<? extends Long> values) All partition ids for this collectionShowPartitionsResponse.Builder.addAllPartitionNames(Iterable<String> values) All partition names for this collectionShowPartitionsResponse.Builder.addCreatedTimestamps(long value) All hybrid timestampsShowPartitionsResponse.Builder.addCreatedUtcTimestamps(long value) All utc timestamps calculated by created_timestampsShowPartitionsResponse.Builder.addInMemoryPercentages(long value) Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.ShowPartitionsResponse.Builder.addPartitionIDs(long value) All partition ids for this collectionShowPartitionsResponse.Builder.addPartitionNames(String value) All partition names for this collectionShowPartitionsResponse.Builder.addPartitionNamesBytes(com.google.protobuf.ByteString value) All partition names for this collectionShowPartitionsResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ShowPartitionsResponse.Builder.clear()ShowPartitionsResponse.Builder.clearCreatedTimestamps()All hybrid timestampsShowPartitionsResponse.Builder.clearCreatedUtcTimestamps()All utc timestamps calculated by created_timestampsShowPartitionsResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ShowPartitionsResponse.Builder.clearInMemoryPercentages()Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.ShowPartitionsResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ShowPartitionsResponse.Builder.clearPartitionIDs()All partition ids for this collectionShowPartitionsResponse.Builder.clearPartitionNames()All partition names for this collectionShowPartitionsResponse.Builder.clearStatus()Contain error_code and reasonShowPartitionsResponse.Builder.clone()ShowPartitionsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ShowPartitionsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ShowPartitionsResponse.Builder.mergeFrom(ShowPartitionsResponse other) ShowPartitionsResponse.Builder.mergeStatus(Status value) Contain error_code and reasonShowPartitionsResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ShowPartitionsResponse.newBuilder()ShowPartitionsResponse.newBuilder(ShowPartitionsResponse prototype) ShowPartitionsResponse.newBuilderForType()protected ShowPartitionsResponse.BuilderShowPartitionsResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ShowPartitionsResponse.Builder.setCreatedTimestamps(int index, long value) All hybrid timestampsShowPartitionsResponse.Builder.setCreatedUtcTimestamps(int index, long value) All utc timestamps calculated by created_timestampsShowPartitionsResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ShowPartitionsResponse.Builder.setInMemoryPercentages(int index, long value) Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.ShowPartitionsResponse.Builder.setPartitionIDs(int index, long value) All partition ids for this collectionShowPartitionsResponse.Builder.setPartitionNames(int index, String value) All partition names for this collectionShowPartitionsResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Contain error_code and reasonShowPartitionsResponse.Builder.setStatus(Status.Builder builderForValue) Contain error_code and reasonShowPartitionsResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ShowPartitionsResponse.toBuilder()