pulp_container_client 2.24.6 → 2.25.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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +16 -16
  5. data/docs/ContainerContainerPullThroughDistribution.md +6 -6
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  9. data/docs/ContentBlobsApi.md +8 -20
  10. data/docs/ContentManifestsApi.md +8 -20
  11. data/docs/ContentSignaturesApi.md +8 -20
  12. data/docs/ContentTagsApi.md +8 -20
  13. data/docs/DistributionsContainerApi.md +32 -72
  14. data/docs/DistributionsPullThroughApi.md +32 -72
  15. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
  17. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  18. data/docs/PulpContainerNamespacesApi.md +16 -40
  19. data/docs/RemotesContainerApi.md +32 -72
  20. data/docs/RemotesPullThroughApi.md +32 -72
  21. data/docs/RepositoriesContainerApi.md +64 -138
  22. data/docs/RepositoriesContainerPushApi.md +36 -80
  23. data/docs/RepositoriesContainerPushVersionsApi.md +10 -22
  24. data/docs/RepositoriesContainerVersionsApi.md +10 -22
  25. data/docs/TokenApi.md +5 -14
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -12
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +0 -12
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -12
  29. data/lib/pulp_container_client/api/content_tags_api.rb +0 -12
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  31. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +0 -63
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -15
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -15
  39. data/lib/pulp_container_client/api/token_api.rb +0 -9
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -73
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +31 -31
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +73 -73
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +43 -43
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -66
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/pulp_container_client.gemspec +1 -0
  51. data/spec/api/content_blobs_api_spec.rb +0 -4
  52. data/spec/api/content_manifests_api_spec.rb +0 -4
  53. data/spec/api/content_signatures_api_spec.rb +0 -4
  54. data/spec/api/content_tags_api_spec.rb +0 -4
  55. data/spec/api/distributions_container_api_spec.rb +0 -12
  56. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  57. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  58. data/spec/api/remotes_container_api_spec.rb +0 -12
  59. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  60. data/spec/api/repositories_container_api_spec.rb +0 -21
  61. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  62. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -5
  63. data/spec/api/repositories_container_versions_api_spec.rb +1 -5
  64. data/spec/api/token_api_spec.rb +0 -3
  65. data/spec/models/container_container_distribution_response_spec.rb +11 -11
  66. data/spec/models/container_container_distribution_spec.rb +5 -5
  67. data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
  68. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  69. data/spec/models/container_container_push_repository_response_spec.rb +11 -11
  70. data/spec/models/container_container_push_repository_spec.rb +5 -5
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  72. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  73. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  74. metadata +80 -60
@@ -24,7 +24,6 @@ module PulpContainerClient
24
24
  # @param container_container_repository_href [String]
25
25
  # @param recursive_manage [RecursiveManage]
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 [AsyncOperationResponse]
29
28
  def add(container_container_repository_href, recursive_manage, opts = {})
30
29
  data, _status_code, _headers = add_with_http_info(container_container_repository_href, recursive_manage, opts)
@@ -36,7 +35,6 @@ module PulpContainerClient
36
35
  # @param container_container_repository_href [String]
37
36
  # @param recursive_manage [RecursiveManage]
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<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
41
39
  def add_with_http_info(container_container_repository_href, recursive_manage, opts = {})
42
40
  if @api_client.config.debugging
@@ -65,7 +63,6 @@ module PulpContainerClient
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] || {}
@@ -101,7 +98,6 @@ module PulpContainerClient
101
98
  # @param container_container_repository_href [String]
102
99
  # @param nested_role [NestedRole]
103
100
  # @param [Hash] opts the optional parameters
104
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
101
  # @return [NestedRoleResponse]
106
102
  def add_role(container_container_repository_href, nested_role, opts = {})
107
103
  data, _status_code, _headers = add_role_with_http_info(container_container_repository_href, nested_role, opts)
@@ -113,7 +109,6 @@ module PulpContainerClient
113
109
  # @param container_container_repository_href [String]
114
110
  # @param nested_role [NestedRole]
115
111
  # @param [Hash] opts the optional parameters
116
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
117
112
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
118
113
  def add_role_with_http_info(container_container_repository_href, nested_role, opts = {})
119
114
  if @api_client.config.debugging
@@ -142,7 +137,6 @@ module PulpContainerClient
142
137
  if !content_type.nil?
143
138
  header_params['Content-Type'] = content_type
144
139
  end
145
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
146
140
 
147
141
  # form parameters
148
142
  form_params = opts[:form_params] || {}
