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_push_repository_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(container_container_push_repository_href, nested_role, opts = {})
30
29
  data, _status_code, _headers = add_role_with_http_info(container_container_push_repository_href, nested_role, opts)
@@ -36,7 +35,6 @@ module PulpContainerClient
36
35
  # @param container_container_push_repository_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(container_container_push_repository_href, nested_role, 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] || {}
@@ -99,7 +96,6 @@ module PulpContainerClient
99
96
  # List container push repositorys
100
97
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
101
98
  # @param [Hash] opts the optional parameters
102
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
103
99
  # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
104
100
  # @option opts [Integer] :limit Number of results to return per page.
105
101
  # @option opts [String] :name Filter results where name matches value
@@ -139,7 +135,6 @@ module PulpContainerClient
139
135
  # List container push repositorys
140
136
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
141
137
  # @param [Hash] opts the optional parameters
142
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
143
138
  # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
144
139
  # @option opts [Integer] :limit Number of results to return per page.
145
140
  # @option opts [String] :name Filter results where name matches value
@@ -219,7 +214,6 @@ module PulpContainerClient
219
214
  header_params = opts[:header_params] || {}
220
215
  # HTTP header 'Accept' (if needed)
221
216
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
222
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
223
217
 
224
218
  # form parameters
225
219
  form_params = opts[:form_params] || {}
@@ -254,7 +248,6 @@ module PulpContainerClient
254
248
  # List roles assigned to this object.
255
249
  # @param container_container_push_repository_href [String]
256
250
  # @param [Hash] opts the optional parameters
257
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
258
251
  # @option opts [Array<String>] :fields A list of fields to include in the response.
259
252
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
260
253
  # @return [ObjectRolesResponse]
@@ -267,7 +260,6 @@ module PulpContainerClient
267
260
  # List roles assigned to this object.
268
261
  # @param container_container_push_repository_href [String]
269
262
  # @param [Hash] opts the optional parameters
270
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
271
263
  # @option opts [Array<String>] :fields A list of fields to include in the response.
272
264
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
273
265
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -291,7 +283,6 @@ module PulpContainerClient
291
283
  header_params = opts[:header_params] || {}
292
284
  # HTTP header 'Accept' (if needed)
293
285
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
294
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
295
286
 
296
287
  # form parameters
297
288
  form_params = opts[:form_params] || {}
@@ -326,7 +317,6 @@ module PulpContainerClient
326
317
  # List permissions available to the current user on this object.
327
318
  # @param container_container_push_repository_href [String]
328
319
  # @param [Hash] opts the optional parameters
329
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
330
320
  # @option opts [Array<String>] :fields A list of fields to include in the response.
331
321
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
332
322
  # @return [MyPermissionsResponse]
@@ -339,7 +329,6 @@ module PulpContainerClient
339
329
  # List permissions available to the current user on this object.
340
330
  # @param container_container_push_repository_href [String]
341
331
  # @param [Hash] opts the optional parameters
342
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
343
332
  # @option opts [Array<String>] :fields A list of fields to include in the response.
344
333
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
345
334
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -363,7 +352,6 @@ module PulpContainerClient
363
352
  header_params = opts[:header_params] || {}
364
353
  # HTTP header 'Accept' (if needed)
365
354
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
366
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
367
355
 
368
356
  # form parameters
369
357
  form_params = opts[:form_params] || {}
@@ -399,7 +387,6 @@ module PulpContainerClient
399
387
  # @param container_container_push_repository_href [String]
400
388
  # @param patchedcontainer_container_push_repository [PatchedcontainerContainerPushRepository]
401
389
  # @param [Hash] opts the optional parameters
402
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
403
390
  # @return [AsyncOperationResponse]
404
391
  def partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository, opts = {})
405
392
  data, _status_code, _headers = partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
@@ -411,7 +398,6 @@ module PulpContainerClient
411
398
  # @param container_container_push_repository_href [String]
412
399
  # @param patchedcontainer_container_push_repository [PatchedcontainerContainerPushRepository]
413
400
  # @param [Hash] opts the optional parameters
414
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
415
401
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
416
402
  def partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository, opts = {})
