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
@@ -24,7 +24,6 @@ module PulpRpmClient
24
24
  # @param rpm_rpm_distribution_href [String]
25
25
  # @param nested_role [NestedRole]
26
26
  # @param [Hash] opts the optional parameters
27
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
28
27
  # @return [NestedRoleResponse]
29
28
  def add_role(rpm_rpm_distribution_href, nested_role, opts = {})
30
29
  data, _status_code, _headers = add_role_with_http_info(rpm_rpm_distribution_href, nested_role, opts)
@@ -36,7 +35,6 @@ module PulpRpmClient
36
35
  # @param rpm_rpm_distribution_href [String]
37
36
  # @param nested_role [NestedRole]
38
37
  # @param [Hash] opts the optional parameters
39
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
38
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
41
39
  def add_role_with_http_info(rpm_rpm_distribution_href, nested_role, opts = {})
42
40
  if @api_client.config.debugging
@@ -65,7 +63,6 @@ module PulpRpmClient
65
63
  if !content_type.nil?
66
64
  header_params['Content-Type'] = content_type
67
65
  end
68
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
69
66
 
70
67
  # form parameters
71
68
  form_params = opts[:form_params] || {}
@@ -100,7 +97,6 @@ module PulpRpmClient
100
97
  # Trigger an asynchronous create task
101
98
  # @param rpm_rpm_distribution [RpmRpmDistribution]
102
99
  # @param [Hash] opts the optional parameters
103
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
104
100
  # @return [AsyncOperationResponse]
105
101
  def create(rpm_rpm_distribution, opts = {})
106
102
  data, _status_code, _headers = create_with_http_info(rpm_rpm_distribution, opts)
@@ -111,7 +107,6 @@ module PulpRpmClient
111
107
  # Trigger an asynchronous create task
112
108
  # @param rpm_rpm_distribution [RpmRpmDistribution]
113
109
  # @param [Hash] opts the optional parameters
114
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
115
110
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
116
111
  def create_with_http_info(rpm_rpm_distribution, opts = {})
117
112
  if @api_client.config.debugging
@@ -136,7 +131,6 @@ module PulpRpmClient
136
131
  if !content_type.nil?
137
132
  header_params['Content-Type'] = content_type
138
133
  end
139
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
140
134
 
141
135
  # form parameters
142
136
  form_params = opts[:form_params] || {}
@@ -171,7 +165,6 @@ module PulpRpmClient
171
165
  # Trigger an asynchronous delete task
172
166
  # @param rpm_rpm_distribution_href [String]
173
167
  # @param [Hash] opts the optional parameters
174
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
175
168
  # @return [AsyncOperationResponse]
176
169
  def delete(rpm_rpm_distribution_href, opts = {})
177
170
  data, _status_code, _headers = delete_with_http_info(rpm_rpm_distribution_href, opts)
@@ -182,7 +175,6 @@ module PulpRpmClient
182
175
  # Trigger an asynchronous delete task
183
176
  # @param rpm_rpm_distribution_href [String]
184
177
  # @param [Hash] opts the optional parameters
185
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
186
178
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
187
179
  def delete_with_http_info(rpm_rpm_distribution_href, opts = {})
188
180
  if @api_client.config.debugging
@@ -202,7 +194,6 @@ module PulpRpmClient
202
194
  header_params = opts[:header_params] || {}
203
195
  # HTTP header 'Accept' (if needed)
204
196
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
205
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
206
197
 
207
198
  # form parameters
208
199
  form_params = opts[:form_params] || {}
@@ -236,7 +227,6 @@ module PulpRpmClient
236
227
  # List rpm distributions
237
228
  # ViewSet for RPM Distributions.
238
229
  # @param [Hash] opts the optional parameters
239
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
240
230
  # @option opts [String] :base_path Filter results where base_path matches value
241
231
  # @option opts [String] :base_path__contains Filter results where base_path contains value
242
232
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -273,7 +263,6 @@ module PulpRpmClient
273
263
  # List rpm distributions
274
264
  # ViewSet for RPM Distributions.
275
265
  # @param [Hash] opts the optional parameters
276
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
277
266
  # @option opts [String] :base_path Filter results where base_path matches value
278
267
  # @option opts [String] :base_path__contains Filter results where base_path contains value
279
268
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -347,7 +336,6 @@ module PulpRpmClient
347
336
  header_params = opts[:header_params] || {}
348
337
  # HTTP header 'Accept' (if needed)
