pulp_python_client 3.13.6 → 3.14.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 (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/ContentPackagesApi.md +8 -22
  4. data/docs/DistributionsPypiApi.md +32 -72
  5. data/docs/PublicationsPypiApi.md +16 -40
  6. data/docs/PypiApi.md +0 -2
  7. data/docs/PypiLegacyApi.md +0 -2
  8. data/docs/PypiMetadataApi.md +0 -2
  9. data/docs/PypiSimpleApi.md +0 -6
  10. data/docs/RemotesPythonApi.md +32 -74
  11. data/docs/RepositoriesPythonApi.md +40 -88
  12. data/docs/RepositoriesPythonVersionsApi.md +10 -22
  13. data/lib/pulp_python_client/api/content_packages_api.rb +0 -15
  14. data/lib/pulp_python_client/api/distributions_pypi_api.rb +0 -36
  15. data/lib/pulp_python_client/api/publications_pypi_api.rb +0 -24
  16. data/lib/pulp_python_client/api/pypi_api.rb +0 -3
  17. data/lib/pulp_python_client/api/pypi_legacy_api.rb +0 -3
  18. data/lib/pulp_python_client/api/pypi_metadata_api.rb +0 -3
  19. data/lib/pulp_python_client/api/pypi_simple_api.rb +0 -9
  20. data/lib/pulp_python_client/api/remotes_python_api.rb +0 -39
  21. data/lib/pulp_python_client/api/repositories_python_api.rb +0 -42
  22. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +3 -15
  23. data/lib/pulp_python_client/version.rb +1 -1
  24. data/pulp_python_client.gemspec +1 -0
  25. data/spec/api/content_packages_api_spec.rb +0 -5
  26. data/spec/api/distributions_pypi_api_spec.rb +0 -12
  27. data/spec/api/publications_pypi_api_spec.rb +0 -8
  28. data/spec/api/pypi_api_spec.rb +0 -1
  29. data/spec/api/pypi_legacy_api_spec.rb +0 -1
  30. data/spec/api/pypi_metadata_api_spec.rb +0 -1
  31. data/spec/api/pypi_simple_api_spec.rb +0 -3
  32. data/spec/api/remotes_python_api_spec.rb +0 -13
  33. data/spec/api/repositories_python_api_spec.rb +0 -14
  34. data/spec/api/repositories_python_versions_api_spec.rb +1 -5
  35. metadata +59 -39
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eec93e784ae15569fc9deaa102371f4484e89e75ec309399846146e9e06c080b
4
- data.tar.gz: 07bd7eaab3b7d09b0ef9b8ae0f10fe743520d45b707aa0acdcf8614b6190c705
3
+ metadata.gz: 5c3379f10b3e6aa9772f346e8d82582675a780f8e906113ecc5b4d0473319c4f
4
+ data.tar.gz: 1fdcc8194fe1339b04b8cc36a5df553cef943940888b1b804d6eaf27e6de68fb
5
5
  SHA512:
6
- metadata.gz: 55400e6d9c3f99fcd922271655490eefaacdaa22e587be70556e9319e688f3ac1ec478cbb9281f3e04bc939787e2f308fd2b050feacdeabb645ca7aa13d2b6f3
7
- data.tar.gz: b256bd4f77bdb576073cf5764eae4fbfced47534307131371f00214a1da37670e4f14b200c5676c24cb6416966997bcc93e18c55a71522e8092e679c9ea8b7c6
6
+ metadata.gz: 0a8031708363866d4a447104e3c424002a3b39ebe247937c17cfa9bd81ac128c844aa6c9d6051a950942e3e033cb025da2f378bb04c61d32616e7c57d5fc16a3
7
+ data.tar.gz: 2117824b66af729df9b6bdef75e6c78b22e13d951f545f746bb881865405d662c77de0a83af11b57498321aa594d9219c1b846b97373299fedfa07b88a7b1b55
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.13.6
10
+ - Package version: 3.14.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_python_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_python_client-3.13.6.gem
28
+ gem install ./pulp_python_client-3.14.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_python_client-3.13.6.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_python_client-3.14.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_python_client', '~> 3.13.6'
37
+ gem 'pulp_python_client', '~> 3.14.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -70,7 +70,6 @@ end
70
70
  api_instance = PulpPythonClient::ContentPackagesApi.new
71
71
  relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
72
72
  opts = {
73
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
74
73
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
75
74
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
76
75
  artifact: 'artifact_example', # String | Artifact file representing the physical content
@@ -34,7 +34,6 @@ end
34
34
  api_instance = PulpPythonClient::ContentPackagesApi.new
35
35
  relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
36
36
  opts = {
37
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
38
37
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
39
38
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
40
39
  artifact: 'artifact_example', # String | Artifact file representing the physical content
@@ -97,7 +96,6 @@ end
97
96
  | Name | Type | Description | Notes |
98
97
  | ---- | ---- | ----------- | ----- |
99
98
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
100
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
101
99
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
102
100
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
103
101
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
@@ -163,7 +161,6 @@ end
163
161
 
164
162
  api_instance = PulpPythonClient::ContentPackagesApi.new
165
163
  opts = {
166
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
167
164
  author: 'author_example', # String | Filter results where author matches value
168
165
  author__in: ['inner_example'], # Array<String> | Filter results where author is in a comma-separated list of values
169
166
  filename: 'filename_example', # String | Filter results where filename matches value
@@ -232,7 +229,6 @@ end
232
229
 
233
230
  | Name | Type | Description | Notes |
234
231
  | ---- | ---- | ----------- | ----- |
235
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
236
232
  | **author** | **String** | Filter results where author matches value | [optional] |
237
233
  | **author__in** | [**Array&lt;String&gt;**](String.md) | Filter results where author is in a comma-separated list of values | [optional] |
238
234
  | **filename** | **String** | Filter results where filename matches value | [optional] |
@@ -306,7 +302,6 @@ end
306
302
  api_instance = PulpPythonClient::ContentPackagesApi.new
307
303
  python_python_package_content_href = 'python_python_package_content_href_example' # String |
308
304
  opts = {
309
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
310
305
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
311
306
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
312
307
  }
@@ -343,7 +338,6 @@ end
343
338
  | Name | Type | Description | Notes |
344
339
  | ---- | ---- | ----------- | ----- |
345
340
  | **python_python_package_content_href** | **String** | | |
346
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
347
341
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
348
342
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
349
343
 
@@ -363,7 +357,7 @@ end
363
357
 
364
358
  ## set_label
365
359
 
366
- > <SetLabelResponse> set_label(python_python_package_content_href, set_label, opts)
360
+ > <SetLabelResponse> set_label(python_python_package_content_href, set_label)
367
361
 
368
362
  Set a label
369
363
 
@@ -384,13 +378,10 @@ end
384
378
  api_instance = PulpPythonClient::ContentPackagesApi.new
385
379
  python_python_package_content_href = 'python_python_package_content_href_example' # String |
386
380
  set_label = PulpPythonClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
387
- opts = {
388
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
389
- }
390
381
 
391
382
  begin
392
383
  # Set a label
393
- result = api_instance.set_label(python_python_package_content_href, set_label, opts)
384
+ result = api_instance.set_label(python_python_package_content_href, set_label)
394
385
  p result
395
386
  rescue PulpPythonClient::ApiError => e
396
387
  puts "Error when calling ContentPackagesApi->set_label: #{e}"
@@ -401,12 +392,12 @@ end
401
392
 
402
393
  This returns an Array which contains the response data, status code and headers.
403
394
 
404
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(python_python_package_content_href, set_label, opts)
395
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(python_python_package_content_href, set_label)
405
396
 
406
397
  ```ruby
407
398
  begin
408
399
  # Set a label
409
- data, status_code, headers = api_instance.set_label_with_http_info(python_python_package_content_href, set_label, opts)
400
+ data, status_code, headers = api_instance.set_label_with_http_info(python_python_package_content_href, set_label)
410
401
  p status_code # => 2xx
411
402
  p headers # => { ... }
412
403
  p data # => <SetLabelResponse>
@@ -421,7 +412,6 @@ end
421
412
  | ---- | ---- | ----------- | ----- |
422
413
  | **python_python_package_content_href** | **String** | | |
423
414
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
424
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
425
415
 
426
416
  ### Return type
427
417
 
@@ -439,7 +429,7 @@ end
439
429
 
440
430
  ## unset_label
441
431
 
442
- > <UnsetLabelResponse> unset_label(python_python_package_content_href, unset_label, opts)
432
+ > <UnsetLabelResponse> unset_label(python_python_package_content_href, unset_label)
443
433
 
444
434
  Unset a label
445
435
 
@@ -460,13 +450,10 @@ end
460
450
  api_instance = PulpPythonClient::ContentPackagesApi.new
461
451
  python_python_package_content_href = 'python_python_package_content_href_example' # String |
462
452
  unset_label = PulpPythonClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
463
- opts = {
464
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
465
- }
466
453
 
467
454
  begin
468
455
  # Unset a label
469
- result = api_instance.unset_label(python_python_package_content_href, unset_label, opts)
456
+ result = api_instance.unset_label(python_python_package_content_href, unset_label)
470
457
  p result
471
458
  rescue PulpPythonClient::ApiError => e
472
459
  puts "Error when calling ContentPackagesApi->unset_label: #{e}"
@@ -477,12 +464,12 @@ end
477
464
 
478
465
  This returns an Array which contains the response data, status code and headers.
479
466
 
480
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(python_python_package_content_href, unset_label, opts)
467
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(python_python_package_content_href, unset_label)
481
468
 
482
469
  ```ruby
483
470
  begin
484
471
  # Unset a label
485
- data, status_code, headers = api_instance.unset_label_with_http_info(python_python_package_content_href, unset_label, opts)
472
+ data, status_code, headers = api_instance.unset_label_with_http_info(python_python_package_content_href, unset_label)
486
473
  p status_code # => 2xx
487
474
  p headers # => { ... }
488
475
  p data # => <UnsetLabelResponse>
@@ -497,7 +484,6 @@ end
497
484
  | ---- | ---- | ----------- | ----- |
498
485
  | **python_python_package_content_href** | **String** | | |
499
486
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
500
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
501
487
 
502
488
  ### Return type
503
489
 
@@ -20,7 +20,7 @@ All URIs are relative to *http://localhost:24817*
20
20
 
21
21
  ## add_role
22
22
 
23
- > <NestedRoleResponse> add_role(python_python_distribution_href, nested_role, opts)
23
+ > <NestedRoleResponse> add_role(python_python_distribution_href, nested_role)
24
24
 
25
25
  Add a role
26
26
 
@@ -41,13 +41,10 @@ end
41
41
  api_instance = PulpPythonClient::DistributionsPypiApi.new
42
42
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
43
43
  nested_role = PulpPythonClient::NestedRole.new({role: 'role_example'}) # NestedRole |
44
- opts = {
45
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
46
- }
47
44
 
48
45
  begin
49
46
  # Add a role
50
- result = api_instance.add_role(python_python_distribution_href, nested_role, opts)
47
+ result = api_instance.add_role(python_python_distribution_href, nested_role)
51
48
  p result
52
49
  rescue PulpPythonClient::ApiError => e
53
50
  puts "Error when calling DistributionsPypiApi->add_role: #{e}"
@@ -58,12 +55,12 @@ end
58
55
 
59
56
  This returns an Array which contains the response data, status code and headers.
60
57
 
61
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(python_python_distribution_href, nested_role, opts)
58
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(python_python_distribution_href, nested_role)
62
59
 
63
60
  ```ruby
64
61
  begin
65
62
  # Add a role
66
- data, status_code, headers = api_instance.add_role_with_http_info(python_python_distribution_href, nested_role, opts)
63
+ data, status_code, headers = api_instance.add_role_with_http_info(python_python_distribution_href, nested_role)
67
64
  p status_code # => 2xx
68
65
  p headers # => { ... }
69
66
  p data # => <NestedRoleResponse>
@@ -78,7 +75,6 @@ end
78
75
  | ---- | ---- | ----------- | ----- |
79
76
  | **python_python_distribution_href** | **String** | | |
80
77
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
81
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
82
78
 
83
79
  ### Return type
84
80
 
@@ -96,7 +92,7 @@ end
96
92
 
97
93
  ## create
98
94
 
99
- > <AsyncOperationResponse> create(python_python_distribution, opts)
95
+ > <AsyncOperationResponse> create(python_python_distribution)
100
96
 
101
97
  Create a python distribution
102
98
 
@@ -116,13 +112,10 @@ end
116
112
 
117
113
  api_instance = PulpPythonClient::DistributionsPypiApi.new
118
114
  python_python_distribution = PulpPythonClient::PythonPythonDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # PythonPythonDistribution |
119
- opts = {
120
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
121
- }
122
115
 
123
116
  begin
124
117
  # Create a python distribution
125
- result = api_instance.create(python_python_distribution, opts)
118
+ result = api_instance.create(python_python_distribution)
126
119
  p result
127
120
  rescue PulpPythonClient::ApiError => e
128
121
  puts "Error when calling DistributionsPypiApi->create: #{e}"
@@ -133,12 +126,12 @@ end
133
126
 
134
127
  This returns an Array which contains the response data, status code and headers.
135
128
 
136
- > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(python_python_distribution, opts)
129
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(python_python_distribution)
137
130
 
138
131
  ```ruby
139
132
  begin
140
133
  # Create a python distribution
141
- data, status_code, headers = api_instance.create_with_http_info(python_python_distribution, opts)
134
+ data, status_code, headers = api_instance.create_with_http_info(python_python_distribution)
142
135
  p status_code # => 2xx
143
136
  p headers # => { ... }
144
137
  p data # => <AsyncOperationResponse>
@@ -152,7 +145,6 @@ end
152
145
  | Name | Type | Description | Notes |
153
146
  | ---- | ---- | ----------- | ----- |
154
147
  | **python_python_distribution** | [**PythonPythonDistribution**](PythonPythonDistribution.md) | | |
155
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
156
148
 
157
149
  ### Return type
158
150
 
@@ -170,7 +162,7 @@ end
170
162
 
171
163
  ## delete
172
164
 
173
- > <AsyncOperationResponse> delete(python_python_distribution_href, opts)
165
+ > <AsyncOperationResponse> delete(python_python_distribution_href)
174
166
 
175
167
  Delete a python distribution
176
168
 
@@ -190,13 +182,10 @@ end
190
182
 
191
183
  api_instance = PulpPythonClient::DistributionsPypiApi.new
192
184
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
193
- opts = {
194
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
195
- }
196
185
 
197
186
  begin
198
187
  # Delete a python distribution
199
- result = api_instance.delete(python_python_distribution_href, opts)
188
+ result = api_instance.delete(python_python_distribution_href)
200
189
  p result
201
190
  rescue PulpPythonClient::ApiError => e
202
191
  puts "Error when calling DistributionsPypiApi->delete: #{e}"
@@ -207,12 +196,12 @@ end
207
196
 
208
197
  This returns an Array which contains the response data, status code and headers.
209
198
 
210
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(python_python_distribution_href, opts)
199
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(python_python_distribution_href)
211
200
 
212
201
  ```ruby
213
202
  begin
214
203
  # Delete a python distribution
215
- data, status_code, headers = api_instance.delete_with_http_info(python_python_distribution_href, opts)
204
+ data, status_code, headers = api_instance.delete_with_http_info(python_python_distribution_href)
216
205
  p status_code # => 2xx
217
206
  p headers # => { ... }
218
207
  p data # => <AsyncOperationResponse>
@@ -226,7 +215,6 @@ end
226
215
  | Name | Type | Description | Notes |
227
216
  | ---- | ---- | ----------- | ----- |
228
217
  | **python_python_distribution_href** | **String** | | |
229
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
230
218
 
231
219
  ### Return type
232
220
 
@@ -264,7 +252,6 @@ end
264
252
 
265
253
  api_instance = PulpPythonClient::DistributionsPypiApi.new
266
254
  opts = {
267
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
268
255
  base_path: 'base_path_example', # String | Filter results where base_path matches value
269
256
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
270
257
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
@@ -325,7 +312,6 @@ end
325
312
 
326
313
  | Name | Type | Description | Notes |
327
314
  | ---- | ---- | ----------- | ----- |
328
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
329
315
  | **base_path** | **String** | Filter results where base_path matches value | [optional] |
330
316
  | **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
331
317
  | **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
@@ -391,7 +377,6 @@ end
391
377
  api_instance = PulpPythonClient::DistributionsPypiApi.new
392
378
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
393
379
  opts = {
394
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
395
380
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
396
381
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
397
382
  }
@@ -428,7 +413,6 @@ end
428
413
  | Name | Type | Description | Notes |
429
414
  | ---- | ---- | ----------- | ----- |
430
415
  | **python_python_distribution_href** | **String** | | |
431
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
432
416
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
433
417
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
434
418
 
@@ -469,7 +453,6 @@ end
469
453
  api_instance = PulpPythonClient::DistributionsPypiApi.new
470
454
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
471
455
  opts = {
472
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
473
456
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
474
457
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
475
458
  }
@@ -506,7 +489,6 @@ end
506
489
  | Name | Type | Description | Notes |
507
490
  | ---- | ---- | ----------- | ----- |
508
491
  | **python_python_distribution_href** | **String** | | |
509
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
510
492
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
511
493
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
512
494
 
@@ -526,7 +508,7 @@ end
526
508
 
527
509
  ## partial_update
528
510
 
529
- > <AsyncOperationResponse> partial_update(python_python_distribution_href, patchedpython_python_distribution, opts)
511
+ > <AsyncOperationResponse> partial_update(python_python_distribution_href, patchedpython_python_distribution)
530
512
 
531
513
  Update a python distribution
532
514
 
@@ -547,13 +529,10 @@ end
547
529
  api_instance = PulpPythonClient::DistributionsPypiApi.new
548
530
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
549
531
  patchedpython_python_distribution = PulpPythonClient::PatchedpythonPythonDistribution.new # PatchedpythonPythonDistribution |
550
- opts = {
551
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
552
- }
553
532
 
554
533
  begin
555
534
  # Update a python distribution
556
- result = api_instance.partial_update(python_python_distribution_href, patchedpython_python_distribution, opts)
535
+ result = api_instance.partial_update(python_python_distribution_href, patchedpython_python_distribution)
557
536
  p result
558
537
  rescue PulpPythonClient::ApiError => e
559
538
  puts "Error when calling DistributionsPypiApi->partial_update: #{e}"
@@ -564,12 +543,12 @@ end
564
543
 
565
544
  This returns an Array which contains the response data, status code and headers.
566
545
 
567
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(python_python_distribution_href, patchedpython_python_distribution, opts)
546
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(python_python_distribution_href, patchedpython_python_distribution)
568
547
 
569
548
  ```ruby
570
549
  begin
571
550
  # Update a python distribution
572
- data, status_code, headers = api_instance.partial_update_with_http_info(python_python_distribution_href, patchedpython_python_distribution, opts)
551
+ data, status_code, headers = api_instance.partial_update_with_http_info(python_python_distribution_href, patchedpython_python_distribution)
573
552
  p status_code # => 2xx
574
553
  p headers # => { ... }
575
554
  p data # => <AsyncOperationResponse>
@@ -584,7 +563,6 @@ end
584
563
  | ---- | ---- | ----------- | ----- |
585
564
  | **python_python_distribution_href** | **String** | | |
586
565
  | **patchedpython_python_distribution** | [**PatchedpythonPythonDistribution**](PatchedpythonPythonDistribution.md) | | |
587
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
588
566
 
589
567
  ### Return type
590
568
 
@@ -623,7 +601,6 @@ end
623
601
  api_instance = PulpPythonClient::DistributionsPypiApi.new
624
602
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
625
603
  opts = {
626
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
627
604
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
628
605
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
629
606
  }
@@ -660,7 +637,6 @@ end
660
637
  | Name | Type | Description | Notes |
661
638
  | ---- | ---- | ----------- | ----- |
662
639
  | **python_python_distribution_href** | **String** | | |
663
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
664
640
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
665
641
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
666
642
 
@@ -680,7 +656,7 @@ end
680
656
 
681
657
  ## remove_role
682
658
 
683
- > <NestedRoleResponse> remove_role(python_python_distribution_href, nested_role, opts)
659
+ > <NestedRoleResponse> remove_role(python_python_distribution_href, nested_role)
684
660
 
685
661
  Remove a role
686
662
 
@@ -701,13 +677,10 @@ end
701
677
  api_instance = PulpPythonClient::DistributionsPypiApi.new
702
678
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
703
679
  nested_role = PulpPythonClient::NestedRole.new({role: 'role_example'}) # NestedRole |
704
- opts = {
705
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
706
- }
707
680
 
708
681
  begin
709
682
  # Remove a role
710
- result = api_instance.remove_role(python_python_distribution_href, nested_role, opts)
683
+ result = api_instance.remove_role(python_python_distribution_href, nested_role)
711
684
  p result
712
685
  rescue PulpPythonClient::ApiError => e
713
686
  puts "Error when calling DistributionsPypiApi->remove_role: #{e}"
@@ -718,12 +691,12 @@ end
718
691
 
719
692
  This returns an Array which contains the response data, status code and headers.
720
693
 
721
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(python_python_distribution_href, nested_role, opts)
694
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(python_python_distribution_href, nested_role)
722
695
 
723
696
  ```ruby
724
697
  begin
725
698
  # Remove a role
726
- data, status_code, headers = api_instance.remove_role_with_http_info(python_python_distribution_href, nested_role, opts)
699
+ data, status_code, headers = api_instance.remove_role_with_http_info(python_python_distribution_href, nested_role)
727
700
  p status_code # => 2xx
728
701
  p headers # => { ... }
729
702
  p data # => <NestedRoleResponse>
@@ -738,7 +711,6 @@ end
738
711
  | ---- | ---- | ----------- | ----- |
739
712
  | **python_python_distribution_href** | **String** | | |
740
713
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
741
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
742
714
 
743
715
  ### Return type
744
716
 
@@ -756,7 +728,7 @@ end
756
728
 
757
729
  ## set_label
758
730
 
759
- > <SetLabelResponse> set_label(python_python_distribution_href, set_label, opts)
731
+ > <SetLabelResponse> set_label(python_python_distribution_href, set_label)
760
732
 
761
733
  Set a label
762
734
 
@@ -777,13 +749,10 @@ end
777
749
  api_instance = PulpPythonClient::DistributionsPypiApi.new
778
750
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
779
751
  set_label = PulpPythonClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
780
- opts = {
781
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
782
- }
783
752
 
784
753
  begin
785
754
  # Set a label
786
- result = api_instance.set_label(python_python_distribution_href, set_label, opts)
755
+ result = api_instance.set_label(python_python_distribution_href, set_label)
787
756
  p result
788
757
  rescue PulpPythonClient::ApiError => e
789
758
  puts "Error when calling DistributionsPypiApi->set_label: #{e}"
@@ -794,12 +763,12 @@ end
794
763
 
795
764
  This returns an Array which contains the response data, status code and headers.
796
765
 
797
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(python_python_distribution_href, set_label, opts)
766
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(python_python_distribution_href, set_label)
798
767
 
799
768
  ```ruby
800
769
  begin
801
770
  # Set a label
802
- data, status_code, headers = api_instance.set_label_with_http_info(python_python_distribution_href, set_label, opts)
771
+ data, status_code, headers = api_instance.set_label_with_http_info(python_python_distribution_href, set_label)
803
772
  p status_code # => 2xx
804
773
  p headers # => { ... }
805
774
  p data # => <SetLabelResponse>
@@ -814,7 +783,6 @@ end
814
783
  | ---- | ---- | ----------- | ----- |
815
784
  | **python_python_distribution_href** | **String** | | |
816
785
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
817
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
818
786
 
819
787
  ### Return type
820
788
 
@@ -832,7 +800,7 @@ end
832
800
 
833
801
  ## unset_label
834
802
 
835
- > <UnsetLabelResponse> unset_label(python_python_distribution_href, unset_label, opts)
803
+ > <UnsetLabelResponse> unset_label(python_python_distribution_href, unset_label)
836
804
 
837
805
  Unset a label
838
806
 
@@ -853,13 +821,10 @@ end
853
821
  api_instance = PulpPythonClient::DistributionsPypiApi.new
854
822
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
855
823
  unset_label = PulpPythonClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
856
- opts = {
857
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
858
- }
859
824
 
860
825
  begin
861
826
  # Unset a label
862
- result = api_instance.unset_label(python_python_distribution_href, unset_label, opts)
827
+ result = api_instance.unset_label(python_python_distribution_href, unset_label)
863
828
  p result
864
829
  rescue PulpPythonClient::ApiError => e
865
830
  puts "Error when calling DistributionsPypiApi->unset_label: #{e}"
@@ -870,12 +835,12 @@ end
870
835
 
871
836
  This returns an Array which contains the response data, status code and headers.
872
837
 
873
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(python_python_distribution_href, unset_label, opts)
838
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(python_python_distribution_href, unset_label)
874
839
 
875
840
  ```ruby
876
841
  begin
877
842
  # Unset a label
878
- data, status_code, headers = api_instance.unset_label_with_http_info(python_python_distribution_href, unset_label, opts)
843
+ data, status_code, headers = api_instance.unset_label_with_http_info(python_python_distribution_href, unset_label)
879
844
  p status_code # => 2xx
880
845
  p headers # => { ... }
881
846
  p data # => <UnsetLabelResponse>
@@ -890,7 +855,6 @@ end
890
855
  | ---- | ---- | ----------- | ----- |
891
856
  | **python_python_distribution_href** | **String** | | |
892
857
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
893
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
894
858
 
895
859
  ### Return type
896
860
 
@@ -908,7 +872,7 @@ end
908
872
 
909
873
  ## update
910
874
 
911
- > <AsyncOperationResponse> update(python_python_distribution_href, python_python_distribution, opts)
875
+ > <AsyncOperationResponse> update(python_python_distribution_href, python_python_distribution)
912
876
 
913
877
  Update a python distribution
914
878
 
@@ -929,13 +893,10 @@ end
929
893
  api_instance = PulpPythonClient::DistributionsPypiApi.new
930
894
  python_python_distribution_href = 'python_python_distribution_href_example' # String |
931
895
  python_python_distribution = PulpPythonClient::PythonPythonDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # PythonPythonDistribution |
932
- opts = {
933
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
934
- }
935
896
 
936
897
  begin
937
898
  # Update a python distribution
938
- result = api_instance.update(python_python_distribution_href, python_python_distribution, opts)
899
+ result = api_instance.update(python_python_distribution_href, python_python_distribution)
939
900
  p result
940
901
  rescue PulpPythonClient::ApiError => e
941
902
  puts "Error when calling DistributionsPypiApi->update: #{e}"
@@ -946,12 +907,12 @@ end
946
907
 
947
908
  This returns an Array which contains the response data, status code and headers.
948
909
 
949
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(python_python_distribution_href, python_python_distribution, opts)
910
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(python_python_distribution_href, python_python_distribution)
950
911
 
951
912
  ```ruby
952
913
  begin
953
914
  # Update a python distribution
954
- data, status_code, headers = api_instance.update_with_http_info(python_python_distribution_href, python_python_distribution, opts)
915
+ data, status_code, headers = api_instance.update_with_http_info(python_python_distribution_href, python_python_distribution)
955
916
  p status_code # => 2xx
956
917
  p headers # => { ... }
957
918
  p data # => <AsyncOperationResponse>
@@ -966,7 +927,6 @@ end
966
927
  | ---- | ---- | ----------- | ----- |
967
928
  | **python_python_distribution_href** | **String** | | |
968
929
  | **python_python_distribution** | [**PythonPythonDistribution**](PythonPythonDistribution.md) | | |
969
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
970
930
 
971
931
  ### Return type
972
932