@@ -177,7 +171,6 @@ module PulpContainerClient
177
171
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
178
172
  # @param container_container_repository_href [String]
179
173
  # @param [Hash] opts the optional parameters
180
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
181
174
  # @option opts [String] :containerfile_name Name of the Containerfile, from build_context, that should be used to run podman-build.
182
175
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
183
176
  # @option opts [String] :tag A tag name for the new image being built. (default to 'latest')
@@ -192,7 +185,6 @@ module PulpContainerClient
192
185
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
193
186
  # @param container_container_repository_href [String]
194
187
  # @param [Hash] opts the optional parameters
195
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
196
188
  # @option opts [String] :containerfile_name Name of the Containerfile, from build_context, that should be used to run podman-build.
197
189
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
198
190
  # @option opts [String] :tag A tag name for the new image being built. (default to 'latest')
@@ -225,7 +217,6 @@ module PulpContainerClient
225
217
  if !content_type.nil?
226
218
  header_params['Content-Type'] = content_type
227
219
  end
228
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
229
220
 
230
221
  # form parameters
231
222
  form_params = opts[:form_params] || {}
@@ -265,7 +256,6 @@ module PulpContainerClient
265
256
  # @param container_container_repository_href [String]
266
257
  # @param manifest_copy [ManifestCopy]
267
258
  # @param [Hash] opts the optional parameters
268
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
269
259
  # @return [AsyncOperationResponse]
270
260
  def copy_manifests(container_container_repository_href, manifest_copy, opts = {})
271
261
  data, _status_code, _headers = copy_manifests_with_http_info(container_container_repository_href, manifest_copy, opts)
@@ -277,7 +267,6 @@ module PulpContainerClient
277
267
  # @param container_container_repository_href [String]
278
268
  # @param manifest_copy [ManifestCopy]
279
269
  # @param [Hash] opts the optional parameters
280
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
281
270
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
282
271
  def copy_manifests_with_http_info(container_container_repository_href, manifest_copy, opts = {})
283
272
  if @api_client.config.debugging
@@ -306,7 +295,6 @@ module PulpContainerClient
306
295
  if !content_type.nil?
307
296
  header_params['Content-Type'] = content_type
308
297
  end
309
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
310
298
 
311
299
  # form parameters
312
300
  form_params = opts[:form_params] || {}
@@ -342,7 +330,6 @@ module PulpContainerClient
342
330
  # @param container_container_repository_href [String]
343
331
  # @param tag_copy [TagCopy]
344
332
  # @param [Hash] opts the optional parameters
345
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
346
333
  # @return [AsyncOperationResponse]
347
334
  def copy_tags(container_container_repository_href, tag_copy, opts = {})
348
335
  data, _status_code, _headers = copy_tags_with_http_info(container_container_repository_href, tag_copy, opts)
@@ -354,7 +341,6 @@ module PulpContainerClient
354
341
  # @param container_container_repository_href [String]
355
342
  # @param tag_copy [TagCopy]
356
343
  # @param [Hash] opts the optional parameters
357
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
358
344
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
359
345
  def copy_tags_with_http_info(container_container_repository_href, tag_copy, opts = {})
360
346
  if @api_client.config.debugging
@@ -383,7 +369,6 @@ module PulpContainerClient
383
369
  if !content_type.nil?
384
370
  header_params['Content-Type'] = content_type
385
371
  end
386
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
387
372
 
388
373
  # form parameters
389
374
  form_params = opts[:form_params] || {}
@@ -418,7 +403,6 @@ module PulpContainerClient
418
403
  # ViewSet for container repo.
419
404
  # @param container_container_repository [ContainerContainerRepository]
420
405
  # @param [Hash] opts the optional parameters
421
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
422
406
  # @return [ContainerContainerRepositoryResponse]
423
407
  def create(container_container_repository, opts = {})
424
408
  data, _status_code, _headers = create_with_http_info(container_container_repository, opts)
@@ -429,7 +413,6 @@ module PulpContainerClient
429
413
  # ViewSet for container repo.
430
414
  # @param container_container_repository [ContainerContainerRepository]
431
415
  # @param [Hash] opts the optional parameters
432
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
433
416
  # @return [Array<(ContainerContainerRepositoryResponse, Integer, Hash)>] ContainerContainerRepositoryResponse data, response status code and response headers
434
417
  def create_with_http_info(container_container_repository, opts = {})
435
418
  if @api_client.config.debugging
@@ -454,7 +437,6 @@ module PulpContainerClient
454
437
  if !content_type.nil?
