pulp_container_client 2.19.8 → 2.20.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 (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +4 -4
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +7 -7
  13. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +7 -13
  133. data/spec/models/container_container_distribution_spec.rb +5 -5
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +6 -12
  139. data/spec/models/container_container_push_repository_spec.rb +5 -5
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +88 -80
@@ -24,7 +24,6 @@ module PulpContainerClient
24
24
  # @param container_container_remote_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_remote_href, nested_role, opts = {})
30
29
  data, _status_code, _headers = add_role_with_http_info(container_container_remote_href, nested_role, opts)
@@ -36,7 +35,6 @@ module PulpContainerClient
36
35
  # @param container_container_remote_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_remote_href, nested_role, opts = {})
42
40
  if @api_client.config.debugging
@@ -62,7 +60,6 @@ module PulpContainerClient
62
60
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
63
61
  # HTTP header 'Content-Type'
64
62
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
65
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
66
63
 
67
64
  # form parameters
68
65
  form_params = opts[:form_params] || {}
@@ -96,7 +93,6 @@ module PulpContainerClient
96
93
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
97
94
  # @param container_container_remote [ContainerContainerRemote]
98
95
  # @param [Hash] opts the optional parameters
99
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
96
  # @return [ContainerContainerRemoteResponse]
101
97
  def create(container_container_remote, opts = {})
102
98
  data, _status_code, _headers = create_with_http_info(container_container_remote, opts)
@@ -107,7 +103,6 @@ module PulpContainerClient
107
103
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
108
104
  # @param container_container_remote [ContainerContainerRemote]
109
105
  # @param [Hash] opts the optional parameters
110
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
111
106
  # @return [Array<(ContainerContainerRemoteResponse, Integer, Hash)>] ContainerContainerRemoteResponse data, response status code and response headers
112
107
  def create_with_http_info(container_container_remote, opts = {})
113
108
  if @api_client.config.debugging
@@ -129,7 +124,6 @@ module PulpContainerClient
129
124
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
130
125
  # HTTP header 'Content-Type'
131
126
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
132
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
133
127
 
134
128
  # form parameters
135
129
  form_params = opts[:form_params] || {}
@@ -163,7 +157,6 @@ module PulpContainerClient
163
157
  # Trigger an asynchronous delete task
164
158
  # @param container_container_remote_href [String]
165
159
  # @param [Hash] opts the optional parameters
166
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
167
160
  # @return [AsyncOperationResponse]
168
161
  def delete(container_container_remote_href, opts = {})
169
162
  data, _status_code, _headers = delete_with_http_info(container_container_remote_href, opts)
@@ -174,7 +167,6 @@ module PulpContainerClient
174
167
  # Trigger an asynchronous delete task
175
168
  # @param container_container_remote_href [String]
176
169
  # @param [Hash] opts the optional parameters
177
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
178
170
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
179
171
  def delete_with_http_info(container_container_remote_href, opts = {})
180
172
  if @api_client.config.debugging
@@ -194,7 +186,6 @@ module PulpContainerClient
194
186
  header_params = opts[:header_params] || {}
195
187
  # HTTP header 'Accept' (if needed)
196
188
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
197
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
198
189
 
199
190
  # form parameters
200
191
  form_params = opts[:form_params] || {}
@@ -227,7 +218,6 @@ module PulpContainerClient
227
218
  # List container remotes
228
219
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
229
220
  # @param [Hash] opts the optional parameters
230
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
231
221
  # @option opts [Integer] :limit Number of results to return per page.
232
222
  # @option opts [String] :name Filter results where name matches value
233
223
  # @option opts [String] :name__contains Filter results where name contains value
@@ -261,7 +251,6 @@ module PulpContainerClient
261
251
  # List container remotes
262
252
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
263
253
  # @param [Hash] opts the optional parameters
264
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
265
254
  # @option opts [Integer] :limit Number of results to return per page.
266
255
  # @option opts [String] :name Filter results where name matches value
267
256
  # @option opts [String] :name__contains Filter results where name contains value
@@ -329,7 +318,6 @@ module PulpContainerClient
329
318
  header_params = opts[:header_params] || {}
330
319
  # HTTP header 'Accept' (if needed)
331
320
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
332
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
333
321
 
334
322
  # form parameters
335
323
  form_params = opts[:form_params] || {}
@@ -363,7 +351,6 @@ module PulpContainerClient
363
351
  # List roles assigned to this object.
364
352
  # @param container_container_remote_href [String]
365
353
  # @param [Hash] opts the optional parameters
366
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
367
354
  # @option opts [Array<String>] :fields A list of fields to include in the response.
368
355
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
369
356
  # @return [ObjectRolesResponse]
@@ -376,7 +363,6 @@ module PulpContainerClient
376
363
  # List roles assigned to this object.
377
364
  # @param container_container_remote_href [String]
378
365
  # @param [Hash] opts the optional parameters
379
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
380
366
  # @option opts [Array<String>] :fields A list of fields to include in the response.
381
367
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
382
368
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -400,7 +386,6 @@ module PulpContainerClient
400
386
  header_params = opts[:header_params] || {}
401
387
  # HTTP header 'Accept' (if needed)
402
388
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
403
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
404
389
 
405
390
  # form parameters
406
391
  form_params = opts[:form_params] || {}
@@ -434,7 +419,6 @@ module PulpContainerClient
434
419
  # List permissions available to the current user on this object.
435
420
  # @param container_container_remote_href [String]
436
421
  # @param [Hash] opts the optional parameters
437
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
438
422
  # @option opts [Array<String>] :fields A list of fields to include in the response.
439
423
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
440
424
  # @return [MyPermissionsResponse]
@@ -447,7 +431,6 @@ module PulpContainerClient
447
431
  # List permissions available to the current user on this object.
448
432
  # @param container_container_remote_href [String]
449
433
  # @param [Hash] opts the optional parameters
450
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
451
434
  # @option opts [Array<String>] :fields A list of fields to include in the response.
452
435
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
453
436
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -471,7 +454,6 @@ module PulpContainerClient
471
454
  header_params = opts[:header_params] || {}
472
455
  # HTTP header 'Accept' (if needed)
473
456
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
474
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
475
457
 
476
458
  # form parameters
477
459
  form_params = opts[:form_params] || {}
@@ -506,7 +488,6 @@ module PulpContainerClient
506
488
  # @param container_container_remote_href [String]
507
489
  # @param patchedcontainer_container_remote [PatchedcontainerContainerRemote]
508
490
  # @param [Hash] opts the optional parameters
509
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
510
491
  # @return [AsyncOperationResponse]
511
492
  def partial_update(container_container_remote_href, patchedcontainer_container_remote, opts = {})
512
493
  data, _status_code, _headers = partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
@@ -518,7 +499,6 @@ module PulpContainerClient
518
499
  # @param container_container_remote_href [String]
519
500
  # @param patchedcontainer_container_remote [PatchedcontainerContainerRemote]
520
501
  # @param [Hash] opts the optional parameters
521
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
522
502
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
523
503
  def partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts = {})
