pulp_rpm_client 3.29.5 → 3.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -8
  3. data/docs/AcsRpmApi.md +28 -64
  4. data/docs/ContentAdvisoriesApi.md +8 -22
  5. data/docs/ContentDistributionTreesApi.md +8 -20
  6. data/docs/ContentModulemdDefaultsApi.md +12 -28
  7. data/docs/ContentModulemdObsoletesApi.md +12 -28
  8. data/docs/ContentModulemdsApi.md +12 -28
  9. data/docs/ContentPackagecategoriesApi.md +8 -20
  10. data/docs/ContentPackageenvironmentsApi.md +8 -20
  11. data/docs/ContentPackagegroupsApi.md +8 -20
  12. data/docs/ContentPackagelangpacksApi.md +8 -20
  13. data/docs/ContentPackagesApi.md +8 -22
  14. data/docs/ContentRepoMetadataFilesApi.md +8 -20
  15. data/docs/DistributionsRpmApi.md +32 -72
  16. data/docs/PatchedrpmRpmDistribution.md +3 -1
  17. data/docs/PatchedrpmRpmRepository.md +1 -9
  18. data/docs/PublicationsRpmApi.md +16 -40
  19. data/docs/RemotesRpmApi.md +32 -72
  20. data/docs/RemotesUlnApi.md +32 -72
  21. data/docs/RepositoriesRpmApi.md +40 -88
  22. data/docs/RepositoriesRpmVersionsApi.md +10 -22
  23. data/docs/RpmCompsApi.md +0 -2
  24. data/docs/RpmCopyApi.md +4 -8
  25. data/docs/RpmPackageResponse.md +2 -2
  26. data/docs/RpmPruneApi.md +4 -8
  27. data/docs/RpmRpmDistribution.md +3 -1
  28. data/docs/RpmRpmDistributionResponse.md +3 -1
  29. data/docs/RpmRpmPublication.md +3 -9
  30. data/docs/RpmRpmPublicationResponse.md +8 -6
  31. data/docs/RpmRpmRepository.md +1 -9
  32. data/docs/RpmRpmRepositoryResponse.md +5 -5
  33. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -33
  34. data/lib/pulp_rpm_client/api/content_advisories_api.rb +0 -15
  35. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +0 -12
  36. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +0 -15
  37. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +0 -15
  38. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -15
  39. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +0 -12
  40. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +0 -12
  41. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +0 -12
  42. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +0 -12
  43. data/lib/pulp_rpm_client/api/content_packages_api.rb +0 -15
  44. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +0 -12
  45. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -36
  46. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -24
  47. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -36
  48. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -36
  49. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -42
  50. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -15
  51. data/lib/pulp_rpm_client/api/rpm_comps_api.rb +0 -3
  52. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -3
  53. data/lib/pulp_rpm_client/api/rpm_prune_api.rb +0 -3
  54. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +13 -4
  55. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -94
  56. data/lib/pulp_rpm_client/models/rpm_package_response.rb +2 -2
  57. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +13 -4
  58. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +13 -4
  59. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +11 -92
  60. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +28 -13
  61. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -94
  62. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +17 -12
  63. data/lib/pulp_rpm_client/version.rb +1 -1
  64. data/spec/api/acs_rpm_api_spec.rb +0 -11
  65. data/spec/api/content_advisories_api_spec.rb +0 -5
  66. data/spec/api/content_distribution_trees_api_spec.rb +0 -4
  67. data/spec/api/content_modulemd_defaults_api_spec.rb +0 -5
  68. data/spec/api/content_modulemd_obsoletes_api_spec.rb +0 -5
  69. data/spec/api/content_modulemds_api_spec.rb +0 -5
  70. data/spec/api/content_packagecategories_api_spec.rb +0 -4
  71. data/spec/api/content_packageenvironments_api_spec.rb +0 -4
  72. data/spec/api/content_packagegroups_api_spec.rb +0 -4
  73. data/spec/api/content_packagelangpacks_api_spec.rb +0 -4
  74. data/spec/api/content_packages_api_spec.rb +0 -5
  75. data/spec/api/content_repo_metadata_files_api_spec.rb +0 -4
  76. data/spec/api/distributions_rpm_api_spec.rb +0 -12
  77. data/spec/api/publications_rpm_api_spec.rb +0 -8
  78. data/spec/api/remotes_rpm_api_spec.rb +0 -12
  79. data/spec/api/remotes_uln_api_spec.rb +0 -12
  80. data/spec/api/repositories_rpm_api_spec.rb +0 -14
  81. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -5
  82. data/spec/api/rpm_comps_api_spec.rb +0 -1
  83. data/spec/api/rpm_copy_api_spec.rb +0 -1
  84. data/spec/api/rpm_prune_api_spec.rb +0 -1
  85. data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
  86. data/spec/models/patchedrpm_rpm_repository_spec.rb +0 -24
  87. data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
  88. data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
  89. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  90. data/spec/models/rpm_rpm_publication_spec.rb +2 -20
  91. data/spec/models/rpm_rpm_repository_spec.rb +0 -24
  92. metadata +82 -82