455
438
  header_params['Content-Type'] = content_type
456
439
  end
457
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
458
440
 
459
441
  # form parameters
460
442
  form_params = opts[:form_params] || {}
@@ -489,7 +471,6 @@ module PulpContainerClient
489
471
  # Trigger an asynchronous delete task
490
472
  # @param container_container_repository_href [String]
491
473
  # @param [Hash] opts the optional parameters
492
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
493
474
  # @return [AsyncOperationResponse]
494
475
  def delete(container_container_repository_href, opts = {})
495
476
  data, _status_code, _headers = delete_with_http_info(container_container_repository_href, opts)
@@ -500,7 +481,6 @@ module PulpContainerClient
500
481
  # Trigger an asynchronous delete task
501
482
  # @param container_container_repository_href [String]
502
483
  # @param [Hash] opts the optional parameters
503
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
504
484
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
505
485
  def delete_with_http_info(container_container_repository_href, opts = {})
506
486
  if @api_client.config.debugging
@@ -520,7 +500,6 @@ module PulpContainerClient
520
500
  header_params = opts[:header_params] || {}
521
501
  # HTTP header 'Accept' (if needed)
522
502
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
523
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
524
503
 
525
504
  # form parameters
526
505
  form_params = opts[:form_params] || {}
@@ -554,7 +533,6 @@ module PulpContainerClient
554
533
  # List container repositorys
555
534
  # ViewSet for container repo.
556
535
  # @param [Hash] opts the optional parameters
557
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
558
536
  # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
559
537
  # @option opts [Integer] :limit Number of results to return per page.
560
538
  # @option opts [String] :name Filter results where name matches value
@@ -594,7 +572,6 @@ module PulpContainerClient
594
572
  # List container repositorys
595
573
  # ViewSet for container repo.
596
574
  # @param [Hash] opts the optional parameters
597
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
598
575
  # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
599
576
  # @option opts [Integer] :limit Number of results to return per page.
600
577
  # @option opts [String] :name Filter results where name matches value
@@ -674,7 +651,6 @@ module PulpContainerClient
674
651
  header_params = opts[:header_params] || {}
675
652
  # HTTP header 'Accept' (if needed)
676
653
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
677
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
678
654
 
679
655
  # form parameters
680
656
  form_params = opts[:form_params] || {}
@@ -709,7 +685,6 @@ module PulpContainerClient
709
685
  # List roles assigned to this object.
710
686
  # @param container_container_repository_href [String]
711
687
  # @param [Hash] opts the optional parameters
712
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
713
688
  # @option opts [Array<String>] :fields A list of fields to include in the response.
714
689
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
715
690
  # @return [ObjectRolesResponse]
@@ -722,7 +697,6 @@ module PulpContainerClient
722
697
  # List roles assigned to this object.
723
698
  # @param container_container_repository_href [String]
724
699
  # @param [Hash] opts the optional parameters
725
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
726
700
  # @option opts [Array<String>] :fields A list of fields to include in the response.
727
701
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
728
702
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -746,7 +720,6 @@ module PulpContainerClient
746
720
  header_params = opts[:header_params] || {}
747
721
  # HTTP header 'Accept' (if needed)
748
722
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
749
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
750
723
 
751
724
  # form parameters
752
725
  form_params = opts[:form_params] || {}
@@ -781,7 +754,6 @@ module PulpContainerClient
781
754
  # List permissions available to the current user on this object.
782
755
  # @param container_container_repository_href [String]
783
756
  # @param [Hash] opts the optional parameters
784
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
785
757
  # @option opts [Array<String>] :fields A list of fields to include in the response.
786
758
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
787
759
  # @return [MyPermissionsResponse]
@@ -794,7 +766,6 @@ module PulpContainerClient
794
766
  # List permissions available to the current user on this object.
795
767
  # @param container_container_repository_href [String]
796
768
  # @param [Hash] opts the optional parameters
797
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
798
769
  # @option opts [Array<String>] :fields A list of fields to include in the response.
799
770
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
800
771
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -818,7 +789,6 @@ module PulpContainerClient
818
789
  header_params = opts[:header_params] || {}
819
790
  # HTTP header 'Accept' (if needed)
820
791
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
821
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
822
792
 
823
793
  # form parameters
824
794
  form_params = opts[:form_params] || {}
@@ -854,7 +824,6 @@ module PulpContainerClient
854
824
  # @param container_container_repository_href [String]
855
825
  # @param patchedcontainer_container_repository [PatchedcontainerContainerRepository]