349
338
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
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] || {}
@@ -382,7 +370,6 @@ module PulpRpmClient
382
370
  # List roles assigned to this object.
383
371
  # @param rpm_rpm_distribution_href [String]
384
372
  # @param [Hash] opts the optional parameters
385
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
386
373
  # @option opts [Array<String>] :fields A list of fields to include in the response.
387
374
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
388
375
  # @return [ObjectRolesResponse]
@@ -395,7 +382,6 @@ module PulpRpmClient
395
382
  # List roles assigned to this object.
396
383
  # @param rpm_rpm_distribution_href [String]
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
  # @option opts [Array<String>] :fields A list of fields to include in the response.
400
386
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
401
387
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -419,7 +405,6 @@ module PulpRpmClient
419
405
  header_params = opts[:header_params] || {}
420
406
  # HTTP header 'Accept' (if needed)
421
407
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
422
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
423
408
 
424
409
  # form parameters
425
410
  form_params = opts[:form_params] || {}
@@ -454,7 +439,6 @@ module PulpRpmClient
454
439
  # List permissions available to the current user on this object.
455
440
  # @param rpm_rpm_distribution_href [String]
456
441
  # @param [Hash] opts the optional parameters
457
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
458
442
  # @option opts [Array<String>] :fields A list of fields to include in the response.
459
443
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
460
444
  # @return [MyPermissionsResponse]
@@ -467,7 +451,6 @@ module PulpRpmClient
467
451
  # List permissions available to the current user on this object.
468
452
  # @param rpm_rpm_distribution_href [String]
469
453
  # @param [Hash] opts the optional parameters
470
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
471
454
  # @option opts [Array<String>] :fields A list of fields to include in the response.
472
455
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
473
456
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -491,7 +474,6 @@ module PulpRpmClient
491
474
  header_params = opts[:header_params] || {}
492
475
  # HTTP header 'Accept' (if needed)
493
476
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
494
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
495
477
 
496
478
  # form parameters
497
479
  form_params = opts[:form_params] || {}
@@ -527,7 +509,6 @@ module PulpRpmClient
527
509
  # @param rpm_rpm_distribution_href [String]
528
510
  # @param patchedrpm_rpm_distribution [PatchedrpmRpmDistribution]
529
511
  # @param [Hash] opts the optional parameters
530
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
531
512
  # @return [AsyncOperationResponse]
532
513
  def partial_update(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts = {})
533
514
  data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
@@ -539,7 +520,6 @@ module PulpRpmClient
539
520
  # @param rpm_rpm_distribution_href [String]
540
521
  # @param patchedrpm_rpm_distribution [PatchedrpmRpmDistribution]
541
522
  # @param [Hash] opts the optional parameters
542
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
543
523
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
544
524
  def partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts = {})
545
525
  if @api_client.config.debugging
@@ -568,7 +548,6 @@ module PulpRpmClient
568
548
  if !content_type.nil?
569
549
  header_params['Content-Type'] = content_type
570
550
  end
571
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
572
551
 
573
552
  # form parameters
574
553
  form_params = opts[:form_params] || {}
@@ -603,7 +582,6 @@ module PulpRpmClient
603
582
  # ViewSet for RPM Distributions.
604
583
  # @param rpm_rpm_distribution_href [String]
605
584
  # @param [Hash] opts the optional parameters
606
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
607
585
  # @option opts [Array<String>] :fields A list of fields to include in the response.
608
586
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
609
587
  # @return [RpmRpmDistributionResponse]
@@ -616,7 +594,6 @@ module PulpRpmClient
616
594
  # ViewSet for RPM Distributions.
617
595
  # @param rpm_rpm_distribution_href [String]
618
596
  # @param [Hash] opts the optional parameters
619
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
620
597
  # @option opts [Array<String>] :fields A list of fields to include in the response.
621
598
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
622
599
  # @return [Array<(RpmRpmDistributionResponse, Integer, Hash)>] RpmRpmDistributionResponse data, response status code and response headers
@@ -640,7 +617,6 @@ module PulpRpmClient
640
617
  header_params = opts[:header_params] || {}
641
618
  # HTTP header 'Accept' (if needed)
642
619
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
643
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
644
620
 
645
621
  # form parameters
646
622
  form_params = opts[:form_params] || {}
@@ -676,7 +652,6 @@ module PulpRpmClient
676
652
  # @param rpm_rpm_distribution_href [String]
677
653
  # @param nested_role [NestedRole]