@@ -22,7 +22,6 @@ module PulpRpmClient
22
22
  # List distribution trees
23
23
  # Distribution Tree Viewset.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [Integer] :limit Number of results to return per page.
27
26
  # @option opts [Integer] :offset The initial index from which to return the results.
28
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -46,7 +45,6 @@ module PulpRpmClient
46
45
  # List distribution trees
47
46
  # Distribution Tree Viewset.
48
47
  # @param [Hash] opts the optional parameters
49
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
50
48
  # @option opts [Integer] :limit Number of results to return per page.
51
49
  # @option opts [Integer] :offset The initial index from which to return the results.
52
50
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -94,7 +92,6 @@ module PulpRpmClient
94
92
  header_params = opts[:header_params] || {}
95
93
  # HTTP header 'Accept' (if needed)
96
94
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
97
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
98
95
 
99
96
  # form parameters
100
97
  form_params = opts[:form_params] || {}
@@ -129,7 +126,6 @@ module PulpRpmClient
129
126
  # Distribution Tree Viewset.
130
127
  # @param rpm_distribution_tree_href [String]
131
128
  # @param [Hash] opts the optional parameters
132
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
133
129
  # @option opts [Array<String>] :fields A list of fields to include in the response.
134
130
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
135
131
  # @return [RpmDistributionTreeResponse]
@@ -142,7 +138,6 @@ module PulpRpmClient
142
138
  # Distribution Tree Viewset.
143
139
  # @param rpm_distribution_tree_href [String]
144
140
  # @param [Hash] opts the optional parameters
145
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
146
141
  # @option opts [Array<String>] :fields A list of fields to include in the response.
147
142
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
148
143
  # @return [Array<(RpmDistributionTreeResponse, Integer, Hash)>] RpmDistributionTreeResponse data, response status code and response headers
@@ -166,7 +161,6 @@ module PulpRpmClient
166
161
  header_params = opts[:header_params] || {}
167
162
  # HTTP header 'Accept' (if needed)
168
163
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
169
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
170
164
 
171
165
  # form parameters
172
166
  form_params = opts[:form_params] || {}
@@ -202,7 +196,6 @@ module PulpRpmClient
202
196
  # @param rpm_distribution_tree_href [String]
203
197
  # @param set_label [SetLabel]
204
198
  # @param [Hash] opts the optional parameters
205
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
206
199
  # @return [SetLabelResponse]
207
200
  def set_label(rpm_distribution_tree_href, set_label, opts = {})
208
201
  data, _status_code, _headers = set_label_with_http_info(rpm_distribution_tree_href, set_label, opts)
@@ -214,7 +207,6 @@ module PulpRpmClient
214
207
  # @param rpm_distribution_tree_href [String]
215
208
  # @param set_label [SetLabel]
216
209
  # @param [Hash] opts the optional parameters
217
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
218
210
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
219
211
  def set_label_with_http_info(rpm_distribution_tree_href, set_label, opts = {})
220
212
  if @api_client.config.debugging
@@ -243,7 +235,6 @@ module PulpRpmClient
243
235
  if !content_type.nil?
244
236
  header_params['Content-Type'] = content_type
245
237
  end
246
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
247
238
 
248
239
  # form parameters
249
240
  form_params = opts[:form_params] || {}
@@ -279,7 +270,6 @@ module PulpRpmClient
279
270
  # @param rpm_distribution_tree_href [String]
280
271
  # @param unset_label [UnsetLabel]
281
272
  # @param [Hash] opts the optional parameters
282
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
283
273
  # @return [UnsetLabelResponse]
284
274
  def unset_label(rpm_distribution_tree_href, unset_label, opts = {})
285
275
  data, _status_code, _headers = unset_label_with_http_info(rpm_distribution_tree_href, unset_label, opts)