524
504
  if @api_client.config.debugging
@@ -544,7 +524,6 @@ module PulpContainerClient
544
524
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
545
525
  # HTTP header 'Content-Type'
546
526
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
547
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
548
527
 
549
528
  # form parameters
550
529
  form_params = opts[:form_params] || {}
@@ -578,7 +557,6 @@ module PulpContainerClient
578
557
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
579
558
  # @param container_container_remote_href [String]
580
559
  # @param [Hash] opts the optional parameters
581
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
582
560
  # @option opts [Array<String>] :fields A list of fields to include in the response.
583
561
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
584
562
  # @return [ContainerContainerRemoteResponse]
@@ -591,7 +569,6 @@ module PulpContainerClient
591
569
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
592
570
  # @param container_container_remote_href [String]
593
571
  # @param [Hash] opts the optional parameters
594
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
595
572
  # @option opts [Array<String>] :fields A list of fields to include in the response.
596
573
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
597
574
  # @return [Array<(ContainerContainerRemoteResponse, Integer, Hash)>] ContainerContainerRemoteResponse data, response status code and response headers
@@ -615,7 +592,6 @@ module PulpContainerClient
615
592
  header_params = opts[:header_params] || {}
616
593
  # HTTP header 'Accept' (if needed)
617
594
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
618
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
619
595
 
620
596
  # form parameters
621
597
  form_params = opts[:form_params] || {}
@@ -650,7 +626,6 @@ module PulpContainerClient
650
626
  # @param container_container_remote_href [String]
