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_repository_href [String]
25
25
  # @param recursive_manage [RecursiveManage]
26
26
  # @param [Hash] opts the optional parameters
27
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
28
27
  # @return [AsyncOperationResponse]
29
28
  def add(container_container_repository_href, recursive_manage, opts = {})
30
29
  data, _status_code, _headers = add_with_http_info(container_container_repository_href, recursive_manage, opts)
@@ -36,7 +35,6 @@ module PulpContainerClient
36
35
  # @param container_container_repository_href [String]
37
36
  # @param recursive_manage [RecursiveManage]
38
37
  # @param [Hash] opts the optional parameters
39
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
38
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
41
39
  def add_with_http_info(container_container_repository_href, recursive_manage, opts = {})
42
40
  if @api_client.config.debugging
@@ -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] || {}
@@ -97,7 +94,6 @@ module PulpContainerClient
97
94
  # @param container_container_repository_href [String]
98
95
  # @param nested_role [NestedRole]
99
96
  # @param [Hash] opts the optional parameters
100
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
101
97
  # @return [NestedRoleResponse]
102
98
  def add_role(container_container_repository_href, nested_role, opts = {})
103
99
  data, _status_code, _headers = add_role_with_http_info(container_container_repository_href, nested_role, opts)
@@ -109,7 +105,6 @@ module PulpContainerClient
109
105
  # @param container_container_repository_href [String]
110
106
  # @param nested_role [NestedRole]
111
107
  # @param [Hash] opts the optional parameters
112
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
113
108
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
114
109
  def add_role_with_http_info(container_container_repository_href, nested_role, opts = {})
115
110
  if @api_client.config.debugging
@@ -135,7 +130,6 @@ module PulpContainerClient
135
130
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
136
131
  # HTTP header 'Content-Type'
137
132
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
138
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
139
133
 
140
134
  # form parameters
141
135
  form_params = opts[:form_params] || {}
@@ -169,11 +163,10 @@ module PulpContainerClient
169
163
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
170
164
  # @param container_container_repository_href [String]
171
165
  # @param [Hash] opts the optional parameters
172
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
173
166
  # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
174
167
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
175
168
  # @option opts [String] :tag A tag name for the new image being built. (default to 'latest')
176
- # @option opts [AnyType] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
169
+ # @option opts [Object] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
177
170
  # @return [AsyncOperationResponse]
178
171
  def build_image(container_container_repository_href, opts = {})
179
172
  data, _status_code, _headers = build_image_with_http_info(container_container_repository_href, opts)
@@ -184,11 +177,10 @@ module PulpContainerClient
184
177
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
185
178
  # @param container_container_repository_href [String]
186
179
  # @param [Hash] opts the optional parameters
187
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
188
180
  # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
189
181
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
190
182
  # @option opts [String] :tag A tag name for the new image being built.
191
- # @option opts [AnyType] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
183
+ # @option opts [Object] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
192
184
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
193
185
  def build_image_with_http_info(container_container_repository_href, opts = {})
194
186
  if @api_client.config.debugging
@@ -214,7 +206,6 @@ module PulpContainerClient
214
206
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
215
207
  # HTTP header 'Content-Type'
216
208
  header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data', 'application/x-www-form-urlencoded'])
217
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
218
209
 
219
210
  # form parameters
220
211
  form_params = opts[:form_params] || {}
@@ -253,7 +244,6 @@ module PulpContainerClient
253
244
  # @param container_container_repository_href [String]
254
245
  # @param manifest_copy [ManifestCopy]
255
246
  # @param [Hash] opts the optional parameters
256
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
257
247
  # @return [AsyncOperationResponse]
258
248
  def copy_manifests(container_container_repository_href, manifest_copy, opts = {})
259
249
  data, _status_code, _headers = copy_manifests_with_http_info(container_container_repository_href, manifest_copy, opts)
@@ -265,7 +255,6 @@ module PulpContainerClient
265
255
  # @param container_container_repository_href [String]
266
256
  # @param manifest_copy [ManifestCopy]
267
257
  # @param [Hash] opts the optional parameters