@@ -291,7 +281,6 @@ module PulpRpmClient
291
281
  # @param rpm_distribution_tree_href [String]
292
282
  # @param unset_label [UnsetLabel]
293
283
  # @param [Hash] opts the optional parameters
294
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
295
284
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
296
285
  def unset_label_with_http_info(rpm_distribution_tree_href, unset_label, opts = {})
297
286
  if @api_client.config.debugging
@@ -320,7 +309,6 @@ module PulpRpmClient
320
309
  if !content_type.nil?
321
310
  header_params['Content-Type'] = content_type
322
311
  end
323
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
324
312
 
325
313
  # form parameters
326
314
  form_params = opts[:form_params] || {}
@@ -23,7 +23,6 @@ module PulpRpmClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param rpm_modulemd_defaults [RpmModulemdDefaults]
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
27
26
  # @return [AsyncOperationResponse]
28
27
  def create(rpm_modulemd_defaults, opts = {})
29
28
  data, _status_code, _headers = create_with_http_info(rpm_modulemd_defaults, opts)
@@ -34,7 +33,6 @@ module PulpRpmClient
34
33
  # Trigger an asynchronous task to create content,optionally create new repository version.
35
34
  # @param rpm_modulemd_defaults [RpmModulemdDefaults]
36
35
  # @param [Hash] opts the optional parameters
37
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
38
36
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
39
37
  def create_with_http_info(rpm_modulemd_defaults, opts = {})
40
38
  if @api_client.config.debugging
@@ -59,7 +57,6 @@ module PulpRpmClient
59
57
  if !content_type.nil?
60
58
  header_params['Content-Type'] = content_type
61
59
  end
62
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
63
60
 
64
61
  # form parameters
65
62
  form_params = opts[:form_params] || {}
@@ -93,7 +90,6 @@ module PulpRpmClient
93
90
  # List modulemd defaultss
94
91
  # ViewSet for Modulemd.
95
92
  # @param [Hash] opts the optional parameters
96
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
97
93
  # @option opts [Integer] :limit Number of results to return per page.
98
94
  # @option opts [String] :_module Filter results where module matches value
99
95
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
@@ -122,7 +118,6 @@ module PulpRpmClient
122
118
  # List modulemd defaultss
123
119
  # ViewSet for Modulemd.
124
120
  # @param [Hash] opts the optional parameters
125
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
126
121
  # @option opts [Integer] :limit Number of results to return per page.
127
122
  # @option opts [String] :_module Filter results where module matches value
128
123
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
@@ -180,7 +175,6 @@ module PulpRpmClient
180
175
  header_params = opts[:header_params] || {}
181
176
  # HTTP header 'Accept' (if needed)
182
177
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
183
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
184
178
 
185
179
  # form parameters
186
180
  form_params = opts[:form_params] || {}
@@ -215,7 +209,6 @@ module PulpRpmClient
215
209
  # ViewSet for Modulemd.
216
210
  # @param rpm_modulemd_defaults_href [String]
217
211
  # @param [Hash] opts the optional parameters
218
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
219
212
  # @option opts [Array<String>] :fields A list of fields to include in the response.
220
213
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
221
214
  # @return [RpmModulemdDefaultsResponse]
@@ -228,7 +221,6 @@ module PulpRpmClient
228
221
  # ViewSet for Modulemd.
229
222
  # @param rpm_modulemd_defaults_href [String]
230
223
  # @param [Hash] opts the optional parameters
231
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
232
224
  # @option opts [Array<String>] :fields A list of fields to include in the response.
233
225
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
234
226
  # @return [Array<(RpmModulemdDefaultsResponse, Integer, Hash)>] RpmModulemdDefaultsResponse data, response status code and response headers
@@ -252,7 +244,6 @@ module PulpRpmClient
252
244
  header_params = opts[:header_params] || {}
253
245
  # HTTP header 'Accept' (if needed)
254
246
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
255
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
256
247
 
257
248
  # form parameters
258
249
  form_params = opts[:form_params] || {}
@@ -288,7 +279,6 @@ module PulpRpmClient
288
279
  # @param rpm_modulemd_defaults_href [String]
289
280
  # @param set_label [SetLabel]
290
281
  # @param [Hash] opts the optional parameters
291
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
292
282
  # @return [SetLabelResponse]
293
283
  def set_label(rpm_modulemd_defaults_href, set_label, opts = {})
