@@ -157,7 +157,7 @@ impl NvIndexAttributesBuilder {
157157 ///
158158 /// # Arguments
159159 /// * `set` - `true` indicates that the attribute should have the value SET.
160- /// `false`indicates that the attribute should have the value CLEAR.
160+ /// `false`indicates that the attribute should have the value CLEAR.
161161 pub fn with_pp_write ( mut self , set : bool ) -> Self {
162162 self . nv_index_attributes . set_pp_write ( set) ;
163163 self
@@ -167,7 +167,7 @@ impl NvIndexAttributesBuilder {
167167 ///
168168 /// # Arguments
169169 /// * `set` - `true` indicates that the attribute should have the value SET.
170- /// `false`indicates that the attribute should have the value CLEAR.
170+ /// `false`indicates that the attribute should have the value CLEAR.
171171 pub fn with_owner_write ( mut self , set : bool ) -> Self {
172172 self . nv_index_attributes . set_owner_write ( set) ;
173173 self
@@ -177,7 +177,7 @@ impl NvIndexAttributesBuilder {
177177 ///
178178 /// # Arguments
179179 /// * `set` - `true` indicates that the attribute should have the value SET.
180- /// `false`indicates that the attribute should have the value CLEAR.
180+ /// `false`indicates that the attribute should have the value CLEAR.
181181 pub fn with_auth_write ( mut self , set : bool ) -> Self {
182182 self . nv_index_attributes . set_auth_write ( set) ;
183183 self
@@ -187,7 +187,7 @@ impl NvIndexAttributesBuilder {
187187 ///
188188 /// # Arguments
189189 /// * `set` - `true` indicates that the attribute should have the value SET.
190- /// `false`indicates that the attribute should have the value CLEAR.
190+ /// `false`indicates that the attribute should have the value CLEAR.
191191 pub fn with_policy_write ( mut self , set : bool ) -> Self {
192192 self . nv_index_attributes . set_policy_write ( set) ;
193193 self
@@ -206,7 +206,7 @@ impl NvIndexAttributesBuilder {
206206 ///
207207 /// # Arguments
208208 /// * `set` - `true` indicates that the attribute should have the value SET.
209- /// `false`indicates that the attribute should have the value CLEAR.
209+ /// `false`indicates that the attribute should have the value CLEAR.
210210 pub fn with_policy_delete ( mut self , set : bool ) -> Self {
211211 self . nv_index_attributes . set_policy_delete ( set) ;
212212 self
@@ -216,7 +216,7 @@ impl NvIndexAttributesBuilder {
216216 ///
217217 /// # Arguments
218218 /// * `set` - `true` indicates that the attribute should have the value SET.
219- /// `false`indicates that the attribute should have the value CLEAR.
219+ /// `false`indicates that the attribute should have the value CLEAR.
220220 pub fn with_write_locked ( mut self , set : bool ) -> Self {
221221 self . nv_index_attributes . set_write_locked ( set) ;
222222 self
@@ -226,7 +226,7 @@ impl NvIndexAttributesBuilder {
226226 ///
227227 /// # Arguments
228228 /// * `set` - `true` indicates that the attribute should have the value SET.
229- /// `false`indicates that the attribute should have the value CLEAR.
229+ /// `false`indicates that the attribute should have the value CLEAR.
230230 pub fn with_write_all ( mut self , set : bool ) -> Self {
231231 self . nv_index_attributes . set_write_all ( set) ;
232232 self
@@ -236,7 +236,7 @@ impl NvIndexAttributesBuilder {
236236 ///
237237 /// # Arguments
238238 /// * `set` - `true` indicates that the attribute should have the value SET.
239- /// `false`indicates that the attribute should have the value CLEAR.
239+ /// `false`indicates that the attribute should have the value CLEAR.
240240 pub fn with_write_define ( mut self , set : bool ) -> Self {
241241 self . nv_index_attributes . set_write_define ( set) ;
242242 self
@@ -246,7 +246,7 @@ impl NvIndexAttributesBuilder {
246246 ///
247247 /// # Arguments
248248 /// * `set` - `true` indicates that the attribute should have the value SET.
249- /// `false`indicates that the attribute should have the value CLEAR.
249+ /// `false`indicates that the attribute should have the value CLEAR.
250250 pub fn with_write_stclear ( mut self , set : bool ) -> Self {
251251 self . nv_index_attributes . set_write_stclear ( set) ;
252252 self
@@ -256,7 +256,7 @@ impl NvIndexAttributesBuilder {
256256 ///
257257 /// # Arguments
258258 /// * `set` - `true` indicates that the attribute should have the value SET.
259- /// `false`indicates that the attribute should have the value CLEAR.
259+ /// `false`indicates that the attribute should have the value CLEAR.
260260 pub fn with_global_lock ( mut self , set : bool ) -> Self {
261261 self . nv_index_attributes . set_global_lock ( set) ;
262262 self
@@ -266,7 +266,7 @@ impl NvIndexAttributesBuilder {
266266 ///
267267 /// # Arguments
268268 /// * `set` - `true` indicates that the attribute should have the value SET.
269- /// `false`indicates that the attribute should have the value CLEAR.
269+ /// `false`indicates that the attribute should have the value CLEAR.
270270 pub fn with_pp_read ( mut self , set : bool ) -> Self {
271271 self . nv_index_attributes . set_pp_read ( set) ;
272272 self
@@ -276,7 +276,7 @@ impl NvIndexAttributesBuilder {
276276 ///
277277 /// # Arguments
278278 /// * `set` - `true` indicates that the attribute should have the value SET.
279- /// `false`indicates that the attribute should have the value CLEAR.
279+ /// `false`indicates that the attribute should have the value CLEAR.
280280 pub fn with_owner_read ( mut self , set : bool ) -> Self {
281281 self . nv_index_attributes . set_owner_read ( set) ;
282282 self
@@ -286,7 +286,7 @@ impl NvIndexAttributesBuilder {
286286 ///
287287 /// # Arguments
288288 /// * `set` - `true` indicates that the attribute should have the value SET.
289- /// `false`indicates that the attribute should have the value CLEAR.
289+ /// `false`indicates that the attribute should have the value CLEAR.
290290 pub fn with_auth_read ( mut self , set : bool ) -> Self {
291291 self . nv_index_attributes . set_auth_read ( set) ;
292292 self
@@ -296,7 +296,7 @@ impl NvIndexAttributesBuilder {
296296 ///
297297 /// # Arguments
298298 /// * `set` - `true` indicates that the attribute should have the value SET.
299- /// `false`indicates that the attribute should have the value CLEAR.
299+ /// `false`indicates that the attribute should have the value CLEAR.
300300 pub fn with_policy_read ( mut self , set : bool ) -> Self {
301301 self . nv_index_attributes . set_policy_read ( set) ;
302302 self
@@ -306,7 +306,7 @@ impl NvIndexAttributesBuilder {
306306 ///
307307 /// # Arguments
308308 /// * `set` - `true` indicates that the attribute should have the value SET.
309- /// `false`indicates that the attribute should have the value CLEAR.
309+ /// `false`indicates that the attribute should have the value CLEAR.
310310 pub fn with_no_da ( mut self , set : bool ) -> Self {
311311 self . nv_index_attributes . set_no_da ( set) ;
312312 self
@@ -316,7 +316,7 @@ impl NvIndexAttributesBuilder {
316316 ///
317317 /// # Arguments
318318 /// * `set` - `true` indicates that the attribute should have the value SET.
319- /// `false`indicates that the attribute should have the value CLEAR.
319+ /// `false`indicates that the attribute should have the value CLEAR.
320320 pub fn with_orderly ( mut self , set : bool ) -> Self {
321321 self . nv_index_attributes . set_orderly ( set) ;
322322 self
@@ -326,7 +326,7 @@ impl NvIndexAttributesBuilder {
326326 ///
327327 /// # Arguments
328328 /// * `set` - `true` indicates that the attribute should have the value SET.
329- /// `false`indicates that the attribute should have the value CLEAR.
329+ /// `false`indicates that the attribute should have the value CLEAR.
330330 pub fn with_clear_stclear ( mut self , set : bool ) -> Self {
331331 self . nv_index_attributes . set_clear_stclear ( set) ;
332332 self
@@ -336,7 +336,7 @@ impl NvIndexAttributesBuilder {
336336 ///
337337 /// # Arguments
338338 /// * `set` - `true` indicates that the attribute should have the value SET.
339- /// `false`indicates that the attribute should have the value CLEAR.
339+ /// `false`indicates that the attribute should have the value CLEAR.
340340 pub fn with_read_locked ( mut self , set : bool ) -> Self {
341341 self . nv_index_attributes . set_read_locked ( set) ;
342342 self
@@ -346,7 +346,7 @@ impl NvIndexAttributesBuilder {
346346 ///
347347 /// # Arguments
348348 /// * `set` - `true` indicates that the attribute should have the value SET.
349- /// `false`indicates that the attribute should have the value CLEAR.
349+ /// `false`indicates that the attribute should have the value CLEAR.
350350 pub fn with_written ( mut self , set : bool ) -> Self {
351351 self . nv_index_attributes . set_written ( set) ;
352352 self
@@ -356,7 +356,7 @@ impl NvIndexAttributesBuilder {
356356 ///
357357 /// # Arguments
358358 /// * `set` - `true` indicates that the attribute should have the value SET.
359- /// `false`indicates that the attribute should have the value CLEAR.
359+ /// `false`indicates that the attribute should have the value CLEAR.
360360 pub fn with_platform_create ( mut self , set : bool ) -> Self {
361361 self . nv_index_attributes . set_platform_create ( set) ;
362362 self
@@ -366,7 +366,7 @@ impl NvIndexAttributesBuilder {
366366 ///
367367 /// # Arguments
368368 /// * `set` - `true` indicates that the attribute should have the value SET.
369- /// `false`indicates that the attribute should have the value CLEAR.
369+ /// `false`indicates that the attribute should have the value CLEAR.
370370 pub fn with_read_stclear ( mut self , set : bool ) -> Self {
371371 self . nv_index_attributes . set_read_stclear ( set) ;
372372 self
0 commit comments