268
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
269
258
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
270
259
  def copy_manifests_with_http_info(container_container_repository_href, manifest_copy, opts = {})
271
260
  if @api_client.config.debugging
@@ -291,7 +280,6 @@ module PulpContainerClient
291
280
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
292
281
  # HTTP header 'Content-Type'
293
282
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
294
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
295
283
 
296
284
  # form parameters
297
285
  form_params = opts[:form_params] || {}
@@ -326,7 +314,6 @@ module PulpContainerClient
326
314
  # @param container_container_repository_href [String]
327
315
  # @param tag_copy [TagCopy]
328
316
  # @param [Hash] opts the optional parameters
329
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
330
317
  # @return [AsyncOperationResponse]
331
318
  def copy_tags(container_container_repository_href, tag_copy, opts = {})
332
319
  data, _status_code, _headers = copy_tags_with_http_info(container_container_repository_href, tag_copy, opts)
@@ -338,7 +325,6 @@ module PulpContainerClient
338
325
  # @param container_container_repository_href [String]
339
326
  # @param tag_copy [TagCopy]
340
327
  # @param [Hash] opts the optional parameters
341
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
342
328
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
343
329
  def copy_tags_with_http_info(container_container_repository_href, tag_copy, opts = {})
344
330
  if @api_client.config.debugging
@@ -364,7 +350,6 @@ module PulpContainerClient
364
350
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
365
351
  # HTTP header 'Content-Type'
366
352
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
367
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
368
353
 
369
354
  # form parameters
370
355
  form_params = opts[:form_params] || {}
@@ -398,7 +383,6 @@ module PulpContainerClient
398
383
  # ViewSet for container repo.
399
384
  # @param container_container_repository [ContainerContainerRepository]
400
385
  # @param [Hash] opts the optional parameters
401
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
402
386
  # @return [ContainerContainerRepositoryResponse]
403
387
  def create(container_container_repository, opts = {})
404
388
  data, _status_code, _headers = create_with_http_info(container_container_repository, opts)
@@ -409,7 +393,6 @@ module PulpContainerClient
409
393
  # ViewSet for container repo.
410
394
  # @param container_container_repository [ContainerContainerRepository]
411
395
  # @param [Hash] opts the optional parameters
412
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
413
396
  # @return [Array<(ContainerContainerRepositoryResponse, Integer, Hash)>] ContainerContainerRepositoryResponse data, response status code and response headers
414
397
  def create_with_http_info(container_container_repository, opts = {})
415
398
  if @api_client.config.debugging
@@ -431,7 +414,6 @@ module PulpContainerClient
431
414
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
432
415
  # HTTP header 'Content-Type'
433
416
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
434
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
435
417
 
436
418
  # form parameters
437
419
  form_params = opts[:form_params] || {}
@@ -465,7 +447,6 @@ module PulpContainerClient
465
447
  # Trigger an asynchronous delete task
466
448
  # @param container_container_repository_href [String]
467
449
  # @param [Hash] opts the optional parameters
468
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
469
450
  # @return [AsyncOperationResponse]
470
451
  def delete(container_container_repository_href, opts = {})
471
452
  data, _status_code, _headers = delete_with_http_info(container_container_repository_href, opts)
@@ -476,7 +457,6 @@ module PulpContainerClient
476
457
  # Trigger an asynchronous delete task
477
458
  # @param container_container_repository_href [String]
478
459
  # @param [Hash] opts the optional parameters
479
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
480
460
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
481
461
  def delete_with_http_info(container_container_repository_href, opts = {})
482
462
  if @api_client.config.debugging
@@ -496,7 +476,6 @@ module PulpContainerClient
496
476
  header_params = opts[:header_params] || {}
497
477
  # HTTP header 'Accept' (if needed)
498
478
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
499
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
500
479
 
501
480
  # form parameters
502
481
  form_params = opts[:form_params] || {}
@@ -529,7 +508,6 @@ module PulpContainerClient
529
508
  # List container repositorys
530
509
  # ViewSet for container repo.