651
627
  # @param nested_role [NestedRole]
652
628
  # @param [Hash] opts the optional parameters
653
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
654
629
  # @return [NestedRoleResponse]
655
630
  def remove_role(container_container_remote_href, nested_role, opts = {})
656
631
  data, _status_code, _headers = remove_role_with_http_info(container_container_remote_href, nested_role, opts)
@@ -662,7 +637,6 @@ module PulpContainerClient
662
637
  # @param container_container_remote_href [String]
663
638
  # @param nested_role [NestedRole]
664
639
  # @param [Hash] opts the optional parameters
665
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
666
640
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
667
641
  def remove_role_with_http_info(container_container_remote_href, nested_role, opts = {})
668
642
  if @api_client.config.debugging
@@ -688,7 +662,6 @@ module PulpContainerClient
688
662
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
689
663
  # HTTP header 'Content-Type'
690
664
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
691
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
692
665
 
693
666
  # form parameters
694
667
  form_params = opts[:form_params] || {}
@@ -723,7 +696,6 @@ module PulpContainerClient
723
696
  # @param container_container_remote_href [String]
724
697
  # @param set_label [SetLabel]
725
698
  # @param [Hash] opts the optional parameters
726
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
727
699
  # @return [SetLabelResponse]
728
700
  def set_label(container_container_remote_href, set_label, opts = {})
729
701
  data, _status_code, _headers = set_label_with_http_info(container_container_remote_href, set_label, opts)
@@ -735,7 +707,6 @@ module PulpContainerClient
735
707
  # @param container_container_remote_href [String]
736
708
  # @param set_label [SetLabel]
737
709
  # @param [Hash] opts the optional parameters
738
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
739
710
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
740
711
  def set_label_with_http_info(container_container_remote_href, set_label, opts = {})
741
712
  if @api_client.config.debugging
@@ -761,7 +732,6 @@ module PulpContainerClient
761
732
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
762
733
  # HTTP header 'Content-Type'
763
734
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
764
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
765
735
 
766
736
  # form parameters
767
737
  form_params = opts[:form_params] || {}
@@ -796,7 +766,6 @@ module PulpContainerClient
796
766
  # @param container_container_remote_href [String]
797
767
  # @param unset_label [UnsetLabel]
798
768
  # @param [Hash] opts the optional parameters
799
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
800
769
  # @return [UnsetLabelResponse]
801
770
  def unset_label(container_container_remote_href, unset_label, opts = {})
802
771
  data, _status_code, _headers = unset_label_with_http_info(container_container_remote_href, unset_label, opts)
@@ -808,7 +777,6 @@ module PulpContainerClient
808
777
  # @param container_container_remote_href [String]
809
778
  # @param unset_label [UnsetLabel]
810
779
  # @param [Hash] opts the optional parameters
811
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
812
780
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
813
781
  def unset_label_with_http_info(container_container_remote_href, unset_label, opts = {})
814
782
  if @api_client.config.debugging
@@ -834,7 +802,6 @@ module PulpContainerClient
834
802
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
835
803
  # HTTP header 'Content-Type'
836
804
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
837
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
838
805
 
839
806
  # form parameters
840
807
  form_params = opts[:form_params] || {}
@@ -869,7 +836,6 @@ module PulpContainerClient
869
836
  # @param container_container_remote_href [String]
870
837
  # @param container_container_remote [ContainerContainerRemote]
871
838
  # @param [Hash] opts the optional parameters
872
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
873
839
  # @return [AsyncOperationResponse]
874
840
  def update(container_container_remote_href, container_container_remote, opts = {})
875
841
  data, _status_code, _headers = update_with_http_info(container_container_remote_href, container_container_remote, opts)
@@ -881,7 +847,6 @@ module PulpContainerClient
881
847
  # @param container_container_remote_href [String]
882
848
  # @param container_container_remote [ContainerContainerRemote]
883
849
  # @param [Hash] opts the optional parameters
884
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
885
850
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
886
851
  def update_with_http_info(container_container_remote_href, container_container_remote, opts = {})
887
852
  if @api_client.config.debugging
@@ -907,7 +872,6 @@ module PulpContainerClient
907
872
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
908
873
  # HTTP header 'Content-Type'
909
874
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
910
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
911
875
 
912
876
  # form parameters
913
877
  form_params = opts[:form_params] || {}