294
284
  data, _status_code, _headers = set_label_with_http_info(rpm_modulemd_defaults_href, set_label, opts)
@@ -300,7 +290,6 @@ module PulpRpmClient
300
290
  # @param rpm_modulemd_defaults_href [String]
301
291
  # @param set_label [SetLabel]
302
292
  # @param [Hash] opts the optional parameters
303
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
304
293
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
305
294
  def set_label_with_http_info(rpm_modulemd_defaults_href, set_label, opts = {})
306
295
  if @api_client.config.debugging
@@ -329,7 +318,6 @@ module PulpRpmClient
329
318
  if !content_type.nil?
330
319
  header_params['Content-Type'] = content_type
331
320
  end
332
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
333
321
 
334
322
  # form parameters
335
323
  form_params = opts[:form_params] || {}
@@ -365,7 +353,6 @@ module PulpRpmClient
365
353
  # @param rpm_modulemd_defaults_href [String]
366
354
  # @param unset_label [UnsetLabel]
367
355
  # @param [Hash] opts the optional parameters
368
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
369
356
  # @return [UnsetLabelResponse]
370
357
  def unset_label(rpm_modulemd_defaults_href, unset_label, opts = {})
371
358
  data, _status_code, _headers = unset_label_with_http_info(rpm_modulemd_defaults_href, unset_label, opts)
@@ -377,7 +364,6 @@ module PulpRpmClient
377
364
  # @param rpm_modulemd_defaults_href [String]
378
365
  # @param unset_label [UnsetLabel]
379
366
  # @param [Hash] opts the optional parameters
380
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
381
367
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
382
368
  def unset_label_with_http_info(rpm_modulemd_defaults_href, unset_label, opts = {})
383
369
  if @api_client.config.debugging
@@ -406,7 +392,6 @@ module PulpRpmClient
406
392
  if !content_type.nil?
407
393
  header_params['Content-Type'] = content_type
408
394
  end
409
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
410
395
 
411
396
  # form parameters
412
397
  form_params = opts[:form_params] || {}
@@ -23,7 +23,6 @@ module PulpRpmClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param rpm_modulemd_obsolete [RpmModulemdObsolete]
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
27
26
  # @return [AsyncOperationResponse]
28
27
  def create(rpm_modulemd_obsolete, opts = {})
29
28
  data, _status_code, _headers = create_with_http_info(rpm_modulemd_obsolete, opts)
@@ -34,7 +33,6 @@ module PulpRpmClient
34
33
  # Trigger an asynchronous task to create content,optionally create new repository version.
35
34
  # @param rpm_modulemd_obsolete [RpmModulemdObsolete]
36
35
  # @param [Hash] opts the optional parameters
37
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
38
36
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
39
37
  def create_with_http_info(rpm_modulemd_obsolete, opts = {})
40
38
  if @api_client.config.debugging
@@ -59,7 +57,6 @@ module PulpRpmClient
59
57
  if !content_type.nil?
60
58
  header_params['Content-Type'] = content_type
61
59
  end
62
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
63
60
 
64
61
  # form parameters
65
62
  form_params = opts[:form_params] || {}
@@ -93,7 +90,6 @@ module PulpRpmClient
93
90
  # List modulemd obsoletes
94
91
  # ViewSet for Modulemd.
95
92
  # @param [Hash] opts the optional parameters
96
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
97
93
  # @option opts [Integer] :limit Number of results to return per page.
98
94
  # @option opts [Integer] :offset The initial index from which to return the results.
99
95
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -117,7 +113,6 @@ module PulpRpmClient
117
113
  # List modulemd obsoletes
118
114
  # ViewSet for Modulemd.
119
115
  # @param [Hash] opts the optional parameters
120
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
121
116
  # @option opts [Integer] :limit Number of results to return per page.
122
117
  # @option opts [Integer] :offset The initial index from which to return the results.
123
118
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -165,7 +160,6 @@ module PulpRpmClient
165
160
  header_params = opts[:header_params] || {}
166
161
  # HTTP header 'Accept' (if needed)
167
162
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
168
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
169
163
 
170
164
  # form parameters
171
165
  form_params = opts[:form_params] || {}
@@ -200,7 +194,6 @@ module PulpRpmClient
200
194
  # ViewSet for Modulemd.
201
195
  # @param rpm_modulemd_obsolete_href [String]
202
196
  # @param [Hash] opts the optional parameters