531
510
  # @param [Hash] opts the optional parameters
532
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
533
511
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
534
512
  # @option opts [Integer] :limit Number of results to return per page.
535
513
  # @option opts [String] :name Filter results where name matches value
@@ -568,7 +546,6 @@ module PulpContainerClient
568
546
  # List container repositorys
569
547
  # ViewSet for container repo.
570
548
  # @param [Hash] opts the optional parameters
571
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
572
549
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
573
550
  # @option opts [Integer] :limit Number of results to return per page.
574
551
  # @option opts [String] :name Filter results where name matches value
@@ -646,7 +623,6 @@ module PulpContainerClient
646
623
  header_params = opts[:header_params] || {}
647
624
  # HTTP header 'Accept' (if needed)
648
625
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
649
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
650
626
 
651
627
  # form parameters
652
628
  form_params = opts[:form_params] || {}
@@ -680,7 +656,6 @@ module PulpContainerClient
680
656
  # List roles assigned to this object.
681
657
  # @param container_container_repository_href [String]
682
658
  # @param [Hash] opts the optional parameters
683
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
684
659
  # @option opts [Array<String>] :fields A list of fields to include in the response.
685
660
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
686
661
  # @return [ObjectRolesResponse]
@@ -693,7 +668,6 @@ module PulpContainerClient
693
668
  # List roles assigned to this object.
694
669
  # @param container_container_repository_href [String]
695
670
  # @param [Hash] opts the optional parameters
696
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
697
671
  # @option opts [Array<String>] :fields A list of fields to include in the response.
698
672
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
699
673
  # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
@@ -717,7 +691,6 @@ module PulpContainerClient
717
691
  header_params = opts[:header_params] || {}
718
692
  # HTTP header 'Accept' (if needed)
719
693
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
720
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
721
694
 
722
695
  # form parameters
723
696
  form_params = opts[:form_params] || {}
@@ -751,7 +724,6 @@ module PulpContainerClient
751
724
  # List permissions available to the current user on this object.
752
725
  # @param container_container_repository_href [String]
753
726
  # @param [Hash] opts the optional parameters
754
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
755
727
  # @option opts [Array<String>] :fields A list of fields to include in the response.
756
728
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
757
729
  # @return [MyPermissionsResponse]
@@ -764,7 +736,6 @@ module PulpContainerClient
764
736
  # List permissions available to the current user on this object.
765
737
  # @param container_container_repository_href [String]
766
738
  # @param [Hash] opts the optional parameters
767
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
768
739
  # @option opts [Array<String>] :fields A list of fields to include in the response.
769
740
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
770
741
  # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
@@ -788,7 +759,6 @@ module PulpContainerClient
788
759
  header_params = opts[:header_params] || {}
789
760
  # HTTP header 'Accept' (if needed)
790
761
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
791
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
792
762
 
793
763
  # form parameters
794
764
  form_params = opts[:form_params] || {}
@@ -823,7 +793,6 @@ module PulpContainerClient
823
793
  # @param container_container_repository_href [String]
824
794
  # @param patchedcontainer_container_repository [PatchedcontainerContainerRepository]
825
795
  # @param [Hash] opts the optional parameters
826
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
827
796
  # @return [AsyncOperationResponse]
828
797
  def partial_update(container_container_repository_href, patchedcontainer_container_repository, opts = {})
829
798
  data, _status_code, _headers = partial_update_with_http_info(container_container_repository_href, patchedcontainer_container_repository, opts)
@@ -835,7 +804,6 @@ module PulpContainerClient
835
804
  # @param container_container_repository_href [String]
836
805
  # @param patchedcontainer_container_repository [PatchedcontainerContainerRepository]
837
806
  # @param [Hash] opts the optional parameters
838
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
839
807
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
840
808
  def partial_update_with_http_info(container_container_repository_href, patchedcontainer_container_repository, opts = {})
841
809
  if @api_client.config.debugging
@@ -861,7 +829,6 @@ module PulpContainerClient
861
829
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
862
830
  # HTTP header 'Content-Type'
863
831
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
864
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
865
832
 