417
403
  if @api_client.config.debugging
@@ -440,7 +426,6 @@ module PulpContainerClient
440
426
  if !content_type.nil?
441
427
  header_params['Content-Type'] = content_type
442
428
  end
443
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
444
429
 
445
430
  # form parameters
446
431
  form_params = opts[:form_params] || {}
@@ -475,7 +460,6 @@ module PulpContainerClient
475
460
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
476
461
  # @param container_container_push_repository_href [String]
477
462
  # @param [Hash] opts the optional parameters
478
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
479
463
  # @option opts [Array<String>] :fields A list of fields to include in the response.
480
464
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
481
465
  # @return [ContainerContainerPushRepositoryResponse]
@@ -488,7 +472,6 @@ module PulpContainerClient
488
472
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
489
473
  # @param container_container_push_repository_href [String]
490
474
  # @param [Hash] opts the optional parameters
491
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
492
475
  # @option opts [Array<String>] :fields A list of fields to include in the response.
493
476
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
494
477
  # @return [Array<(ContainerContainerPushRepositoryResponse, Integer, Hash)>] ContainerContainerPushRepositoryResponse data, response status code and response headers
@@ -512,7 +495,6 @@ module PulpContainerClient
512
495
  header_params = opts[:header_params] || {}
513
496
  # HTTP header 'Accept' (if needed)
514
497
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
515
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
516
498
 
517
499
  # form parameters
518
500
  form_params = opts[:form_params] || {}
@@ -548,7 +530,6 @@ module PulpContainerClient
548
530
  # @param container_container_push_repository_href [String]
549
531
  # @param remove_image [RemoveImage]
550
532
  # @param [Hash] opts the optional parameters
551
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
552
533
  # @return [AsyncOperationResponse]
553
534
  def remove_image(container_container_push_repository_href, remove_image, opts = {})
554
535
  data, _status_code, _headers = remove_image_with_http_info(container_container_push_repository_href, remove_image, opts)
@@ -560,7 +541,6 @@ module PulpContainerClient
560
541
  # @param container_container_push_repository_href [String]
561
542
  # @param remove_image [RemoveImage]
562
543
  # @param [Hash] opts the optional parameters
563
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
564
544
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
565
545
  def remove_image_with_http_info(container_container_push_repository_href, remove_image, opts = {})
566
546
  if @api_client.config.debugging
@@ -589,7 +569,6 @@ module PulpContainerClient
589
569
  if !content_type.nil?
590
570
  header_params['Content-Type'] = content_type
591
571
  end
592
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
593
572
 
594
573
  # form parameters
595
574
  form_params = opts[:form_params] || {}
@@ -625,7 +604,6 @@ module PulpContainerClient
625
604
  # @param container_container_push_repository_href [String]
626
605
  # @param nested_role [NestedRole]
627
606
  # @param [Hash] opts the optional parameters
628
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
629
607
  # @return [NestedRoleResponse]
630
608
  def remove_role(container_container_push_repository_href, nested_role, opts = {})
631
609
  data, _status_code, _headers = remove_role_with_http_info(container_container_push_repository_href, nested_role, opts)
@@ -637,7 +615,6 @@ module PulpContainerClient
637
615
  # @param container_container_push_repository_href [String]
638
616
  # @param nested_role [NestedRole]
639
617
  # @param [Hash] opts the optional parameters
640
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
641
618
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
642
619
  def remove_role_with_http_info(container_container_push_repository_href, nested_role, opts = {})
643
620
  if @api_client.config.debugging
@@ -666,7 +643,6 @@ module PulpContainerClient
666
643
  if !content_type.nil?
667
644
  header_params['Content-Type'] = content_type
668
645
  end
669
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
670
646
 
671
647
  # form parameters
672
648
  form_params = opts[:form_params] || {}
@@ -701,7 +677,6 @@ module PulpContainerClient
701
677
  # @param container_container_push_repository_href [String]
702
678
  # @param remove_signatures [RemoveSignatures]
703
679
  # @param [Hash] opts the optional parameters
704
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
705
680
  # @return [RemoveSignaturesResponse]
706
681
  def remove_signatures(container_container_push_repository_href, remove_signatures, opts = {})