203
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
204
197
  # @option opts [Array<String>] :fields A list of fields to include in the response.
205
198
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
206
199
  # @return [RpmModulemdObsoleteResponse]
@@ -213,7 +206,6 @@ module PulpRpmClient
213
206
  # ViewSet for Modulemd.
214
207
  # @param rpm_modulemd_obsolete_href [String]
215
208
  # @param [Hash] opts the optional parameters
216
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
217
209
  # @option opts [Array<String>] :fields A list of fields to include in the response.
218
210
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
219
211
  # @return [Array<(RpmModulemdObsoleteResponse, Integer, Hash)>] RpmModulemdObsoleteResponse data, response status code and response headers
@@ -237,7 +229,6 @@ module PulpRpmClient
237
229
  header_params = opts[:header_params] || {}
238
230
  # HTTP header 'Accept' (if needed)
239
231
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
240
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
241
232
 
242
233
  # form parameters
243
234
  form_params = opts[:form_params] || {}
@@ -273,7 +264,6 @@ module PulpRpmClient
273
264
  # @param rpm_modulemd_obsolete_href [String]
274
265
  # @param set_label [SetLabel]
275
266
  # @param [Hash] opts the optional parameters
276
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
277
267
  # @return [SetLabelResponse]
278
268
  def set_label(rpm_modulemd_obsolete_href, set_label, opts = {})
279
269
  data, _status_code, _headers = set_label_with_http_info(rpm_modulemd_obsolete_href, set_label, opts)
@@ -285,7 +275,6 @@ module PulpRpmClient
285
275
  # @param rpm_modulemd_obsolete_href [String]
286
276
  # @param set_label [SetLabel]
287
277
  # @param [Hash] opts the optional parameters
288
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
289
278
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
290
279
  def set_label_with_http_info(rpm_modulemd_obsolete_href, set_label, opts = {})
291
280
  if @api_client.config.debugging
@@ -314,7 +303,6 @@ module PulpRpmClient
314
303
  if !content_type.nil?
315
304
  header_params['Content-Type'] = content_type
316
305
  end
317
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
318
306
 
319
307
  # form parameters
320
308
  form_params = opts[:form_params] || {}
@@ -350,7 +338,6 @@ module PulpRpmClient
350
338
  # @param rpm_modulemd_obsolete_href [String]
351
339
  # @param unset_label [UnsetLabel]
352
340
  # @param [Hash] opts the optional parameters
353
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
354
341
  # @return [UnsetLabelResponse]
355
342
  def unset_label(rpm_modulemd_obsolete_href, unset_label, opts = {})
356
343
  data, _status_code, _headers = unset_label_with_http_info(rpm_modulemd_obsolete_href, unset_label, opts)
@@ -362,7 +349,6 @@ module PulpRpmClient
362
349
  # @param rpm_modulemd_obsolete_href [String]
363
350
  # @param unset_label [UnsetLabel]
364
351
  # @param [Hash] opts the optional parameters
365
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
366
352
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
367
353
  def unset_label_with_http_info(rpm_modulemd_obsolete_href, unset_label, opts = {})
368
354
  if @api_client.config.debugging
@@ -391,7 +377,6 @@ module PulpRpmClient
391
377
  if !content_type.nil?
392
378
  header_params['Content-Type'] = content_type
393
379
  end
394
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
395
380
 
396
381
  # form parameters
397
382
  form_params = opts[:form_params] || {}
@@ -23,7 +23,6 @@ module PulpRpmClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param rpm_modulemd [RpmModulemd]
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
27
26
  # @return [AsyncOperationResponse]
28
27
  def create(rpm_modulemd, opts = {})
29
28
  data, _status_code, _headers = create_with_http_info(rpm_modulemd, opts)
@@ -34,7 +33,6 @@ module PulpRpmClient
34
33
  # Trigger an asynchronous task to create content,optionally create new repository version.
35
34
  # @param rpm_modulemd [RpmModulemd]
36
35
  # @param [Hash] opts the optional parameters
37
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
38
36
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
39
37
  def create_with_http_info(rpm_modulemd, opts = {})
40
38
  if @api_client.config.debugging
@@ -59,7 +57,6 @@ module PulpRpmClient
59
57
  if !content_type.nil?
60
58
  header_params['Content-Type'] = content_type
61
59
  end
62
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
63
60
 
64
61
  # form parameters
65
62
  form_params = opts[:form_params] || {}
