@@ -146,13 +146,13 @@ message ExportDocumentsMetadata {
146146 // The progress, in bytes, of this operation.
147147 Progress progress_bytes = 5 ;
148148
149- // Which collection ids are being exported.
149+ // Which collection IDs are being exported.
150150 repeated string collection_ids = 6 ;
151151
152152 // Where the documents are being exported to.
153153 string output_uri_prefix = 7 ;
154154
155- // Which namespace ids are being exported.
155+ // Which namespace IDs are being exported.
156156 repeated string namespace_ids = 8 ;
157157
158158 // The timestamp that corresponds to the version of the database that is being
@@ -181,13 +181,13 @@ message ImportDocumentsMetadata {
181181 // The progress, in bytes, of this operation.
182182 Progress progress_bytes = 5 ;
183183
184- // Which collection ids are being imported.
184+ // Which collection IDs are being imported.
185185 repeated string collection_ids = 6 ;
186186
187187 // The location of the documents being imported.
188188 string input_uri_prefix = 7 ;
189189
190- // Which namespace ids are being imported.
190+ // Which namespace IDs are being imported.
191191 repeated string namespace_ids = 8 ;
192192}
193193
@@ -211,10 +211,10 @@ message BulkDeleteDocumentsMetadata {
211211 // The progress, in bytes, of this operation.
212212 Progress progress_bytes = 5 ;
213213
214- // The ids of the collection groups that are being deleted.
214+ // The IDs of the collection groups that are being deleted.
215215 repeated string collection_ids = 6 ;
216216
217- // Which namespace ids are being deleted.
217+ // Which namespace IDs are being deleted.
218218 repeated string namespace_ids = 7 ;
219219
220220 // The timestamp that corresponds to the version of the database that is being
0 commit comments