707
682
  data, _status_code, _headers = remove_signatures_with_http_info(container_container_push_repository_href, remove_signatures, opts)
@@ -712,7 +687,6 @@ module PulpContainerClient
712
687
  # @param container_container_push_repository_href [String]
713
688
  # @param remove_signatures [RemoveSignatures]
714
689
  # @param [Hash] opts the optional parameters
715
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
716
690
  # @return [Array<(RemoveSignaturesResponse, Integer, Hash)>] RemoveSignaturesResponse data, response status code and response headers
717
691
  def remove_signatures_with_http_info(container_container_push_repository_href, remove_signatures, opts = {})
718
692
  if @api_client.config.debugging
@@ -741,7 +715,6 @@ module PulpContainerClient
741
715
  if !content_type.nil?
742
716
  header_params['Content-Type'] = content_type
743
717
  end
744
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
745
718
 
746
719
  # form parameters
747
720
  form_params = opts[:form_params] || {}
@@ -777,7 +750,6 @@ module PulpContainerClient
777
750
  # @param container_container_push_repository_href [String]
778
751
  # @param repository_sign [RepositorySign]
779
752
  # @param [Hash] opts the optional parameters
780
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
781
753
  # @return [AsyncOperationResponse]
782
754
  def sign(container_container_push_repository_href, repository_sign, opts = {})
783
755
  data, _status_code, _headers = sign_with_http_info(container_container_push_repository_href, repository_sign, opts)
@@ -789,7 +761,6 @@ module PulpContainerClient
789
761
  # @param container_container_push_repository_href [String]
790
762
  # @param repository_sign [RepositorySign]
791
763
  # @param [Hash] opts the optional parameters
792
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
793
764
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
794
765
  def sign_with_http_info(container_container_push_repository_href, repository_sign, opts = {})
795
766
  if @api_client.config.debugging
@@ -818,7 +789,6 @@ module PulpContainerClient
818
789
  if !content_type.nil?
819
790
  header_params['Content-Type'] = content_type
820
791
  end
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_push_repository_href [String]
855
825
  # @param tag_image [TagImage]
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 tag(container_container_push_repository_href, tag_image, opts = {})
860
829
  data, _status_code, _headers = tag_with_http_info(container_container_push_repository_href, tag_image, opts)
@@ -866,7 +835,6 @@ module PulpContainerClient
866
835
  # @param container_container_push_repository_href [String]
867
836
  # @param tag_image [TagImage]
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 tag_with_http_info(container_container_push_repository_href, tag_image, 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] || {}
@@ -931,7 +898,6 @@ module PulpContainerClient
931
898
  # @param container_container_push_repository_href [String]
932
899
  # @param un_tag_image [UnTagImage]
933
900
  # @param [Hash] opts the optional parameters
934
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
935
901
  # @return [AsyncOperationResponse]
936
902
  def untag(container_container_push_repository_href, un_tag_image, opts = {})
937
903
  data, _status_code, _headers = untag_with_http_info(container_container_push_repository_href, un_tag_image, opts)
@@ -943,7 +909,6 @@ module PulpContainerClient
943
909
  # @param container_container_push_repository_href [String]
944
910
  # @param un_tag_image [UnTagImage]
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
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
948
913
  def untag_with_http_info(container_container_push_repository_href, un_tag_image, opts = {})
949
914
  if @api_client.config.debugging
@@ -972,7 +937,6 @@ module PulpContainerClient
972
937
  if !content_type.nil?
973
938
  header_params['Content-Type'] = content_type
974
939
  end
975
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
976
940
 
977
941
  # form parameters
978
942
  form_params = opts[:form_params] || {}
@@ -1008,7 +972,6 @@ module PulpContainerClient
1008
972
  # @param container_container_push_repository_href [String]
1009
973
  # @param container_container_push_repository [ContainerContainerPushRepository]
1010
974
  # @param [Hash] opts the optional parameters
1011
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1012
975
  # @return [AsyncOperationResponse]
1013
976
  def update(container_container_push_repository_href, container_container_push_repository, opts = {})
1014
977
  data, _status_code, _headers = update_with_http_info(container_container_push_repository_href, container_container_push_repository, opts)