@@ -24,7 +24,6 @@ module PulpContainerClient
24
24
  # @param container_container_pull_through_remote_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_pull_through_remote_href, nested_role, opts = {})
30
29
  data, _status_code, _headers = add_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts)
@@ -36,7 +35,6 @@ module PulpContainerClient
36
35
  # @param container_container_pull_through_remote_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_pull_through_remote_href, nested_role, opts = {})
42
40
  if @api_client.config.debugging
@@ -62,7 +60,6 @@ module PulpContainerClient
62
60
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
63
61
  # HTTP header 'Content-Type'
64
62
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
65
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
66
63
 
67
64
  # form parameters
68
65
  form_params = opts[:form_params] || {}
@@ -96,7 +93,6 @@ module PulpContainerClient
96
93
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
97
94
  # @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
98
95
  # @param [Hash] opts the optional parameters
99
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
96
  # @return [ContainerContainerPullThroughRemoteResponse]
101
97
  def create(container_container_pull_through_remote, opts = {})
102
98
  data, _status_code, _headers = create_with_http_info(container_container_pull_through_remote, opts)
@@ -107,7 +103,6 @@ module PulpContainerClient
107
103
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
108
104
  # @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
109
105
  # @param [Hash] opts the optional parameters
110
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
111
106
  # @return [Array<(ContainerContainerPullThroughRemoteResponse, Integer, Hash)>] ContainerContainerPullThroughRemoteResponse data, response status code and response headers
112
107
  def create_with_http_info(container_container_pull_through_remote, opts = {})
113
108
  if @api_client.config.debugging
@@ -129,7 +124,6 @@ module PulpContainerClient
129
124
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
130
125
  # HTTP header 'Content-Type'
131
126
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
132
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
133
127
 
134
128
  # form parameters
135
129
  form_params = opts[:form_params] || {}
@@ -163,7 +157,6 @@ module PulpContainerClient
163
157
  # Trigger an asynchronous delete task
164
158
  # @param container_container_pull_through_remote_href [String]
165
159
  # @param [Hash] opts the optional parameters
166
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
167
160
  # @return [AsyncOperationResponse]
168
161
  def delete(container_container_pull_through_remote_href, opts = {})
169
162
  data, _status_code, _headers = delete_with_http_info(container_container_pull_through_remote_href, opts)
@@ -174,7 +167,6 @@ module PulpContainerClient
174
167
  # Trigger an asynchronous delete task
175
168
  # @param container_container_pull_through_remote_href [String]
176
169
  # @param [Hash] opts the optional parameters
177
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
178
170
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
179
171
  def delete_with_http_info(container_container_pull_through_remote_href, opts = {})
180
172
  if @api_client.config.debugging
@@ -194,7 +186,6 @@ module PulpContainerClient
194
186
  header_params = opts[:header_params] || {}
195
187
  # HTTP header 'Accept' (if needed)
196
188
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
197
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
198
189
 
199
190
  # form parameters
200
191
  form_params = opts[:form_params] || {}
@@ -227,7 +218,6 @@ module PulpContainerClient
227
218
  # List container pull through remotes
228
219
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
229
220
  # @param [Hash] opts the optional parameters
230
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
231
221
  # @option opts [Integer] :limit Number of results to return per page.
232
222
  # @option opts [String] :name Filter results where name matches value
233
223
  # @option opts [String] :name__contains Filter results where name contains value
@@ -261,7 +251,6 @@ module PulpContainerClient
261
251
  # List container pull through remotes
262
252
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
263
253
  # @param [Hash] opts the optional parameters
264
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
265
254
  # @option opts [Integer] :limit Number of results to return per page.
266
255
  # @option opts [String] :name Filter results where name matches value
267
256
  # @option opts [String] :name__contains Filter results where name contains value
@@ -329,7 +318,6 @@ module PulpContainerClient
329
318
  header_params = opts[:header_params] || {}
330
319
  # HTTP header 'Accept' (if needed)
331
320
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
332
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
333
321
 
334
322
  # form parameters
335
323
  form_params = opts[:form_params] || {}
@@ -363,7 +351,6 @@ module PulpContainerClient
363
351
  # List roles assigned to this object.
364
352
  # @param container_container_pull_through_remote_href [String]
365
353
  # @param [Hash] opts the optional parameters