678
654
  # @param [Hash] opts the optional parameters
679
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
680
655
  # @return [NestedRoleResponse]
681
656
  def remove_role(rpm_rpm_distribution_href, nested_role, opts = {})
682
657
  data, _status_code, _headers = remove_role_with_http_info(rpm_rpm_distribution_href, nested_role, opts)
@@ -688,7 +663,6 @@ module PulpRpmClient
688
663
  # @param rpm_rpm_distribution_href [String]
689
664
  # @param nested_role [NestedRole]
690
665
  # @param [Hash] opts the optional parameters
691
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
692
666
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
693
667
  def remove_role_with_http_info(rpm_rpm_distribution_href, nested_role, opts = {})
694
668
  if @api_client.config.debugging
@@ -717,7 +691,6 @@ module PulpRpmClient
717
691
  if !content_type.nil?
718
692
  header_params['Content-Type'] = content_type
719
693
  end
720
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
721
694
 
722
695
  # form parameters
723
696
  form_params = opts[:form_params] || {}
@@ -753,7 +726,6 @@ module PulpRpmClient
753
726
  # @param rpm_rpm_distribution_href [String]
754
727
  # @param set_label [SetLabel]
755
728
  # @param [Hash] opts the optional parameters
756
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
757
729
  # @return [SetLabelResponse]
758
730
  def set_label(rpm_rpm_distribution_href, set_label, opts = {})
759
731
  data, _status_code, _headers = set_label_with_http_info(rpm_rpm_distribution_href, set_label, opts)
@@ -765,7 +737,6 @@ module PulpRpmClient
765
737
  # @param rpm_rpm_distribution_href [String]
766
738
  # @param set_label [SetLabel]
767
739
  # @param [Hash] opts the optional parameters
768
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
769
740
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
770
741
  def set_label_with_http_info(rpm_rpm_distribution_href, set_label, opts = {})
771
742
  if @api_client.config.debugging
@@ -794,7 +765,6 @@ module PulpRpmClient
794
765
  if !content_type.nil?
795
766
  header_params['Content-Type'] = content_type
796
767
  end
797
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
798
768
 
799
769
  # form parameters
800
770
  form_params = opts[:form_params] || {}
@@ -830,7 +800,6 @@ module PulpRpmClient
830
800
  # @param rpm_rpm_distribution_href [String]
831
801
  # @param unset_label [UnsetLabel]
832
802
  # @param [Hash] opts the optional parameters
833
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
834
803
  # @return [UnsetLabelResponse]
835
804
  def unset_label(rpm_rpm_distribution_href, unset_label, opts = {})
836
805
  data, _status_code, _headers = unset_label_with_http_info(rpm_rpm_distribution_href, unset_label, opts)
@@ -842,7 +811,6 @@ module PulpRpmClient
842
811
  # @param rpm_rpm_distribution_href [String]
843
812
  # @param unset_label [UnsetLabel]
844
813
  # @param [Hash] opts the optional parameters
845
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
846
814
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
847
815
  def unset_label_with_http_info(rpm_rpm_distribution_href, unset_label, opts = {})
848
816
  if @api_client.config.debugging
@@ -871,7 +839,6 @@ module PulpRpmClient
871
839
  if !content_type.nil?
872
840
  header_params['Content-Type'] = content_type
873
841
  end
874
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
875
842
 
876
843
  # form parameters
877
844
  form_params = opts[:form_params] || {}
@@ -907,7 +874,6 @@ module PulpRpmClient
907
874
  # @param rpm_rpm_distribution_href [String]
908
875
  # @param rpm_rpm_distribution [RpmRpmDistribution]
909
876
  # @param [Hash] opts the optional parameters
910
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
911
877
  # @return [AsyncOperationResponse]
912
878
  def update(rpm_rpm_distribution_href, rpm_rpm_distribution, opts = {})
913
879
  data, _status_code, _headers = update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
@@ -919,7 +885,6 @@ module PulpRpmClient
919
885
  # @param rpm_rpm_distribution_href [String]
920
886
  # @param rpm_rpm_distribution [RpmRpmDistribution]
921
887
  # @param [Hash] opts the optional parameters
922
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
923
888
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
924
889
  def update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts = {})
925
890
  if @api_client.config.debugging
@@ -948,7 +913,6 @@ module PulpRpmClient
948
913
  if !content_type.nil?
949
914
  header_params['Content-Type'] = content_type
950
915
  end
951
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
952
916
 