@@ -93,7 +90,6 @@ module PulpRpmClient
93
90
  # List modulemds
94
91
  # ViewSet for Modulemd.
95
92
  # @param [Hash] opts the optional parameters
96
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
97
93
  # @option opts [String] :arch Filter results where arch matches value
98
94
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
99
95
  # @option opts [String] :context Filter results where context matches value
@@ -128,7 +124,6 @@ module PulpRpmClient
128
124
  # List modulemds
129
125
  # ViewSet for Modulemd.
130
126
  # @param [Hash] opts the optional parameters
131
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
127
  # @option opts [String] :arch Filter results where arch matches value
133
128
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
134
129
  # @option opts [String] :context Filter results where context matches value
@@ -198,7 +193,6 @@ module PulpRpmClient
198
193
  header_params = opts[:header_params] || {}
199
194
  # HTTP header 'Accept' (if needed)
200
195
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
201
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
202
196
 
203
197
  # form parameters
204
198
  form_params = opts[:form_params] || {}
@@ -233,7 +227,6 @@ module PulpRpmClient
233
227
  # ViewSet for Modulemd.
234
228
  # @param rpm_modulemd_href [String]
235
229
  # @param [Hash] opts the optional parameters
236
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
237
230
  # @option opts [Array<String>] :fields A list of fields to include in the response.
238
231
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
239
232
  # @return [RpmModulemdResponse]
@@ -246,7 +239,6 @@ module PulpRpmClient
246
239
  # ViewSet for Modulemd.
247
240
  # @param rpm_modulemd_href [String]
248
241
  # @param [Hash] opts the optional parameters
249
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
250
242
  # @option opts [Array<String>] :fields A list of fields to include in the response.
251
243
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
252
244
  # @return [Array<(RpmModulemdResponse, Integer, Hash)>] RpmModulemdResponse data, response status code and response headers
@@ -270,7 +262,6 @@ module PulpRpmClient
270
262
  header_params = opts[:header_params] || {}
271
263
  # HTTP header 'Accept' (if needed)
272
264
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
273
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
274
265
 
275
266
  # form parameters
276
267
  form_params = opts[:form_params] || {}
@@ -306,7 +297,6 @@ module PulpRpmClient
306
297
  # @param rpm_modulemd_href [String]
307
298
  # @param set_label [SetLabel]
308
299
  # @param [Hash] opts the optional parameters
309
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
310
300
  # @return [SetLabelResponse]
311
301
  def set_label(rpm_modulemd_href, set_label, opts = {})
312
302
  data, _status_code, _headers = set_label_with_http_info(rpm_modulemd_href, set_label, opts)
@@ -318,7 +308,6 @@ module PulpRpmClient
318
308
  # @param rpm_modulemd_href [String]
319
309
  # @param set_label [SetLabel]
320
310
  # @param [Hash] opts the optional parameters
321
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
322
311
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
323
312
  def set_label_with_http_info(rpm_modulemd_href, set_label, opts = {})
324
313
  if @api_client.config.debugging
@@ -347,7 +336,6 @@ module PulpRpmClient
347
336
  if !content_type.nil?
348
337
  header_params['Content-Type'] = content_type
349
338
  end
350
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
351
339
 
352
340
  # form parameters
353
341
  form_params = opts[:form_params] || {}
@@ -383,7 +371,6 @@ module PulpRpmClient
383
371
  # @param rpm_modulemd_href [String]
384
372
  # @param unset_label [UnsetLabel]
385
373
  # @param [Hash] opts the optional parameters
386
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
387
374
  # @return [UnsetLabelResponse]
388
375
  def unset_label(rpm_modulemd_href, unset_label, opts = {})
389
376
  data, _status_code, _headers = unset_label_with_http_info(rpm_modulemd_href, unset_label, opts)
@@ -395,7 +382,6 @@ module PulpRpmClient
395
382
  # @param rpm_modulemd_href [String]
396
383
  # @param unset_label [UnsetLabel]
397
384
  # @param [Hash] opts the optional parameters
398
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
399
385
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
400
386
  def unset_label_with_http_info(rpm_modulemd_href, unset_label, opts = {})
401
387
  if @api_client.config.debugging
@@ -424,7 +410,6 @@ module PulpRpmClient
424
410
  if !content_type.nil?
425
411
  header_params['Content-Type'] = content_type
426
412
  end
427
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
428
413
 
429
414
  # form parameters