366
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
367
354
  # @option opts [Array<String>] :fields A list of fields to include in the response.
368
355
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
369
356
  # @return [ObjectRolesResponse]
@@ -376,7 +363,6 @@ module PulpContainerClient
376
363
  # List roles assigned to this object.
377
364
  # @param container_container_pull_through_remote_href [String]
378
365
  # @param [Hash] opts the optional parameters
379
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
380
366
  # @option opts [Array<String>] :fields A list of fields to include in the response.
381
367
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
382
368
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -400,7 +386,6 @@ module PulpContainerClient
400
386
  header_params = opts[:header_params] || {}
401
387
  # HTTP header 'Accept' (if needed)
402
388
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
403
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
404
389
 
405
390
  # form parameters
406
391
  form_params = opts[:form_params] || {}
@@ -434,7 +419,6 @@ module PulpContainerClient
434
419
  # List permissions available to the current user on this object.
435
420
  # @param container_container_pull_through_remote_href [String]
436
421
  # @param [Hash] opts the optional parameters
437
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
438
422
  # @option opts [Array<String>] :fields A list of fields to include in the response.
439
423
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
440
424
  # @return [MyPermissionsResponse]
@@ -447,7 +431,6 @@ module PulpContainerClient
447
431
  # List permissions available to the current user on this object.
448
432
  # @param container_container_pull_through_remote_href [String]
449
433
  # @param [Hash] opts the optional parameters
450
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
451
434
  # @option opts [Array<String>] :fields A list of fields to include in the response.
452
435
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
453
436
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -471,7 +454,6 @@ module PulpContainerClient
471
454
  header_params = opts[:header_params] || {}
472
455
  # HTTP header 'Accept' (if needed)
473
456
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
474
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
475
457
 
476
458
  # form parameters
477
459
  form_params = opts[:form_params] || {}
@@ -506,7 +488,6 @@ module PulpContainerClient
506
488
  # @param container_container_pull_through_remote_href [String]
507
489
  # @param patchedcontainer_container_pull_through_remote [PatchedcontainerContainerPullThroughRemote]
508
490
  # @param [Hash] opts the optional parameters
509
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
510
491
  # @return [AsyncOperationResponse]
511
492
  def partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts = {})
512
493
  data, _status_code, _headers = partial_update_with_http_info(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts)
@@ -518,7 +499,6 @@ module PulpContainerClient
518
499
  # @param container_container_pull_through_remote_href [String]
519
500
  # @param patchedcontainer_container_pull_through_remote [PatchedcontainerContainerPullThroughRemote]
520
501
  # @param [Hash] opts the optional parameters
521
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
522
502
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
523
503
  def partial_update_with_http_info(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts = {})
524
504
  if @api_client.config.debugging
@@ -544,7 +524,6 @@ module PulpContainerClient
544
524
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
545
525
  # HTTP header 'Content-Type'
546
526
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
547
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
548
527
 
549
528
  # form parameters
550
529
  form_params = opts[:form_params] || {}
@@ -578,7 +557,6 @@ module PulpContainerClient
578
557
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
579
558
  # @param container_container_pull_through_remote_href [String]
580
559
  # @param [Hash] opts the optional parameters
581
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
582
560
  # @option opts [Array<String>] :fields A list of fields to include in the response.
583
561
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
584
562
  # @return [ContainerContainerPullThroughRemoteResponse]
@@ -591,7 +569,6 @@ module PulpContainerClient
591
569
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
592
570
  # @param container_container_pull_through_remote_href [String]
593
571
  # @param [Hash] opts the optional parameters
594
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
595
572
  # @option opts [Array<String>] :fields A list of fields to include in the response.
596
573
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
597
574
  # @return [Array<(ContainerContainerPullThroughRemoteResponse, Integer, Hash)>] ContainerContainerPullThroughRemoteResponse data, response status code and response headers
@@ -615,7 +592,6 @@ module PulpContainerClient
615
592
  header_params = opts[:header_params] || {}
616
593
  # HTTP header 'Accept' (if needed)
617
594
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
618
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
619
595
 
620
596
  # form parameters
621
597
  form_params = opts[:form_params] || {}
@@ -650,7 +626,6 @@ module PulpContainerClient
650
626
  # @param container_container_pull_through_remote_href [String]
651
627
  # @param nested_role [NestedRole]