856
826
  # @param [Hash] opts the optional parameters
857
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
858
827
  # @return [AsyncOperationResponse]
859
828
  def partial_update(container_container_repository_href, patchedcontainer_container_repository, opts = {})
860
829
  data, _status_code, _headers = partial_update_with_http_info(container_container_repository_href, patchedcontainer_container_repository, opts)
@@ -866,7 +835,6 @@ module PulpContainerClient
866
835
  # @param container_container_repository_href [String]
867
836
  # @param patchedcontainer_container_repository [PatchedcontainerContainerRepository]
868
837
  # @param [Hash] opts the optional parameters
869
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
870
838
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
871
839
  def partial_update_with_http_info(container_container_repository_href, patchedcontainer_container_repository, opts = {})
872
840
  if @api_client.config.debugging
@@ -895,7 +863,6 @@ module PulpContainerClient
895
863
  if !content_type.nil?
896
864
  header_params['Content-Type'] = content_type
897
865
  end
898
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
899
866
 
900
867
  # form parameters
901
868
  form_params = opts[:form_params] || {}
@@ -930,7 +897,6 @@ module PulpContainerClient
930
897
  # ViewSet for container repo.
931
898
  # @param container_container_repository_href [String]
932
899
  # @param [Hash] opts the optional parameters
933
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
934
900
  # @option opts [Array<String>] :fields A list of fields to include in the response.
935
901
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
936
902
  # @return [ContainerContainerRepositoryResponse]
@@ -943,7 +909,6 @@ module PulpContainerClient
943
909
  # ViewSet for container repo.
944
910
  # @param container_container_repository_href [String]
945
911
  # @param [Hash] opts the optional parameters
946
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
947
912
  # @option opts [Array<String>] :fields A list of fields to include in the response.
948
913
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
949
914
  # @return [Array<(ContainerContainerRepositoryResponse, Integer, Hash)>] ContainerContainerRepositoryResponse data, response status code and response headers
@@ -967,7 +932,6 @@ module PulpContainerClient
967
932
  header_params = opts[:header_params] || {}
968
933
  # HTTP header 'Accept' (if needed)
969
934
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
970
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
971
935
 
972
936
  # form parameters
973
937
  form_params = opts[:form_params] || {}
@@ -1003,7 +967,6 @@ module PulpContainerClient
1003
967
  # @param container_container_repository_href [String]
1004
968
  # @param recursive_manage [RecursiveManage]
1005
969
  # @param [Hash] opts the optional parameters
1006
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1007
970
  # @return [AsyncOperationResponse]
1008
971
  def remove(container_container_repository_href, recursive_manage, opts = {})
1009
972
  data, _status_code, _headers = remove_with_http_info(container_container_repository_href, recursive_manage, opts)
@@ -1015,7 +978,6 @@ module PulpContainerClient
1015
978
  # @param container_container_repository_href [String]
1016
979
  # @param recursive_manage [RecursiveManage]
1017
980
  # @param [Hash] opts the optional parameters
1018
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1019
981
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1020
982
  def remove_with_http_info(container_container_repository_href, recursive_manage, opts = {})
1021
983
  if @api_client.config.debugging
@@ -1044,7 +1006,6 @@ module PulpContainerClient
1044
1006
  if !content_type.nil?
1045
1007
  header_params['Content-Type'] = content_type
1046
1008
  end
1047
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1048
1009
 
1049
1010
  # form parameters
1050
1011
  form_params = opts[:form_params] || {}
@@ -1080,7 +1041,6 @@ module PulpContainerClient
1080
1041
  # @param container_container_repository_href [String]
1081
1042
  # @param nested_role [NestedRole]
1082
1043
  # @param [Hash] opts the optional parameters
1083
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1084
1044
  # @return [NestedRoleResponse]
1085
1045
  def remove_role(container_container_repository_href, nested_role, opts = {})
1086
1046
  data, _status_code, _headers = remove_role_with_http_info(container_container_repository_href, nested_role, opts)
@@ -1092,7 +1052,6 @@ module PulpContainerClient
1092
1052
  # @param container_container_repository_href [String]
1093
1053
  # @param nested_role [NestedRole]
1094
1054
  # @param [Hash] opts the optional parameters
1095
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1096
1055
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
1097
1056
  def remove_role_with_http_info(container_container_repository_href, nested_role, opts = {})
1098
1057
  if @api_client.config.debugging
@@ -1121,7 +1080,6 @@ module PulpContainerClient
1121
1080
  if !content_type.nil?