430
415
  form_params = opts[:form_params] || {}
@@ -22,7 +22,6 @@ module PulpRpmClient
22
22
  # List package categorys
23
23
  # PackageCategory ViewSet.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [Integer] :limit Number of results to return per page.
27
26
  # @option opts [Integer] :offset The initial index from which to return the results.
28
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -46,7 +45,6 @@ module PulpRpmClient
46
45
  # List package categorys
47
46
  # PackageCategory ViewSet.
48
47
  # @param [Hash] opts the optional parameters
49
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
50
48
  # @option opts [Integer] :limit Number of results to return per page.
51
49
  # @option opts [Integer] :offset The initial index from which to return the results.
52
50
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -94,7 +92,6 @@ module PulpRpmClient
94
92
  header_params = opts[:header_params] || {}
95
93
  # HTTP header 'Accept' (if needed)
96
94
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
97
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
98
95
 
99
96
  # form parameters
100
97
  form_params = opts[:form_params] || {}
@@ -129,7 +126,6 @@ module PulpRpmClient
129
126
  # PackageCategory ViewSet.
130
127
  # @param rpm_package_category_href [String]
131
128
  # @param [Hash] opts the optional parameters
132
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
133
129
  # @option opts [Array<String>] :fields A list of fields to include in the response.
134
130
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
135
131
  # @return [RpmPackageCategoryResponse]
@@ -142,7 +138,6 @@ module PulpRpmClient
142
138
  # PackageCategory ViewSet.
143
139
  # @param rpm_package_category_href [String]
144
140
  # @param [Hash] opts the optional parameters
145
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
146
141
  # @option opts [Array<String>] :fields A list of fields to include in the response.
147
142
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
148
143
  # @return [Array<(RpmPackageCategoryResponse, Integer, Hash)>] RpmPackageCategoryResponse data, response status code and response headers
@@ -166,7 +161,6 @@ module PulpRpmClient
166
161
  header_params = opts[:header_params] || {}
167
162
  # HTTP header 'Accept' (if needed)
168
163
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
169
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
170
164
 
171
165
  # form parameters
172
166
  form_params = opts[:form_params] || {}
@@ -202,7 +196,6 @@ module PulpRpmClient
202
196
  # @param rpm_package_category_href [String]
203
197
  # @param set_label [SetLabel]
204
198
  # @param [Hash] opts the optional parameters
205
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
206
199
  # @return [SetLabelResponse]
207
200
  def set_label(rpm_package_category_href, set_label, opts = {})
208
201
  data, _status_code, _headers = set_label_with_http_info(rpm_package_category_href, set_label, opts)
@@ -214,7 +207,6 @@ module PulpRpmClient
214
207
  # @param rpm_package_category_href [String]
215
208
  # @param set_label [SetLabel]
216
209
  # @param [Hash] opts the optional parameters
217
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
218
210
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
219
211
  def set_label_with_http_info(rpm_package_category_href, set_label, opts = {})
220
212
  if @api_client.config.debugging
@@ -243,7 +235,6 @@ module PulpRpmClient
243
235
  if !content_type.nil?
244
236
  header_params['Content-Type'] = content_type
245
237
  end
246
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
247
238
 
248
239
  # form parameters
249
240
  form_params = opts[:form_params] || {}
@@ -279,7 +270,6 @@ module PulpRpmClient
279
270
  # @param rpm_package_category_href [String]
280
271
  # @param unset_label [UnsetLabel]
281
272
  # @param [Hash] opts the optional parameters
282
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
283
273
  # @return [UnsetLabelResponse]
284
274
  def unset_label(rpm_package_category_href, unset_label, opts = {})
285
275
  data, _status_code, _headers = unset_label_with_http_info(rpm_package_category_href, unset_label, opts)
@@ -291,7 +281,6 @@ module PulpRpmClient
291
281
  # @param rpm_package_category_href [String]
292
282
  # @param unset_label [UnsetLabel]
293
283
  # @param [Hash] opts the optional parameters
294
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
295
284
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
296
285
  def unset_label_with_http_info(rpm_package_category_href, unset_label, opts = {})
297
286
  if @api_client.config.debugging
@@ -320,7 +309,6 @@ module PulpRpmClient
320
309
  if !content_type.nil?
321
310
  header_params['Content-Type'] = content_type
322
311
  end
323
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
324
312
 
325
313
  # form parameters
326
314
  form_params = opts[:form_params] || {}