@@ -1020,7 +983,6 @@ module PulpContainerClient
1020
983
  # @param container_container_push_repository_href [String]
1021
984
  # @param container_container_push_repository [ContainerContainerPushRepository]
1022
985
  # @param [Hash] opts the optional parameters
1023
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1024
986
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1025
987
  def update_with_http_info(container_container_push_repository_href, container_container_push_repository, opts = {})
1026
988
  if @api_client.config.debugging
@@ -1049,7 +1011,6 @@ module PulpContainerClient
1049
1011
  if !content_type.nil?
1050
1012
  header_params['Content-Type'] = content_type
1051
1013
  end
1052
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1053
1014
 
1054
1015
  # form parameters
1055
1016
  form_params = opts[:form_params] || {}
@@ -23,7 +23,6 @@ module PulpContainerClient
23
23
  # Trigger an asynchronous task to delete a repository version.
24
24
  # @param container_container_push_repository_version_href [String]
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 delete(container_container_push_repository_version_href, opts = {})
29
28
  data, _status_code, _headers = delete_with_http_info(container_container_push_repository_version_href, opts)
@@ -34,7 +33,6 @@ module PulpContainerClient
34
33
  # Trigger an asynchronous task to delete a repository version.
35
34
  # @param container_container_push_repository_version_href [String]
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 delete_with_http_info(container_container_push_repository_version_href, opts = {})
40
38
  if @api_client.config.debugging
@@ -54,7 +52,6 @@ module PulpContainerClient
54
52
  header_params = opts[:header_params] || {}
55
53
  # HTTP header 'Accept' (if needed)
56
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
57
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
58
55
 
59
56
  # form parameters
60
57
  form_params = opts[:form_params] || {}
@@ -89,7 +86,6 @@ module PulpContainerClient
89
86
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
90
87
  # @param container_container_push_repository_href [String]
91
88
  # @param [Hash] opts the optional parameters
92
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
89
  # @option opts [String] :content Content Unit referenced by HREF/PRN
94
90
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
95
91
  # @option opts [Integer] :limit Number of results to return per page.
@@ -100,7 +96,7 @@ module PulpContainerClient
100
96
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
101
97
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
102
98
  # @option opts [Integer] :offset The initial index from which to return the results.
103
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
99
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
104
100
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
105
101
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
106
102
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -123,7 +119,6 @@ module PulpContainerClient
123
119
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
124
120
  # @param container_container_push_repository_href [String]
125
121
  # @param [Hash] opts the optional parameters
126
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
127
122
  # @option opts [String] :content Content Unit referenced by HREF/PRN
128
123
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
129
124
  # @option opts [Integer] :limit Number of results to return per page.
@@ -134,7 +129,7 @@ module PulpContainerClient
134
129
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
135
130
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
136
131
  # @option opts [Integer] :offset The initial index from which to return the results.
137
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
132
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
138
133
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
139
134
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
140
135
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -156,7 +151,7 @@ module PulpContainerClient
156
151
  if @api_client.config.client_side_validation && container_container_push_repository_href.nil?
157
152
  fail ArgumentError, "Missing the required parameter 'container_container_push_repository_href' when calling RepositoriesContainerPushVersionsApi.list"
158
153
  end