953
917
  # form parameters
954
918
  form_params = opts[:form_params] || {}
@@ -24,7 +24,6 @@ module PulpRpmClient
24
24
  # @param rpm_rpm_publication_href [String]
25
25
  # @param nested_role [NestedRole]
26
26
  # @param [Hash] opts the optional parameters
27
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
28
27
  # @return [NestedRoleResponse]
29
28
  def add_role(rpm_rpm_publication_href, nested_role, opts = {})
30
29
  data, _status_code, _headers = add_role_with_http_info(rpm_rpm_publication_href, nested_role, opts)
@@ -36,7 +35,6 @@ module PulpRpmClient
36
35
  # @param rpm_rpm_publication_href [String]
37
36
  # @param nested_role [NestedRole]
38
37
  # @param [Hash] opts the optional parameters
39
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
38
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
41
39
  def add_role_with_http_info(rpm_rpm_publication_href, nested_role, opts = {})
42
40
  if @api_client.config.debugging
@@ -65,7 +63,6 @@ module PulpRpmClient
65
63
  if !content_type.nil?
66
64
  header_params['Content-Type'] = content_type
67
65
  end
68
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
69
66
 
70
67
  # form parameters
71
68
  form_params = opts[:form_params] || {}
@@ -100,7 +97,6 @@ module PulpRpmClient
100
97
  # Trigger an asynchronous task to create a new RPM content publication.
101
98
  # @param rpm_rpm_publication [RpmRpmPublication]
102
99
  # @param [Hash] opts the optional parameters
103
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
104
100
  # @return [AsyncOperationResponse]
105
101
  def create(rpm_rpm_publication, opts = {})
106
102
  data, _status_code, _headers = create_with_http_info(rpm_rpm_publication, opts)
@@ -111,7 +107,6 @@ module PulpRpmClient
111
107
  # Trigger an asynchronous task to create a new RPM content publication.
112
108
  # @param rpm_rpm_publication [RpmRpmPublication]
113
109
  # @param [Hash] opts the optional parameters
114
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
115
110
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
116
111
  def create_with_http_info(rpm_rpm_publication, opts = {})
117
112
  if @api_client.config.debugging
@@ -136,7 +131,6 @@ module PulpRpmClient
136
131
  if !content_type.nil?
137
132
  header_params['Content-Type'] = content_type
138
133
  end
139
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
140
134
 
141
135
  # form parameters
142
136
  form_params = opts[:form_params] || {}
@@ -171,7 +165,6 @@ module PulpRpmClient
171
165
  # ViewSet for Rpm Publications.
172
166
  # @param rpm_rpm_publication_href [String]
173
167
  # @param [Hash] opts the optional parameters
174
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
175
168
  # @return [nil]
176
169
  def delete(rpm_rpm_publication_href, opts = {})
177
170
  delete_with_http_info(rpm_rpm_publication_href, opts)
@@ -182,7 +175,6 @@ module PulpRpmClient
182
175
  # ViewSet for Rpm Publications.
183
176
  # @param rpm_rpm_publication_href [String]
184
177
  # @param [Hash] opts the optional parameters
185
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
186
178
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
187
179
  def delete_with_http_info(rpm_rpm_publication_href, opts = {})
188
180
  if @api_client.config.debugging
@@ -200,7 +192,6 @@ module PulpRpmClient
200
192
 
201
193
  # header parameters
202
194
  header_params = opts[:header_params] || {}
203
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
204
195
 
205
196
  # form parameters
206
197
  form_params = opts[:form_params] || {}
@@ -234,7 +225,6 @@ module PulpRpmClient
234
225
  # List rpm publications
235
226
  # ViewSet for Rpm Publications.
236
227
  # @param [Hash] opts the optional parameters
237
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
238
228
  # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
239
229
  # @option opts [String] :content Content Unit referenced by HREF/PRN
240
230
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
@@ -265,7 +255,6 @@ module PulpRpmClient
265
255
  # List rpm publications
266
256
  # ViewSet for Rpm Publications.
267
257
  # @param [Hash] opts the optional parameters
268
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
269
258
  # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
270
259
  # @option opts [String] :content Content Unit referenced by HREF/PRN
271
260
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
@@ -327,7 +316,6 @@ module PulpRpmClient
327
316
  header_params = opts[:header_params] || {}
328
317
  # HTTP header 'Accept' (if needed)
329
318
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
330
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
331
319
 
332
320
  # form parameters