@@ -22,7 +22,6 @@ module PulpRpmClient
22
22
  # List package environments
23
23
  # PackageEnvironment ViewSet.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [Integer] :limit Number of results to return per page.
27
26
  # @option opts [Integer] :offset The initial index from which to return the results.
28
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -46,7 +45,6 @@ module PulpRpmClient
46
45
  # List package environments
47
46
  # PackageEnvironment ViewSet.
48
47
  # @param [Hash] opts the optional parameters
49
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
50
48
  # @option opts [Integer] :limit Number of results to return per page.
51
49
  # @option opts [Integer] :offset The initial index from which to return the results.
52
50
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -94,7 +92,6 @@ module PulpRpmClient
94
92
  header_params = opts[:header_params] || {}
95
93
  # HTTP header 'Accept' (if needed)
96
94
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
97
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
98
95
 
99
96
  # form parameters
100
97
  form_params = opts[:form_params] || {}
@@ -129,7 +126,6 @@ module PulpRpmClient
129
126
  # PackageEnvironment ViewSet.
130
127
  # @param rpm_package_environment_href [String]
131
128
  # @param [Hash] opts the optional parameters
132
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
133
129
  # @option opts [Array<String>] :fields A list of fields to include in the response.
134
130
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
135
131
  # @return [RpmPackageEnvironmentResponse]
@@ -142,7 +138,6 @@ module PulpRpmClient
142
138
  # PackageEnvironment ViewSet.
143
139
  # @param rpm_package_environment_href [String]
144
140
  # @param [Hash] opts the optional parameters
145
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
146
141
  # @option opts [Array<String>] :fields A list of fields to include in the response.
147
142
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
148
143
  # @return [Array<(RpmPackageEnvironmentResponse, Integer, Hash)>] RpmPackageEnvironmentResponse data, response status code and response headers
@@ -166,7 +161,6 @@ module PulpRpmClient
166
161
  header_params = opts[:header_params] || {}
167
162
  # HTTP header 'Accept' (if needed)
168
163
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
169
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
170
164
 
171
165
  # form parameters
172
166
  form_params = opts[:form_params] || {}
@@ -202,7 +196,6 @@ module PulpRpmClient
202
196
  # @param rpm_package_environment_href [String]
203
197
  # @param set_label [SetLabel]
204
198
  # @param [Hash] opts the optional parameters
205
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
206
199
  # @return [SetLabelResponse]
207
200
  def set_label(rpm_package_environment_href, set_label, opts = {})
208
201
  data, _status_code, _headers = set_label_with_http_info(rpm_package_environment_href, set_label, opts)
@@ -214,7 +207,6 @@ module PulpRpmClient
214
207
  # @param rpm_package_environment_href [String]
215
208
  # @param set_label [SetLabel]
216
209
  # @param [Hash] opts the optional parameters
217
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
218
210
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
219
211
  def set_label_with_http_info(rpm_package_environment_href, set_label, opts = {})
220
212
  if @api_client.config.debugging
@@ -243,7 +235,6 @@ module PulpRpmClient
243
235
  if !content_type.nil?
244
236
  header_params['Content-Type'] = content_type
245
237
  end
246
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
247
238
 
248
239
  # form parameters
249
240
  form_params = opts[:form_params] || {}
@@ -279,7 +270,6 @@ module PulpRpmClient
279
270
  # @param rpm_package_environment_href [String]
280
271
  # @param unset_label [UnsetLabel]
281
272
  # @param [Hash] opts the optional parameters
282
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
283
273
  # @return [UnsetLabelResponse]
284
274
  def unset_label(rpm_package_environment_href, unset_label, opts = {})
285
275
  data, _status_code, _headers = unset_label_with_http_info(rpm_package_environment_href, unset_label, opts)
@@ -291,7 +281,6 @@ module PulpRpmClient
291
281
  # @param rpm_package_environment_href [String]
292
282
  # @param unset_label [UnsetLabel]
293
283
  # @param [Hash] opts the optional parameters
294
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
295
284
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
296
285
  def unset_label_with_http_info(rpm_package_environment_href, unset_label, opts = {})
297
286
  if @api_client.config.debugging
@@ -320,7 +309,6 @@ module PulpRpmClient
320
309
  if !content_type.nil?
321
310
  header_params['Content-Type'] = content_type
322
311
  end
323
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
324
312
 
325
313
  # form parameters
326
314
  form_params = opts[:form_params] || {}