159
- allowable_values = ["-complete", "-content_ids", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "content_ids", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
154
+ allowable_values = ["-complete", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
160
155
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
161
156
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
162
157
  end
@@ -193,7 +188,6 @@ module PulpContainerClient
193
188
  header_params = opts[:header_params] || {}
194
189
  # HTTP header 'Accept' (if needed)
195
190
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
196
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
197
191
 
198
192
  # form parameters
199
193
  form_params = opts[:form_params] || {}
@@ -228,7 +222,6 @@ module PulpContainerClient
228
222
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
229
223
  # @param container_container_push_repository_version_href [String]
230
224
  # @param [Hash] opts the optional parameters
231
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
232
225
  # @option opts [Array<String>] :fields A list of fields to include in the response.
233
226
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
234
227
  # @return [RepositoryVersionResponse]
@@ -241,7 +234,6 @@ module PulpContainerClient
241
234
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
242
235
  # @param container_container_push_repository_version_href [String]
243
236
  # @param [Hash] opts the optional parameters
244
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
245
237
  # @option opts [Array<String>] :fields A list of fields to include in the response.
246
238
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
247
239
  # @return [Array<(RepositoryVersionResponse, Integer, Hash)>] RepositoryVersionResponse data, response status code and response headers
@@ -265,7 +257,6 @@ module PulpContainerClient
265
257
  header_params = opts[:header_params] || {}
266
258
  # HTTP header 'Accept' (if needed)
267
259
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
268
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
269
260
 
270
261
  # form parameters
271
262
  form_params = opts[:form_params] || {}
@@ -300,7 +291,6 @@ module PulpContainerClient
300
291
  # @param container_container_push_repository_version_href [String]
301
292
  # @param repair [Repair]
302
293
  # @param [Hash] opts the optional parameters
303
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
304
294
  # @return [AsyncOperationResponse]
305
295
  def repair(container_container_push_repository_version_href, repair, opts = {})
306
296
  data, _status_code, _headers = repair_with_http_info(container_container_push_repository_version_href, repair, opts)
@@ -311,7 +301,6 @@ module PulpContainerClient
311
301
  # @param container_container_push_repository_version_href [String]
312
302
  # @param repair [Repair]
313
303
  # @param [Hash] opts the optional parameters
314
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
315
304
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
316
305
  def repair_with_http_info(container_container_push_repository_version_href, repair, opts = {})
317
306
  if @api_client.config.debugging
@@ -340,7 +329,6 @@ module PulpContainerClient
340
329
  if !content_type.nil?
341
330
  header_params['Content-Type'] = content_type
342
331
  end
343
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
344
332
 
345
333
  # form parameters
346
334
  form_params = opts[:form_params] || {}
@@ -23,7 +23,6 @@ module PulpContainerClient
23
23
  # Trigger an asynchronous task to delete a repository version.
24
24
  # @param container_container_repository_version_href [String]
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 delete(container_container_repository_version_href, opts = {})
29
28
  data, _status_code, _headers = delete_with_http_info(container_container_repository_version_href, opts)
@@ -34,7 +33,6 @@ module PulpContainerClient
34
33
  # Trigger an asynchronous task to delete a repository version.
35
34
  # @param container_container_repository_version_href [String]
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 delete_with_http_info(container_container_repository_version_href, opts = {})
40
38
  if @api_client.config.debugging
@@ -54,7 +52,6 @@ module PulpContainerClient
54
52
  header_params = opts[:header_params] || {}
55
53
  # HTTP header 'Accept' (if needed)
56
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
57
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
58
55
 
59
56
  # form parameters
60
57
  form_params = opts[:form_params] || {}
@@ -89,7 +86,6 @@ module PulpContainerClient
89
86
  # ContainerRepositoryVersion represents a single container repository version.
90
87
  # @param container_container_repository_href [String]
91
88
  # @param [Hash] opts the optional parameters
92
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
89
  # @option opts [String] :content Content Unit referenced by HREF/PRN
94
90
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
95
91
  # @option opts [Integer] :limit Number of results to return per page.
@@ -100,7 +96,7 @@ module PulpContainerClient
100
96
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
101
97
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
102
98
  # @option opts [Integer] :offset The initial index from which to return the results.
103
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
99
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
104
100
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
105
101
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
106
102
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -123,7 +119,6 @@ module PulpContainerClient
123
119
  # ContainerRepositoryVersion represents a single container repository version.
124
120
  # @param container_container_repository_href [String]
125
121
  # @param [Hash] opts the optional parameters
126
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
127
122
  # @option opts [String] :content Content Unit referenced by HREF/PRN
128
123
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
129
124
  # @option opts [Integer] :limit Number of results to return per page.
@@ -134,7 +129,7 @@ module PulpContainerClient
134
129
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
135
130
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
136
131
  # @option opts [Integer] :offset The initial index from which to return the results.
137
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
132
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
138
133
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
139
134
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
140
135
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -156,7 +151,7 @@ module PulpContainerClient
156
151
  if @api_client.config.client_side_validation && container_container_repository_href.nil?
157
152
  fail ArgumentError, "Missing the required parameter 'container_container_repository_href' when calling RepositoriesContainerVersionsApi.list"
158
153
  end
159
- allowable_values = ["-complete", "-content_ids", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "content_ids", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
154
+ allowable_values = ["-complete", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
160
155
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
161
156
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
162
157
  end
@@ -193,7 +188,6 @@ module PulpContainerClient
193
188
  header_params = opts[:header_params] || {}
194
189
  # HTTP header 'Accept' (if needed)
195
190
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
196
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
197
191
 
198
192
  # form parameters
199
193
  form_params = opts[:form_params] || {}
@@ -228,7 +222,6 @@ module PulpContainerClient
228
222
  # ContainerRepositoryVersion represents a single container repository version.
229
223
  # @param container_container_repository_version_href [String]
230
224
  # @param [Hash] opts the optional parameters
231
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
232
225
  # @option opts [Array<String>] :fields A list of fields to include in the response.
233
226
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
234
227
  # @return [RepositoryVersionResponse]
@@ -241,7 +234,6 @@ module PulpContainerClient
241
234
  # ContainerRepositoryVersion represents a single container repository version.
242
235
  # @param container_container_repository_version_href [String]
243
236
  # @param [Hash] opts the optional parameters
244
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
245
237
  # @option opts [Array<String>] :fields A list of fields to include in the response.
246
238
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
247
239
  # @return [Array<(RepositoryVersionResponse, Integer, Hash)>] RepositoryVersionResponse data, response status code and response headers
@@ -265,7 +257,6 @@ module PulpContainerClient
265
257
  header_params = opts[:header_params] || {}
266
258
  # HTTP header 'Accept' (if needed)
267
259
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
268
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
269
260
 
270
261
  # form parameters
271
262
  form_params = opts[:form_params] || {}
@@ -300,7 +291,6 @@ module PulpContainerClient
300
291
  # @param container_container_repository_version_href [String]
301
292
  # @param repair [Repair]
302
293
  # @param [Hash] opts the optional parameters
303
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
304
294
  # @return [AsyncOperationResponse]
305
295
  def repair(container_container_repository_version_href, repair, opts = {})
306
296
  data, _status_code, _headers = repair_with_http_info(container_container_repository_version_href, repair, opts)
@@ -311,7 +301,6 @@ module PulpContainerClient
311
301
  # @param container_container_repository_version_href [String]
312
302
  # @param repair [Repair]
313
303
  # @param [Hash] opts the optional parameters
314
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
315
304
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
316
305
  def repair_with_http_info(container_container_repository_version_href, repair, opts = {})
317
306
  if @api_client.config.debugging
@@ -340,7 +329,6 @@ module PulpContainerClient
340
329
  if !content_type.nil?
341
330
  header_params['Content-Type'] = content_type
342
331
  end
343
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
344
332
 
345
333
  # form parameters
346
334
  form_params = opts[:form_params] || {}
@@ -21,9 +21,6 @@ module PulpContainerClient
21
21
  end
22
22
  # Handles GET requests for the /token/ endpoint.
23
23
  # @param [Hash] opts the optional parameters
24
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
- # @option opts [Array<String>] :fields A list of fields to include in the response.
26
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
27
24
  # @return [nil]
28
25
  def get(opts = {})
29
26
  get_with_http_info(opts)
@@ -32,9 +29,6 @@ module PulpContainerClient
32
29
 
33
30
  # Handles GET requests for the /token/ endpoint.
34
31
  # @param [Hash] opts the optional parameters
35
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
36
- # @option opts [Array<String>] :fields A list of fields to include in the response.
37
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
32
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
33
  def get_with_http_info(opts = {})
40
34
  if @api_client.config.debugging
@@ -45,12 +39,9 @@ module PulpContainerClient
45
39
 
46
40
  # query parameters
47
41
  query_params = opts[:query_params] || {}
48
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
49
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
50
42
 
51
43
  # header parameters
52
44
  header_params = opts[:header_params] || {}
53
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
54
45
 
55
46
  # form parameters
56
47
  form_params = opts[:form_params] || {}