866
833
  # form parameters
867
834
  form_params = opts[:form_params] || {}
@@ -895,7 +862,6 @@ module PulpContainerClient
895
862
  # ViewSet for container repo.
896
863
  # @param container_container_repository_href [String]
897
864
  # @param [Hash] opts the optional parameters
898
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
899
865
  # @option opts [Array<String>] :fields A list of fields to include in the response.
900
866
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
901
867
  # @return [ContainerContainerRepositoryResponse]
@@ -908,7 +874,6 @@ module PulpContainerClient
908
874
  # ViewSet for container repo.
909
875
  # @param container_container_repository_href [String]
910
876
  # @param [Hash] opts the optional parameters
911
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
912
877
  # @option opts [Array<String>] :fields A list of fields to include in the response.
913
878
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
914
879
  # @return [Array<(ContainerContainerRepositoryResponse, Integer, Hash)>] ContainerContainerRepositoryResponse data, response status code and response headers
@@ -932,7 +897,6 @@ module PulpContainerClient
932
897
  header_params = opts[:header_params] || {}
933
898
  # HTTP header 'Accept' (if needed)
934
899
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
935
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
936
900
 
937
901
  # form parameters
938
902
  form_params = opts[:form_params] || {}
@@ -967,7 +931,6 @@ module PulpContainerClient
967
931
  # @param container_container_repository_href [String]
968
932
  # @param recursive_manage [RecursiveManage]
969
933
  # @param [Hash] opts the optional parameters
970
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
971
934
  # @return [AsyncOperationResponse]
972
935
  def remove(container_container_repository_href, recursive_manage, opts = {})
973
936
  data, _status_code, _headers = remove_with_http_info(container_container_repository_href, recursive_manage, opts)
@@ -979,7 +942,6 @@ module PulpContainerClient
979
942
  # @param container_container_repository_href [String]
980
943
  # @param recursive_manage [RecursiveManage]
981
944
  # @param [Hash] opts the optional parameters
982
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
983
945
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
984
946
  def remove_with_http_info(container_container_repository_href, recursive_manage, opts = {})
985
947
  if @api_client.config.debugging
@@ -1005,7 +967,6 @@ module PulpContainerClient
1005
967
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1006
968
  # HTTP header 'Content-Type'
1007
969
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1008
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1009
970
 
1010
971
  # form parameters
1011
972
  form_params = opts[:form_params] || {}
@@ -1040,7 +1001,6 @@ module PulpContainerClient
1040
1001
  # @param container_container_repository_href [String]
1041
1002
  # @param nested_role [NestedRole]
1042
1003
  # @param [Hash] opts the optional parameters
1043
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1044
1004
  # @return [NestedRoleResponse]
1045
1005
  def remove_role(container_container_repository_href, nested_role, opts = {})
1046
1006
  data, _status_code, _headers = remove_role_with_http_info(container_container_repository_href, nested_role, opts)
@@ -1052,7 +1012,6 @@ module PulpContainerClient
1052
1012
  # @param container_container_repository_href [String]
1053
1013
  # @param nested_role [NestedRole]
1054
1014
  # @param [Hash] opts the optional parameters
1055
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1056
1015
  # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
1057
1016
  def remove_role_with_http_info(container_container_repository_href, nested_role, opts = {})
1058
1017
  if @api_client.config.debugging
@@ -1078,7 +1037,6 @@ module PulpContainerClient
1078
1037
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1079
1038
  # HTTP header 'Content-Type'
1080
1039
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1081
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1082
1040
 
1083
1041
  # form parameters
1084
1042
  form_params = opts[:form_params] || {}
@@ -1113,7 +1071,6 @@ module PulpContainerClient
1113
1071
  # @param container_container_repository_href [String]
1114
1072
  # @param set_label [SetLabel]
1115
1073
  # @param [Hash] opts the optional parameters
1116
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1117
1074
  # @return [SetLabelResponse]
1118
1075
  def set_label(container_container_repository_href, set_label, opts = {})
1119
1076
  data, _status_code, _headers = set_label_with_http_info(container_container_repository_href, set_label, opts)