652
628
  # @param [Hash] opts the optional parameters
653
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
654
629
  # @return [NestedRoleResponse]
655
630
  def remove_role(container_container_pull_through_remote_href, nested_role, opts = {})
656
631
  data, _status_code, _headers = remove_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts)
@@ -662,7 +637,6 @@ module PulpContainerClient
662
637
  # @param container_container_pull_through_remote_href [String]
663
638
  # @param nested_role [NestedRole]
664
639
  # @param [Hash] opts the optional parameters
665
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
666
640
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
667
641
  def remove_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts = {})
668
642
  if @api_client.config.debugging
@@ -688,7 +662,6 @@ module PulpContainerClient
688
662
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
689
663
  # HTTP header 'Content-Type'
690
664
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
691
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
692
665
 
693
666
  # form parameters
694
667
  form_params = opts[:form_params] || {}
@@ -723,7 +696,6 @@ module PulpContainerClient
723
696
  # @param container_container_pull_through_remote_href [String]
724
697
  # @param set_label [SetLabel]
725
698
  # @param [Hash] opts the optional parameters
726
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
727
699
  # @return [SetLabelResponse]
728
700
  def set_label(container_container_pull_through_remote_href, set_label, opts = {})
729
701
  data, _status_code, _headers = set_label_with_http_info(container_container_pull_through_remote_href, set_label, opts)
@@ -735,7 +707,6 @@ module PulpContainerClient
735
707
  # @param container_container_pull_through_remote_href [String]
736
708
  # @param set_label [SetLabel]
737
709
  # @param [Hash] opts the optional parameters
738
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
739
710
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
740
711
  def set_label_with_http_info(container_container_pull_through_remote_href, set_label, opts = {})
741
712
  if @api_client.config.debugging
@@ -761,7 +732,6 @@ module PulpContainerClient
761
732
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
762
733
  # HTTP header 'Content-Type'
763
734
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
764
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
765
735
 
766
736
  # form parameters
767
737
  form_params = opts[:form_params] || {}
@@ -796,7 +766,6 @@ module PulpContainerClient
796
766
  # @param container_container_pull_through_remote_href [String]
797
767
  # @param unset_label [UnsetLabel]
798
768
  # @param [Hash] opts the optional parameters
799
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
800
769
  # @return [UnsetLabelResponse]
801
770
  def unset_label(container_container_pull_through_remote_href, unset_label, opts = {})
802
771
  data, _status_code, _headers = unset_label_with_http_info(container_container_pull_through_remote_href, unset_label, opts)
@@ -808,7 +777,6 @@ module PulpContainerClient
808
777
  # @param container_container_pull_through_remote_href [String]
809
778
  # @param unset_label [UnsetLabel]
810
779
  # @param [Hash] opts the optional parameters
811
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
812
780
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
813
781
  def unset_label_with_http_info(container_container_pull_through_remote_href, unset_label, opts = {})
814
782
  if @api_client.config.debugging
@@ -834,7 +802,6 @@ module PulpContainerClient
834
802
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
835
803
  # HTTP header 'Content-Type'
836
804
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
837
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
838
805
 
839
806
  # form parameters
840
807
  form_params = opts[:form_params] || {}
@@ -869,7 +836,6 @@ module PulpContainerClient
869
836
  # @param container_container_pull_through_remote_href [String]
870
837
  # @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
871
838
  # @param [Hash] opts the optional parameters
872
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
873
839
  # @return [AsyncOperationResponse]
874
840
  def update(container_container_pull_through_remote_href, container_container_pull_through_remote, opts = {})
875
841
  data, _status_code, _headers = update_with_http_info(container_container_pull_through_remote_href, container_container_pull_through_remote, opts)
@@ -881,7 +847,6 @@ module PulpContainerClient
881
847
  # @param container_container_pull_through_remote_href [String]
882
848
  # @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
883
849
  # @param [Hash] opts the optional parameters
884
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
885
850
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
886
851
  def update_with_http_info(container_container_pull_through_remote_href, container_container_pull_through_remote, opts = {})
887
852
  if @api_client.config.debugging
@@ -907,7 +872,6 @@ module PulpContainerClient
907
872
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
908
873
  # HTTP header 'Content-Type'
909
874
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
910
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
911
875
 
912
876
  # form parameters
913
877
  form_params = opts[:form_params] || {}