InsertParam.Builder |
InsertParam.Builder.addAllRowIdArray(Iterable<? extends Long> values) |
optional
|
InsertParam.Builder |
InsertParam.Builder.addAllRowRecordArray(Iterable<? extends RowRecord> values) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
InsertParam.Builder |
InsertParam.Builder.addRowIdArray(long value) |
optional
|
InsertParam.Builder |
InsertParam.Builder.addRowRecordArray(int index,
RowRecord value) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.addRowRecordArray(int index,
RowRecord.Builder builderForValue) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.addRowRecordArray(RowRecord value) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.addRowRecordArray(RowRecord.Builder builderForValue) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.clear() |
|
InsertParam.Builder |
InsertParam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
InsertParam.Builder |
InsertParam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
InsertParam.Builder |
InsertParam.Builder.clearRowIdArray() |
optional
|
InsertParam.Builder |
InsertParam.Builder.clearRowRecordArray() |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.clearTableName() |
string table_name = 1;
|
InsertParam.Builder |
InsertParam.Builder.clone() |
|
InsertParam.Builder |
InsertParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
InsertParam.Builder |
InsertParam.Builder.mergeFrom(com.google.protobuf.Message other) |
|
InsertParam.Builder |
InsertParam.Builder.mergeFrom(InsertParam other) |
|
InsertParam.Builder |
InsertParam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static InsertParam.Builder |
InsertParam.newBuilder() |
|
static InsertParam.Builder |
InsertParam.newBuilder(InsertParam prototype) |
|
InsertParam.Builder |
InsertParam.newBuilderForType() |
|
protected InsertParam.Builder |
InsertParam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
InsertParam.Builder |
InsertParam.Builder.removeRowRecordArray(int index) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
InsertParam.Builder |
InsertParam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
InsertParam.Builder |
InsertParam.Builder.setRowIdArray(int index,
long value) |
optional
|
InsertParam.Builder |
InsertParam.Builder.setRowRecordArray(int index,
RowRecord value) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.setRowRecordArray(int index,
RowRecord.Builder builderForValue) |
repeated .milvus.grpc.RowRecord row_record_array = 2;
|
InsertParam.Builder |
InsertParam.Builder.setTableName(String value) |
string table_name = 1;
|
InsertParam.Builder |
InsertParam.Builder.setTableNameBytes(com.google.protobuf.ByteString value) |
string table_name = 1;
|
InsertParam.Builder |
InsertParam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
InsertParam.Builder |
InsertParam.toBuilder() |
|