1122
1081
  header_params['Content-Type'] = content_type
1123
1082
  end
1124
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1125
1083
 
1126
1084
  # form parameters
1127
1085
  form_params = opts[:form_params] || {}
@@ -1157,7 +1115,6 @@ module PulpContainerClient
1157
1115
  # @param container_container_repository_href [String]
1158
1116
  # @param set_label [SetLabel]
1159
1117
  # @param [Hash] opts the optional parameters
1160
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1161
1118
  # @return [SetLabelResponse]
1162
1119
  def set_label(container_container_repository_href, set_label, opts = {})
1163
1120
  data, _status_code, _headers = set_label_with_http_info(container_container_repository_href, set_label, opts)
@@ -1169,7 +1126,6 @@ module PulpContainerClient
1169
1126
  # @param container_container_repository_href [String]
1170
1127
  # @param set_label [SetLabel]
1171
1128
  # @param [Hash] opts the optional parameters
1172
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1173
1129
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
1174
1130
  def set_label_with_http_info(container_container_repository_href, set_label, opts = {})
1175
1131
  if @api_client.config.debugging
@@ -1198,7 +1154,6 @@ module PulpContainerClient
1198
1154
  if !content_type.nil?
1199
1155
  header_params['Content-Type'] = content_type
1200
1156
  end
1201
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1202
1157
 
1203
1158
  # form parameters
1204
1159
  form_params = opts[:form_params] || {}
@@ -1234,7 +1189,6 @@ module PulpContainerClient
1234
1189
  # @param container_container_repository_href [String]
1235
1190
  # @param repository_sign [RepositorySign]
1236
1191
  # @param [Hash] opts the optional parameters
1237
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1238
1192
  # @return [AsyncOperationResponse]
1239
1193
  def sign(container_container_repository_href, repository_sign, opts = {})
1240
1194
  data, _status_code, _headers = sign_with_http_info(container_container_repository_href, repository_sign, opts)
@@ -1246,7 +1200,6 @@ module PulpContainerClient
1246
1200
  # @param container_container_repository_href [String]
1247
1201
  # @param repository_sign [RepositorySign]
1248
1202
  # @param [Hash] opts the optional parameters
1249
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1250
1203
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1251
1204
  def sign_with_http_info(container_container_repository_href, repository_sign, opts = {})
1252
1205
  if @api_client.config.debugging
@@ -1275,7 +1228,6 @@ module PulpContainerClient
1275
1228
  if !content_type.nil?
1276
1229
  header_params['Content-Type'] = content_type
1277
1230
  end
1278
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1279
1231
 
1280
1232
  # form parameters
1281
1233
  form_params = opts[:form_params] || {}
@@ -1311,7 +1263,6 @@ module PulpContainerClient
1311
1263
  # @param container_container_repository_href [String]
1312
1264
  # @param container_repository_sync_url [ContainerRepositorySyncURL]
1313
1265
  # @param [Hash] opts the optional parameters
1314
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1315
1266
  # @return [AsyncOperationResponse]
1316
1267
  def sync(container_container_repository_href, container_repository_sync_url, opts = {})
1317
1268
  data, _status_code, _headers = sync_with_http_info(container_container_repository_href, container_repository_sync_url, opts)
@@ -1323,7 +1274,6 @@ module PulpContainerClient
1323
1274
  # @param container_container_repository_href [String]
1324
1275
  # @param container_repository_sync_url [ContainerRepositorySyncURL]
1325
1276
  # @param [Hash] opts the optional parameters
1326
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1327
1277
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1328
1278
  def sync_with_http_info(container_container_repository_href, container_repository_sync_url, opts = {})
1329
1279
  if @api_client.config.debugging
@@ -1352,7 +1302,6 @@ module PulpContainerClient
1352
1302
  if !content_type.nil?
1353
1303
  header_params['Content-Type'] = content_type
1354
1304
  end
1355
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1356
1305
 
1357
1306
  # form parameters
1358
1307
  form_params = opts[:form_params] || {}
@@ -1388,7 +1337,6 @@ module PulpContainerClient
1388
1337
  # @param container_container_repository_href [String]
1389
1338
  # @param tag_image [TagImage]
1390
1339
  # @param [Hash] opts the optional parameters
1391
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1392
1340
  # @return [AsyncOperationResponse]
1393
1341
  def tag(container_container_repository_href, tag_image, opts = {})
1394
1342
  data, _status_code, _headers = tag_with_http_info(container_container_repository_href, tag_image, opts)