@@ -1125,7 +1082,6 @@ module PulpContainerClient
1125
1082
  # @param container_container_repository_href [String]
1126
1083
  # @param set_label [SetLabel]
1127
1084
  # @param [Hash] opts the optional parameters
1128
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1129
1085
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
1130
1086
  def set_label_with_http_info(container_container_repository_href, set_label, opts = {})
1131
1087
  if @api_client.config.debugging
@@ -1151,7 +1107,6 @@ module PulpContainerClient
1151
1107
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1152
1108
  # HTTP header 'Content-Type'
1153
1109
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1154
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1155
1110
 
1156
1111
  # form parameters
1157
1112
  form_params = opts[:form_params] || {}
@@ -1186,7 +1141,6 @@ module PulpContainerClient
1186
1141
  # @param container_container_repository_href [String]
1187
1142
  # @param repository_sign [RepositorySign]
1188
1143
  # @param [Hash] opts the optional parameters
1189
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1190
1144
  # @return [AsyncOperationResponse]
1191
1145
  def sign(container_container_repository_href, repository_sign, opts = {})
1192
1146
  data, _status_code, _headers = sign_with_http_info(container_container_repository_href, repository_sign, opts)
@@ -1198,7 +1152,6 @@ module PulpContainerClient
1198
1152
  # @param container_container_repository_href [String]
1199
1153
  # @param repository_sign [RepositorySign]
1200
1154
  # @param [Hash] opts the optional parameters
1201
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1202
1155
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1203
1156
  def sign_with_http_info(container_container_repository_href, repository_sign, opts = {})
1204
1157
  if @api_client.config.debugging
@@ -1224,7 +1177,6 @@ module PulpContainerClient
1224
1177
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1225
1178
  # HTTP header 'Content-Type'
1226
1179
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1227
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1228
1180
 
1229
1181
  # form parameters
1230
1182
  form_params = opts[:form_params] || {}
@@ -1259,7 +1211,6 @@ module PulpContainerClient
1259
1211
  # @param container_container_repository_href [String]
1260
1212
  # @param container_repository_sync_url [ContainerRepositorySyncURL]
1261
1213
  # @param [Hash] opts the optional parameters
1262
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1263
1214
  # @return [AsyncOperationResponse]
1264
1215
  def sync(container_container_repository_href, container_repository_sync_url, opts = {})
1265
1216
  data, _status_code, _headers = sync_with_http_info(container_container_repository_href, container_repository_sync_url, opts)
@@ -1271,7 +1222,6 @@ module PulpContainerClient
1271
1222
  # @param container_container_repository_href [String]
1272
1223
  # @param container_repository_sync_url [ContainerRepositorySyncURL]
1273
1224
  # @param [Hash] opts the optional parameters
1274
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1275
1225
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1276
1226
  def sync_with_http_info(container_container_repository_href, container_repository_sync_url, opts = {})
1277
1227
  if @api_client.config.debugging
@@ -1297,7 +1247,6 @@ module PulpContainerClient
1297
1247
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1298
1248
  # HTTP header 'Content-Type'
1299
1249
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1300
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1301
1250
 
1302
1251
  # form parameters
1303
1252
  form_params = opts[:form_params] || {}
@@ -1332,7 +1281,6 @@ module PulpContainerClient
1332
1281
  # @param container_container_repository_href [String]
1333
1282
  # @param tag_image [TagImage]
1334
1283
  # @param [Hash] opts the optional parameters
1335
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1336
1284
  # @return [AsyncOperationResponse]
1337
1285
  def tag(container_container_repository_href, tag_image, opts = {})
1338
1286
  data, _status_code, _headers = tag_with_http_info(container_container_repository_href, tag_image, opts)
@@ -1344,7 +1292,6 @@ module PulpContainerClient
1344
1292
  # @param container_container_repository_href [String]
1345
1293
  # @param tag_image [TagImage]
1346
1294
  # @param [Hash] opts the optional parameters
1347
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1348
1295
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1349
1296
  def tag_with_http_info(container_container_repository_href, tag_image, opts = {})