333
321
  form_params = opts[:form_params] || {}
@@ -362,7 +350,6 @@ module PulpRpmClient
362
350
  # List roles assigned to this object.
363
351
  # @param rpm_rpm_publication_href [String]
364
352
  # @param [Hash] opts the optional parameters
365
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
366
353
  # @option opts [Array<String>] :fields A list of fields to include in the response.
367
354
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
368
355
  # @return [ObjectRolesResponse]
@@ -375,7 +362,6 @@ module PulpRpmClient
375
362
  # List roles assigned to this object.
376
363
  # @param rpm_rpm_publication_href [String]
377
364
  # @param [Hash] opts the optional parameters
378
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
379
365
  # @option opts [Array<String>] :fields A list of fields to include in the response.
380
366
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
381
367
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -399,7 +385,6 @@ module PulpRpmClient
399
385
  header_params = opts[:header_params] || {}
400
386
  # HTTP header 'Accept' (if needed)
401
387
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
402
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
403
388
 
404
389
  # form parameters
405
390
  form_params = opts[:form_params] || {}
@@ -434,7 +419,6 @@ module PulpRpmClient
434
419
  # List permissions available to the current user on this object.
435
420
  # @param rpm_rpm_publication_href [String]
436
421
  # @param [Hash] opts the optional parameters
437
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
438
422
  # @option opts [Array<String>] :fields A list of fields to include in the response.
439
423
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
440
424
  # @return [MyPermissionsResponse]
@@ -447,7 +431,6 @@ module PulpRpmClient
447
431
  # List permissions available to the current user on this object.
448
432
  # @param rpm_rpm_publication_href [String]
449
433
  # @param [Hash] opts the optional parameters
450
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
451
434
  # @option opts [Array<String>] :fields A list of fields to include in the response.
452
435
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
453
436
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -471,7 +454,6 @@ module PulpRpmClient
471
454
  header_params = opts[:header_params] || {}
472
455
  # HTTP header 'Accept' (if needed)
473
456
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
474
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
475
457
 
476
458
  # form parameters
477
459
  form_params = opts[:form_params] || {}
@@ -506,7 +488,6 @@ module PulpRpmClient
506
488
  # ViewSet for Rpm Publications.
507
489
  # @param rpm_rpm_publication_href [String]
508
490
  # @param [Hash] opts the optional parameters
509
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
510
491
  # @option opts [Array<String>] :fields A list of fields to include in the response.
511
492
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
512
493
  # @return [RpmRpmPublicationResponse]
@@ -519,7 +500,6 @@ module PulpRpmClient
519
500
  # ViewSet for Rpm Publications.
520
501
  # @param rpm_rpm_publication_href [String]
521
502
  # @param [Hash] opts the optional parameters
522
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
523
503
  # @option opts [Array<String>] :fields A list of fields to include in the response.
524
504
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
525
505
  # @return [Array<(RpmRpmPublicationResponse, Integer, Hash)>] RpmRpmPublicationResponse data, response status code and response headers
@@ -543,7 +523,6 @@ module PulpRpmClient
543
523
  header_params = opts[:header_params] || {}
544
524
  # HTTP header 'Accept' (if needed)
545
525
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
546
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
547
526
 
548
527
  # form parameters
549
528
  form_params = opts[:form_params] || {}
@@ -579,7 +558,6 @@ module PulpRpmClient
579
558
  # @param rpm_rpm_publication_href [String]
580
559
  # @param nested_role [NestedRole]
581
560
  # @param [Hash] opts the optional parameters
582
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
583
561
  # @return [NestedRoleResponse]
584
562
  def remove_role(rpm_rpm_publication_href, nested_role, opts = {})
585
563
  data, _status_code, _headers = remove_role_with_http_info(rpm_rpm_publication_href, nested_role, opts)
@@ -591,7 +569,6 @@ module PulpRpmClient
591
569
  # @param rpm_rpm_publication_href [String]
592
570
  # @param nested_role [NestedRole]
593
571
  # @param [Hash] opts the optional parameters
594
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
595
572
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
596
573
  def remove_role_with_http_info(rpm_rpm_publication_href, nested_role, opts = {})
597
574
  if @api_client.config.debugging
@@ -620,7 +597,6 @@ module PulpRpmClient
620
597
  if !content_type.nil?
621
598
  header_params['Content-Type'] = content_type
622
599
  end
623
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
624
600
 
625
601
  # form parameters
626
602
  form_params = opts[:form_params] || {}