@@ -752,7 +752,7 @@ class DropIndexRequest(_message.Message):
752752 def __init__ (self , base : _Optional [_Union [_common_pb2 .MsgBase , _Mapping ]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ..., field_name : _Optional [str ] = ..., index_name : _Optional [str ] = ...) -> None : ...
753753
754754class InsertRequest (_message .Message ):
755- __slots__ = ("base" , "db_name" , "collection_name" , "partition_name" , "fields_data" , "hash_keys" , "num_rows" , "schema_timestamp" )
755+ __slots__ = ("base" , "db_name" , "collection_name" , "partition_name" , "fields_data" , "hash_keys" , "num_rows" , "schema_timestamp" , "namespace" )
756756 BASE_FIELD_NUMBER : _ClassVar [int ]
757757 DB_NAME_FIELD_NUMBER : _ClassVar [int ]
758758 COLLECTION_NAME_FIELD_NUMBER : _ClassVar [int ]
@@ -761,6 +761,7 @@ class InsertRequest(_message.Message):
761761 HASH_KEYS_FIELD_NUMBER : _ClassVar [int ]
762762 NUM_ROWS_FIELD_NUMBER : _ClassVar [int ]
763763 SCHEMA_TIMESTAMP_FIELD_NUMBER : _ClassVar [int ]
764+ NAMESPACE_FIELD_NUMBER : _ClassVar [int ]
764765 base : _common_pb2 .MsgBase
765766 db_name : str
766767 collection_name : str
@@ -769,7 +770,8 @@ class InsertRequest(_message.Message):
769770 hash_keys : _containers .RepeatedScalarFieldContainer [int ]
770771 num_rows : int
771772 schema_timestamp : int
772- def __init__ (self , base : _Optional [_Union [_common_pb2 .MsgBase , _Mapping ]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ..., partition_name : _Optional [str ] = ..., fields_data : _Optional [_Iterable [_Union [_schema_pb2 .FieldData , _Mapping ]]] = ..., hash_keys : _Optional [_Iterable [int ]] = ..., num_rows : _Optional [int ] = ..., schema_timestamp : _Optional [int ] = ...) -> None : ...
773+ namespace : str
774+ def __init__ (self , base : _Optional [_Union [_common_pb2 .MsgBase , _Mapping ]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ..., partition_name : _Optional [str ] = ..., fields_data : _Optional [_Iterable [_Union [_schema_pb2 .FieldData , _Mapping ]]] = ..., hash_keys : _Optional [_Iterable [int ]] = ..., num_rows : _Optional [int ] = ..., schema_timestamp : _Optional [int ] = ..., namespace : _Optional [str ] = ...) -> None : ...
773775
774776class AddCollectionFieldRequest (_message .Message ):
775777 __slots__ = ("base" , "db_name" , "collection_name" , "collectionID" , "schema" )
@@ -786,7 +788,7 @@ class AddCollectionFieldRequest(_message.Message):
786788 def __init__ (self , base : _Optional [_Union [_common_pb2 .MsgBase , _Mapping ]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ..., collectionID : _Optional [int ] = ..., schema : _Optional [bytes ] = ...) -> None : ...
787789
788790class UpsertRequest (_message .Message ):
789- __slots__ = ("base" , "db_name" , "collection_name" , "partition_name" , "fields_data" , "hash_keys" , "num_rows" , "schema_timestamp" , "partial_update" )
791+ __slots__ = ("base" , "db_name" , "collection_name" , "partition_name" , "fields_data" , "hash_keys" , "num_rows" , "schema_timestamp" , "partial_update" , "namespace" )
790792 BASE_FIELD_NUMBER : _ClassVar [int ]
791793 DB_NAME_FIELD_NUMBER : _ClassVar [int ]
792794 COLLECTION_NAME_FIELD_NUMBER : _ClassVar [int ]
@@ -796,6 +798,7 @@ class UpsertRequest(_message.Message):
796798 NUM_ROWS_FIELD_NUMBER : _ClassVar [int ]
797799 SCHEMA_TIMESTAMP_FIELD_NUMBER : _ClassVar [int ]
798800 PARTIAL_UPDATE_FIELD_NUMBER : _ClassVar [int ]
801+ NAMESPACE_FIELD_NUMBER : _ClassVar [int ]
799802 base : _common_pb2 .MsgBase
800803 db_name : str
801804 collection_name : str
@@ -805,7 +808,8 @@ class UpsertRequest(_message.Message):
805808 num_rows : int
806809 schema_timestamp : int
807810 partial_update : bool
808- def __init__ (self , base : _Optional [_Union [_common_pb2 .MsgBase , _Mapping ]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ..., partition_name : _Optional [str ] = ..., fields_data : _Optional [_Iterable [_Union [_schema_pb2 .FieldData , _Mapping ]]] = ..., hash_keys : _Optional [_Iterable [int ]] = ..., num_rows : _Optional [int ] = ..., schema_timestamp : _Optional [int ] = ..., partial_update : bool = ...) -> None : ...
811+ namespace : str
812+ def __init__ (self , base : _Optional [_Union [_common_pb2 .MsgBase , _Mapping ]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ..., partition_name : _Optional [str ] = ..., fields_data : _Optional [_Iterable [_Union [_schema_pb2 .FieldData , _Mapping ]]] = ..., hash_keys : _Optional [_Iterable [int ]] = ..., num_rows : _Optional [int ] = ..., schema_timestamp : _Optional [int ] = ..., partial_update : bool = ..., namespace : _Optional [str ] = ...) -> None : ...
809813
810814class MutationResult (_message .Message ):
811815 __slots__ = ("status" , "IDs" , "succ_index" , "err_index" , "acknowledged" , "insert_cnt" , "delete_cnt" , "upsert_cnt" , "timestamp" )
@@ -2542,3 +2546,47 @@ class ListRowPoliciesResponse(_message.Message):
25422546 db_name : str
25432547 collection_name : str
25442548 def __init__ (self , status : _Optional [_Union [_common_pb2 .Status , _Mapping ]] = ..., policies : _Optional [_Iterable [_Union [RowPolicy , _Mapping ]]] = ..., db_name : _Optional [str ] = ..., collection_name : _Optional [str ] = ...) -> None : ...
2549+
2550+ class UpdateReplicateConfigurationRequest (_message .Message ):
2551+ __slots__ = ("replicate_configuration" ,)
2552+ REPLICATE_CONFIGURATION_FIELD_NUMBER : _ClassVar [int ]
2553+ replicate_configuration : _common_pb2 .ReplicateConfiguration
2554+ def __init__ (self , replicate_configuration : _Optional [_Union [_common_pb2 .ReplicateConfiguration , _Mapping ]] = ...) -> None : ...
2555+
2556+ class GetReplicateInfoRequest (_message .Message ):
2557+ __slots__ = ("source_cluster_id" ,)
2558+ SOURCE_CLUSTER_ID_FIELD_NUMBER : _ClassVar [int ]
2559+ source_cluster_id : str
2560+ def __init__ (self , source_cluster_id : _Optional [str ] = ...) -> None : ...
2561+
2562+ class GetReplicateInfoResponse (_message .Message ):
2563+ __slots__ = ("checkpoints" ,)
2564+ CHECKPOINTS_FIELD_NUMBER : _ClassVar [int ]
2565+ checkpoints : _containers .RepeatedCompositeFieldContainer [_common_pb2 .ReplicateCheckpoint ]
2566+ def __init__ (self , checkpoints : _Optional [_Iterable [_Union [_common_pb2 .ReplicateCheckpoint , _Mapping ]]] = ...) -> None : ...
2567+
2568+ class ReplicateMessage (_message .Message ):
2569+ __slots__ = ("source_cluster_id" , "message" )
2570+ SOURCE_CLUSTER_ID_FIELD_NUMBER : _ClassVar [int ]
2571+ MESSAGE_FIELD_NUMBER : _ClassVar [int ]
2572+ source_cluster_id : str
2573+ message : _common_pb2 .ImmutableMessage
2574+ def __init__ (self , source_cluster_id : _Optional [str ] = ..., message : _Optional [_Union [_common_pb2 .ImmutableMessage , _Mapping ]] = ...) -> None : ...
2575+
2576+ class ReplicateRequest (_message .Message ):
2577+ __slots__ = ("replicate_message" ,)
2578+ REPLICATE_MESSAGE_FIELD_NUMBER : _ClassVar [int ]
2579+ replicate_message : ReplicateMessage
2580+ def __init__ (self , replicate_message : _Optional [_Union [ReplicateMessage , _Mapping ]] = ...) -> None : ...
2581+
2582+ class ReplicateConfirmedMessageInfo (_message .Message ):
2583+ __slots__ = ("confirmed_time_tick" ,)
2584+ CONFIRMED_TIME_TICK_FIELD_NUMBER : _ClassVar [int ]
2585+ confirmed_time_tick : int
2586+ def __init__ (self , confirmed_time_tick : _Optional [int ] = ...) -> None : ...
2587+
2588+ class ReplicateResponse (_message .Message ):
2589+ __slots__ = ("replicate_confirmed_message_info" ,)
2590+ REPLICATE_CONFIRMED_MESSAGE_INFO_FIELD_NUMBER : _ClassVar [int ]
2591+ replicate_confirmed_message_info : ReplicateConfirmedMessageInfo
2592+ def __init__ (self , replicate_confirmed_message_info : _Optional [_Union [ReplicateConfirmedMessageInfo , _Mapping ]] = ...) -> None : ...
0 commit comments