1350
1297
  if @api_client.config.debugging
@@ -1370,7 +1317,6 @@ module PulpContainerClient
1370
1317
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1371
1318
  # HTTP header 'Content-Type'
1372
1319
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1373
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1374
1320
 
1375
1321
  # form parameters
1376
1322
  form_params = opts[:form_params] || {}
@@ -1405,7 +1351,6 @@ module PulpContainerClient
1405
1351
  # @param container_container_repository_href [String]
1406
1352
  # @param unset_label [UnsetLabel]
1407
1353
  # @param [Hash] opts the optional parameters
1408
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1409
1354
  # @return [UnsetLabelResponse]
1410
1355
  def unset_label(container_container_repository_href, unset_label, opts = {})
1411
1356
  data, _status_code, _headers = unset_label_with_http_info(container_container_repository_href, unset_label, opts)
@@ -1417,7 +1362,6 @@ module PulpContainerClient
1417
1362
  # @param container_container_repository_href [String]
1418
1363
  # @param unset_label [UnsetLabel]
1419
1364
  # @param [Hash] opts the optional parameters
1420
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1421
1365
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
1422
1366
  def unset_label_with_http_info(container_container_repository_href, unset_label, opts = {})
1423
1367
  if @api_client.config.debugging
@@ -1443,7 +1387,6 @@ module PulpContainerClient
1443
1387
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1444
1388
  # HTTP header 'Content-Type'
1445
1389
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1446
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1447
1390
 
1448
1391
  # form parameters
1449
1392
  form_params = opts[:form_params] || {}
@@ -1478,7 +1421,6 @@ module PulpContainerClient
1478
1421
  # @param container_container_repository_href [String]
1479
1422
  # @param un_tag_image [UnTagImage]
1480
1423
  # @param [Hash] opts the optional parameters
1481
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1482
1424
  # @return [AsyncOperationResponse]
1483
1425
  def untag(container_container_repository_href, un_tag_image, opts = {})
1484
1426
  data, _status_code, _headers = untag_with_http_info(container_container_repository_href, un_tag_image, opts)
@@ -1490,7 +1432,6 @@ module PulpContainerClient
1490
1432
  # @param container_container_repository_href [String]
1491
1433
  # @param un_tag_image [UnTagImage]
1492
1434
  # @param [Hash] opts the optional parameters
1493
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1494
1435
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1495
1436
  def untag_with_http_info(container_container_repository_href, un_tag_image, opts = {})
1496
1437
  if @api_client.config.debugging
@@ -1516,7 +1457,6 @@ module PulpContainerClient
1516
1457
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1517
1458
  # HTTP header 'Content-Type'
1518
1459
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1519
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1520
1460
 
1521
1461
  # form parameters
1522
1462
  form_params = opts[:form_params] || {}
@@ -1551,7 +1491,6 @@ module PulpContainerClient
1551
1491
  # @param container_container_repository_href [String]
1552
1492
  # @param container_container_repository [ContainerContainerRepository]
1553
1493
  # @param [Hash] opts the optional parameters
1554
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1555
1494
  # @return [AsyncOperationResponse]
1556
1495
  def update(container_container_repository_href, container_container_repository, opts = {})
1557
1496
  data, _status_code, _headers = update_with_http_info(container_container_repository_href, container_container_repository, opts)
@@ -1563,7 +1502,6 @@ module PulpContainerClient
1563
1502
  # @param container_container_repository_href [String]
1564
1503
  # @param container_container_repository [ContainerContainerRepository]
1565
1504
  # @param [Hash] opts the optional parameters
1566
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
1567
1505
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
1568
1506
  def update_with_http_info(container_container_repository_href, container_container_repository, opts = {})
1569
1507
  if @api_client.config.debugging
@@ -1589,7 +1527,6 @@ module PulpContainerClient
1589
1527
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1590
1528
  # HTTP header 'Content-Type'
1591
1529
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
1592
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
1593
1530
 
1594
1531
  # form parameters
1595
1532
  form_params = opts[:form_params] || {}