@@ -1400,7 +1348,6 @@ module PulpContainerClient
1400
1348
  # @param container_container_repository_href [String]
1401
1349
  # @param tag_image [TagImage]
1402
1350
  # @param [Hash] opts the optional parameters
1403
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1404
1351
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1405
1352
  def tag_with_http_info(container_container_repository_href, tag_image, opts = {})
1406
1353
  if @api_client.config.debugging
@@ -1429,7 +1376,6 @@ module PulpContainerClient
1429
1376
  if !content_type.nil?
1430
1377
  header_params['Content-Type'] = content_type
1431
1378
  end
1432
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1433
1379
 
1434
1380
  # form parameters
1435
1381
  form_params = opts[:form_params] || {}
@@ -1465,7 +1411,6 @@ module PulpContainerClient
1465
1411
  # @param container_container_repository_href [String]
1466
1412
  # @param unset_label [UnsetLabel]
1467
1413
  # @param [Hash] opts the optional parameters
1468
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1469
1414
  # @return [UnsetLabelResponse]
1470
1415
  def unset_label(container_container_repository_href, unset_label, opts = {})
1471
1416
  data, _status_code, _headers = unset_label_with_http_info(container_container_repository_href, unset_label, opts)
@@ -1477,7 +1422,6 @@ module PulpContainerClient
1477
1422
  # @param container_container_repository_href [String]
1478
1423
  # @param unset_label [UnsetLabel]
1479
1424
  # @param [Hash] opts the optional parameters
1480
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1481
1425
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
1482
1426
  def unset_label_with_http_info(container_container_repository_href, unset_label, opts = {})
1483
1427
  if @api_client.config.debugging
@@ -1506,7 +1450,6 @@ module PulpContainerClient
1506
1450
  if !content_type.nil?
1507
1451
  header_params['Content-Type'] = content_type
1508
1452
  end
1509
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1510
1453
 
1511
1454
  # form parameters
1512
1455
  form_params = opts[:form_params] || {}
@@ -1542,7 +1485,6 @@ module PulpContainerClient
1542
1485
  # @param container_container_repository_href [String]
1543
1486
  # @param un_tag_image [UnTagImage]
1544
1487
  # @param [Hash] opts the optional parameters
1545
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1546
1488
  # @return [AsyncOperationResponse]
1547
1489
  def untag(container_container_repository_href, un_tag_image, opts = {})
1548
1490
  data, _status_code, _headers = untag_with_http_info(container_container_repository_href, un_tag_image, opts)
@@ -1554,7 +1496,6 @@ module PulpContainerClient
1554
1496
  # @param container_container_repository_href [String]
1555
1497
  # @param un_tag_image [UnTagImage]
1556
1498
  # @param [Hash] opts the optional parameters
1557
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1558
1499
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1559
1500
  def untag_with_http_info(container_container_repository_href, un_tag_image, opts = {})
1560
1501
  if @api_client.config.debugging
@@ -1583,7 +1524,6 @@ module PulpContainerClient
1583
1524
  if !content_type.nil?
1584
1525
  header_params['Content-Type'] = content_type
1585
1526
  end
1586
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1587
1527
 
1588
1528
  # form parameters
1589
1529
  form_params = opts[:form_params] || {}
@@ -1619,7 +1559,6 @@ module PulpContainerClient
1619
1559
  # @param container_container_repository_href [String]
1620
1560
  # @param container_container_repository [ContainerContainerRepository]
1621
1561
  # @param [Hash] opts the optional parameters
1622
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1623
1562
  # @return [AsyncOperationResponse]
1624
1563
  def update(container_container_repository_href, container_container_repository, opts = {})
1625
1564
  data, _status_code, _headers = update_with_http_info(container_container_repository_href, container_container_repository, opts)
@@ -1631,7 +1570,6 @@ module PulpContainerClient
1631
1570
  # @param container_container_repository_href [String]
1632
1571
  # @param container_container_repository [ContainerContainerRepository]
1633
1572
  # @param [Hash] opts the optional parameters
1634
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1635
1573
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1636
1574
  def update_with_http_info(container_container_repository_href, container_container_repository, opts = {})
1637
1575
  if @api_client.config.debugging
@@ -1660,7 +1598,6 @@ module PulpContainerClient
1660
1598
  if !content_type.nil?
1661
1599
  header_params['Content-Type'] = content_type
1662
1600
  end
1663
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1664
1601
 
1665
1602
  # form parameters
1666
1603
  form_params = opts[:form_params] || {}