pulp_rpm_client 3.29.5 → 3.30.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 (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -8
  3. data/docs/AcsRpmApi.md +28 -64
  4. data/docs/ContentAdvisoriesApi.md +8 -22
  5. data/docs/ContentDistributionTreesApi.md +8 -20
  6. data/docs/ContentModulemdDefaultsApi.md +12 -28
  7. data/docs/ContentModulemdObsoletesApi.md +12 -28
  8. data/docs/ContentModulemdsApi.md +12 -28
  9. data/docs/ContentPackagecategoriesApi.md +8 -20
  10. data/docs/ContentPackageenvironmentsApi.md +8 -20
  11. data/docs/ContentPackagegroupsApi.md +8 -20
  12. data/docs/ContentPackagelangpacksApi.md +8 -20
  13. data/docs/ContentPackagesApi.md +8 -22
  14. data/docs/ContentRepoMetadataFilesApi.md +8 -20
  15. data/docs/DistributionsRpmApi.md +32 -72
  16. data/docs/PatchedrpmRpmDistribution.md +3 -1
  17. data/docs/PatchedrpmRpmRepository.md +1 -9
  18. data/docs/PublicationsRpmApi.md +16 -40
  19. data/docs/RemotesRpmApi.md +32 -72
  20. data/docs/RemotesUlnApi.md +32 -72
  21. data/docs/RepositoriesRpmApi.md +40 -88
  22. data/docs/RepositoriesRpmVersionsApi.md +10 -22
  23. data/docs/RpmCompsApi.md +0 -2
  24. data/docs/RpmCopyApi.md +4 -8
  25. data/docs/RpmPackageResponse.md +2 -2
  26. data/docs/RpmPruneApi.md +4 -8
  27. data/docs/RpmRpmDistribution.md +3 -1
  28. data/docs/RpmRpmDistributionResponse.md +3 -1
  29. data/docs/RpmRpmPublication.md +3 -9
  30. data/docs/RpmRpmPublicationResponse.md +8 -6
  31. data/docs/RpmRpmRepository.md +1 -9
  32. data/docs/RpmRpmRepositoryResponse.md +5 -5
  33. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -33
  34. data/lib/pulp_rpm_client/api/content_advisories_api.rb +0 -15
  35. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +0 -12
  36. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +0 -15
  37. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +0 -15
  38. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -15
  39. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +0 -12
  40. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +0 -12
  41. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +0 -12
  42. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +0 -12
  43. data/lib/pulp_rpm_client/api/content_packages_api.rb +0 -15
  44. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +0 -12
  45. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -36
  46. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -24
  47. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -36
  48. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -36
  49. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -42
  50. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -15
  51. data/lib/pulp_rpm_client/api/rpm_comps_api.rb +0 -3
  52. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -3
  53. data/lib/pulp_rpm_client/api/rpm_prune_api.rb +0 -3
  54. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +13 -4
  55. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -94
  56. data/lib/pulp_rpm_client/models/rpm_package_response.rb +2 -2
  57. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +13 -4
  58. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +13 -4
  59. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +11 -92
  60. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +28 -13
  61. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -94
  62. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +17 -12
  63. data/lib/pulp_rpm_client/version.rb +1 -1
  64. data/spec/api/acs_rpm_api_spec.rb +0 -11
  65. data/spec/api/content_advisories_api_spec.rb +0 -5
  66. data/spec/api/content_distribution_trees_api_spec.rb +0 -4
  67. data/spec/api/content_modulemd_defaults_api_spec.rb +0 -5
  68. data/spec/api/content_modulemd_obsoletes_api_spec.rb +0 -5
  69. data/spec/api/content_modulemds_api_spec.rb +0 -5
  70. data/spec/api/content_packagecategories_api_spec.rb +0 -4
  71. data/spec/api/content_packageenvironments_api_spec.rb +0 -4
  72. data/spec/api/content_packagegroups_api_spec.rb +0 -4
  73. data/spec/api/content_packagelangpacks_api_spec.rb +0 -4
  74. data/spec/api/content_packages_api_spec.rb +0 -5
  75. data/spec/api/content_repo_metadata_files_api_spec.rb +0 -4
  76. data/spec/api/distributions_rpm_api_spec.rb +0 -12
  77. data/spec/api/publications_rpm_api_spec.rb +0 -8
  78. data/spec/api/remotes_rpm_api_spec.rb +0 -12
  79. data/spec/api/remotes_uln_api_spec.rb +0 -12
  80. data/spec/api/repositories_rpm_api_spec.rb +0 -14
  81. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -5
  82. data/spec/api/rpm_comps_api_spec.rb +0 -1
  83. data/spec/api/rpm_copy_api_spec.rb +0 -1
  84. data/spec/api/rpm_prune_api_spec.rb +0 -1
  85. data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
  86. data/spec/models/patchedrpm_rpm_repository_spec.rb +0 -24
  87. data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
  88. data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
  89. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  90. data/spec/models/rpm_rpm_publication_spec.rb +2 -20
  91. data/spec/models/rpm_rpm_repository_spec.rb +0 -24
  92. metadata +82 -82
@@ -32,7 +32,6 @@ end
32
32
 
33
33
  api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
34
34
  opts = {
35
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
35
  limit: 56, # Integer | Number of results to return per page.
37
36
  offset: 56, # Integer | The initial index from which to return the results.
38
37
  ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
@@ -80,7 +79,6 @@ end
80
79
 
81
80
  | Name | Type | Description | Notes |
82
81
  | ---- | ---- | ----------- | ----- |
83
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
84
82
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
85
83
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
86
84
  | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -133,7 +131,6 @@ end
133
131
  api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
134
132
  rpm_package_category_href = 'rpm_package_category_href_example' # String |
135
133
  opts = {
136
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
137
134
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
138
135
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
139
136
  }
@@ -170,7 +167,6 @@ end
170
167
  | Name | Type | Description | Notes |
171
168
  | ---- | ---- | ----------- | ----- |
172
169
  | **rpm_package_category_href** | **String** | | |
173
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
170
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
175
171
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
176
172
 
@@ -190,7 +186,7 @@ end
190
186
 
191
187
  ## set_label
192
188
 
193
- > <SetLabelResponse> set_label(rpm_package_category_href, set_label, opts)
189
+ > <SetLabelResponse> set_label(rpm_package_category_href, set_label)
194
190
 
195
191
  Set a label
196
192
 
@@ -211,13 +207,10 @@ end
211
207
  api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
212
208
  rpm_package_category_href = 'rpm_package_category_href_example' # String |
213
209
  set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
214
- opts = {
215
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
216
- }
217
210
 
218
211
  begin
219
212
  # Set a label
220
- result = api_instance.set_label(rpm_package_category_href, set_label, opts)
213
+ result = api_instance.set_label(rpm_package_category_href, set_label)
221
214
  p result
222
215
  rescue PulpRpmClient::ApiError => e
223
216
  puts "Error when calling ContentPackagecategoriesApi->set_label: #{e}"
@@ -228,12 +221,12 @@ end
228
221
 
229
222
  This returns an Array which contains the response data, status code and headers.
230
223
 
231
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_category_href, set_label, opts)
224
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_category_href, set_label)
232
225
 
233
226
  ```ruby
234
227
  begin
235
228
  # Set a label
236
- data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_category_href, set_label, opts)
229
+ data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_category_href, set_label)
237
230
  p status_code # => 2xx
238
231
  p headers # => { ... }
239
232
  p data # => <SetLabelResponse>
@@ -248,7 +241,6 @@ end
248
241
  | ---- | ---- | ----------- | ----- |
249
242
  | **rpm_package_category_href** | **String** | | |
250
243
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
251
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
252
244
 
253
245
  ### Return type
254
246
 
@@ -266,7 +258,7 @@ end
266
258
 
267
259
  ## unset_label
268
260
 
269
- > <UnsetLabelResponse> unset_label(rpm_package_category_href, unset_label, opts)
261
+ > <UnsetLabelResponse> unset_label(rpm_package_category_href, unset_label)
270
262
 
271
263
  Unset a label
272
264
 
@@ -287,13 +279,10 @@ end
287
279
  api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
288
280
  rpm_package_category_href = 'rpm_package_category_href_example' # String |
289
281
  unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
290
- opts = {
291
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
292
- }
293
282
 
294
283
  begin
295
284
  # Unset a label
296
- result = api_instance.unset_label(rpm_package_category_href, unset_label, opts)
285
+ result = api_instance.unset_label(rpm_package_category_href, unset_label)
297
286
  p result
298
287
  rescue PulpRpmClient::ApiError => e
299
288
  puts "Error when calling ContentPackagecategoriesApi->unset_label: #{e}"
@@ -304,12 +293,12 @@ end
304
293
 
305
294
  This returns an Array which contains the response data, status code and headers.
306
295
 
307
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_category_href, unset_label, opts)
296
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_category_href, unset_label)
308
297
 
309
298
  ```ruby
310
299
  begin
311
300
  # Unset a label
312
- data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_category_href, unset_label, opts)
301
+ data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_category_href, unset_label)
313
302
  p status_code # => 2xx
314
303
  p headers # => { ... }
315
304
  p data # => <UnsetLabelResponse>
@@ -324,7 +313,6 @@ end
324
313
  | ---- | ---- | ----------- | ----- |
325
314
  | **rpm_package_category_href** | **String** | | |
326
315
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
327
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
328
316
 
329
317
  ### Return type
330
318
 
@@ -32,7 +32,6 @@ end
32
32
 
33
33
  api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
34
34
  opts = {
35
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
35
  limit: 56, # Integer | Number of results to return per page.
37
36
  offset: 56, # Integer | The initial index from which to return the results.
38
37
  ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
@@ -80,7 +79,6 @@ end
80
79
 
81
80
  | Name | Type | Description | Notes |
82
81
  | ---- | ---- | ----------- | ----- |
83
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
84
82
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
85
83
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
86
84
  | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -133,7 +131,6 @@ end
133
131
  api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
134
132
  rpm_package_environment_href = 'rpm_package_environment_href_example' # String |
135
133
  opts = {
136
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
137
134
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
138
135
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
139
136
  }
@@ -170,7 +167,6 @@ end
170
167
  | Name | Type | Description | Notes |
171
168
  | ---- | ---- | ----------- | ----- |
172
169
  | **rpm_package_environment_href** | **String** | | |
173
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
170
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
175
171
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
176
172
 
@@ -190,7 +186,7 @@ end
190
186
 
191
187
  ## set_label
192
188
 
193
- > <SetLabelResponse> set_label(rpm_package_environment_href, set_label, opts)
189
+ > <SetLabelResponse> set_label(rpm_package_environment_href, set_label)
194
190
 
195
191
  Set a label
196
192
 
@@ -211,13 +207,10 @@ end
211
207
  api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
212
208
  rpm_package_environment_href = 'rpm_package_environment_href_example' # String |
213
209
  set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
214
- opts = {
215
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
216
- }
217
210
 
218
211
  begin
219
212
  # Set a label
220
- result = api_instance.set_label(rpm_package_environment_href, set_label, opts)
213
+ result = api_instance.set_label(rpm_package_environment_href, set_label)
221
214
  p result
222
215
  rescue PulpRpmClient::ApiError => e
223
216
  puts "Error when calling ContentPackageenvironmentsApi->set_label: #{e}"
@@ -228,12 +221,12 @@ end
228
221
 
229
222
  This returns an Array which contains the response data, status code and headers.
230
223
 
231
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_environment_href, set_label, opts)
224
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_environment_href, set_label)
232
225
 
233
226
  ```ruby
234
227
  begin
235
228
  # Set a label
236
- data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_environment_href, set_label, opts)
229
+ data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_environment_href, set_label)
237
230
  p status_code # => 2xx
238
231
  p headers # => { ... }
239
232
  p data # => <SetLabelResponse>
@@ -248,7 +241,6 @@ end
248
241
  | ---- | ---- | ----------- | ----- |
249
242
  | **rpm_package_environment_href** | **String** | | |
250
243
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
251
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
252
244
 
253
245
  ### Return type
254
246
 
@@ -266,7 +258,7 @@ end
266
258
 
267
259
  ## unset_label
268
260
 
269
- > <UnsetLabelResponse> unset_label(rpm_package_environment_href, unset_label, opts)
261
+ > <UnsetLabelResponse> unset_label(rpm_package_environment_href, unset_label)
270
262
 
271
263
  Unset a label
272
264
 
@@ -287,13 +279,10 @@ end
287
279
  api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
288
280
  rpm_package_environment_href = 'rpm_package_environment_href_example' # String |
289
281
  unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
290
- opts = {
291
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
292
- }
293
282
 
294
283
  begin
295
284
  # Unset a label
296
- result = api_instance.unset_label(rpm_package_environment_href, unset_label, opts)
285
+ result = api_instance.unset_label(rpm_package_environment_href, unset_label)
297
286
  p result
298
287
  rescue PulpRpmClient::ApiError => e
299
288
  puts "Error when calling ContentPackageenvironmentsApi->unset_label: #{e}"
@@ -304,12 +293,12 @@ end
304
293
 
305
294
  This returns an Array which contains the response data, status code and headers.
306
295
 
307
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_environment_href, unset_label, opts)
296
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_environment_href, unset_label)
308
297
 
309
298
  ```ruby
310
299
  begin
311
300
  # Unset a label
312
- data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_environment_href, unset_label, opts)
301
+ data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_environment_href, unset_label)
313
302
  p status_code # => 2xx
314
303
  p headers # => { ... }
315
304
  p data # => <UnsetLabelResponse>
@@ -324,7 +313,6 @@ end
324
313
  | ---- | ---- | ----------- | ----- |
325
314
  | **rpm_package_environment_href** | **String** | | |
326
315
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
327
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
328
316
 
329
317
  ### Return type
330
318
 
@@ -32,7 +32,6 @@ end
32
32
 
33
33
  api_instance = PulpRpmClient::ContentPackagegroupsApi.new
34
34
  opts = {
35
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
35
  limit: 56, # Integer | Number of results to return per page.
37
36
  offset: 56, # Integer | The initial index from which to return the results.
38
37
  ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
@@ -80,7 +79,6 @@ end
80
79
 
81
80
  | Name | Type | Description | Notes |
82
81
  | ---- | ---- | ----------- | ----- |
83
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
84
82
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
85
83
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
86
84
  | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -133,7 +131,6 @@ end
133
131
  api_instance = PulpRpmClient::ContentPackagegroupsApi.new
134
132
  rpm_package_group_href = 'rpm_package_group_href_example' # String |
135
133
  opts = {
136
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
137
134
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
138
135
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
139
136
  }
@@ -170,7 +167,6 @@ end
170
167
  | Name | Type | Description | Notes |
171
168
  | ---- | ---- | ----------- | ----- |
172
169
  | **rpm_package_group_href** | **String** | | |
173
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
170
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
175
171
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
176
172
 
@@ -190,7 +186,7 @@ end
190
186
 
191
187
  ## set_label
192
188
 
193
- > <SetLabelResponse> set_label(rpm_package_group_href, set_label, opts)
189
+ > <SetLabelResponse> set_label(rpm_package_group_href, set_label)
194
190
 
195
191
  Set a label
196
192
 
@@ -211,13 +207,10 @@ end
211
207
  api_instance = PulpRpmClient::ContentPackagegroupsApi.new
212
208
  rpm_package_group_href = 'rpm_package_group_href_example' # String |
213
209
  set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
214
- opts = {
215
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
216
- }
217
210
 
218
211
  begin
219
212
  # Set a label
220
- result = api_instance.set_label(rpm_package_group_href, set_label, opts)
213
+ result = api_instance.set_label(rpm_package_group_href, set_label)
221
214
  p result
222
215
  rescue PulpRpmClient::ApiError => e
223
216
  puts "Error when calling ContentPackagegroupsApi->set_label: #{e}"
@@ -228,12 +221,12 @@ end
228
221
 
229
222
  This returns an Array which contains the response data, status code and headers.
230
223
 
231
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_group_href, set_label, opts)
224
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_group_href, set_label)
232
225
 
233
226
  ```ruby
234
227
  begin
235
228
  # Set a label
236
- data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_group_href, set_label, opts)
229
+ data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_group_href, set_label)
237
230
  p status_code # => 2xx
238
231
  p headers # => { ... }
239
232
  p data # => <SetLabelResponse>
@@ -248,7 +241,6 @@ end
248
241
  | ---- | ---- | ----------- | ----- |
249
242
  | **rpm_package_group_href** | **String** | | |
250
243
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
251
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
252
244
 
253
245
  ### Return type
254
246
 
@@ -266,7 +258,7 @@ end
266
258
 
267
259
  ## unset_label
268
260
 
269
- > <UnsetLabelResponse> unset_label(rpm_package_group_href, unset_label, opts)
261
+ > <UnsetLabelResponse> unset_label(rpm_package_group_href, unset_label)
270
262
 
271
263
  Unset a label
272
264
 
@@ -287,13 +279,10 @@ end
287
279
  api_instance = PulpRpmClient::ContentPackagegroupsApi.new
288
280
  rpm_package_group_href = 'rpm_package_group_href_example' # String |
289
281
  unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
290
- opts = {
291
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
292
- }
293
282
 
294
283
  begin
295
284
  # Unset a label
296
- result = api_instance.unset_label(rpm_package_group_href, unset_label, opts)
285
+ result = api_instance.unset_label(rpm_package_group_href, unset_label)
297
286
  p result
298
287
  rescue PulpRpmClient::ApiError => e
299
288
  puts "Error when calling ContentPackagegroupsApi->unset_label: #{e}"
@@ -304,12 +293,12 @@ end
304
293
 
305
294
  This returns an Array which contains the response data, status code and headers.
306
295
 
307
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_group_href, unset_label, opts)
296
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_group_href, unset_label)
308
297
 
309
298
  ```ruby
310
299
  begin
311
300
  # Unset a label
312
- data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_group_href, unset_label, opts)
301
+ data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_group_href, unset_label)
313
302
  p status_code # => 2xx
314
303
  p headers # => { ... }
315
304
  p data # => <UnsetLabelResponse>
@@ -324,7 +313,6 @@ end
324
313
  | ---- | ---- | ----------- | ----- |
325
314
  | **rpm_package_group_href** | **String** | | |
326
315
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
327
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
328
316
 
329
317
  ### Return type
330
318
 
@@ -32,7 +32,6 @@ end
32
32
 
33
33
  api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
34
34
  opts = {
35
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
35
  limit: 56, # Integer | Number of results to return per page.
37
36
  offset: 56, # Integer | The initial index from which to return the results.
38
37
  ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
@@ -80,7 +79,6 @@ end
80
79
 
81
80
  | Name | Type | Description | Notes |
82
81
  | ---- | ---- | ----------- | ----- |
83
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
84
82
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
85
83
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
86
84
  | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -133,7 +131,6 @@ end
133
131
  api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
134
132
  rpm_package_langpacks_href = 'rpm_package_langpacks_href_example' # String |
135
133
  opts = {
136
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
137
134
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
138
135
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
139
136
  }
@@ -170,7 +167,6 @@ end
170
167
  | Name | Type | Description | Notes |
171
168
  | ---- | ---- | ----------- | ----- |
172
169
  | **rpm_package_langpacks_href** | **String** | | |
173
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
170
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
175
171
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
176
172
 
@@ -190,7 +186,7 @@ end
190
186
 
191
187
  ## set_label
192
188
 
193
- > <SetLabelResponse> set_label(rpm_package_langpacks_href, set_label, opts)
189
+ > <SetLabelResponse> set_label(rpm_package_langpacks_href, set_label)
194
190
 
195
191
  Set a label
196
192
 
@@ -211,13 +207,10 @@ end
211
207
  api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
212
208
  rpm_package_langpacks_href = 'rpm_package_langpacks_href_example' # String |
213
209
  set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
214
- opts = {
215
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
216
- }
217
210
 
218
211
  begin
219
212
  # Set a label
220
- result = api_instance.set_label(rpm_package_langpacks_href, set_label, opts)
213
+ result = api_instance.set_label(rpm_package_langpacks_href, set_label)
221
214
  p result
222
215
  rescue PulpRpmClient::ApiError => e
223
216
  puts "Error when calling ContentPackagelangpacksApi->set_label: #{e}"
@@ -228,12 +221,12 @@ end
228
221
 
229
222
  This returns an Array which contains the response data, status code and headers.
230
223
 
231
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_langpacks_href, set_label, opts)
224
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_langpacks_href, set_label)
232
225
 
233
226
  ```ruby
234
227
  begin
235
228
  # Set a label
236
- data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_langpacks_href, set_label, opts)
229
+ data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_langpacks_href, set_label)
237
230
  p status_code # => 2xx
238
231
  p headers # => { ... }
239
232
  p data # => <SetLabelResponse>
@@ -248,7 +241,6 @@ end
248
241
  | ---- | ---- | ----------- | ----- |
249
242
  | **rpm_package_langpacks_href** | **String** | | |
250
243
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
251
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
252
244
 
253
245
  ### Return type
254
246
 
@@ -266,7 +258,7 @@ end
266
258
 
267
259
  ## unset_label
268
260
 
269
- > <UnsetLabelResponse> unset_label(rpm_package_langpacks_href, unset_label, opts)
261
+ > <UnsetLabelResponse> unset_label(rpm_package_langpacks_href, unset_label)
270
262
 
271
263
  Unset a label
272
264
 
@@ -287,13 +279,10 @@ end
287
279
  api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
288
280
  rpm_package_langpacks_href = 'rpm_package_langpacks_href_example' # String |
289
281
  unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
290
- opts = {
291
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
292
- }
293
282
 
294
283
  begin
295
284
  # Unset a label
296
- result = api_instance.unset_label(rpm_package_langpacks_href, unset_label, opts)
285
+ result = api_instance.unset_label(rpm_package_langpacks_href, unset_label)
297
286
  p result
298
287
  rescue PulpRpmClient::ApiError => e
299
288
  puts "Error when calling ContentPackagelangpacksApi->unset_label: #{e}"
@@ -304,12 +293,12 @@ end
304
293
 
305
294
  This returns an Array which contains the response data, status code and headers.
306
295
 
307
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_langpacks_href, unset_label, opts)
296
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_langpacks_href, unset_label)
308
297
 
309
298
  ```ruby
310
299
  begin
311
300
  # Unset a label
312
- data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_langpacks_href, unset_label, opts)
301
+ data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_langpacks_href, unset_label)
313
302
  p status_code # => 2xx
314
303
  p headers # => { ... }
315
304
  p data # => <UnsetLabelResponse>
@@ -324,7 +313,6 @@ end
324
313
  | ---- | ---- | ----------- | ----- |
325
314
  | **rpm_package_langpacks_href** | **String** | | |
326
315
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
327
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
328
316
 
329
317
  ### Return type
330
318
 
@@ -33,7 +33,6 @@ end
33
33
 
34
34
  api_instance = PulpRpmClient::ContentPackagesApi.new
35
35
  opts = {
36
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
36
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
37
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
39
38
  artifact: 'artifact_example', # String | Artifact file representing the physical content
@@ -74,7 +73,6 @@ end
74
73
 
75
74
  | Name | Type | Description | Notes |
76
75
  | ---- | ---- | ----------- | ----- |
77
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
78
76
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
79
77
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
80
78
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
@@ -119,7 +117,6 @@ end
119
117
 
120
118
  api_instance = PulpRpmClient::ContentPackagesApi.new
121
119
  opts = {
122
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
123
120
  arch: 'arch_example', # String | Filter results where arch matches value
124
121
  arch__contains: 'arch__contains_example', # String | Filter results where arch contains value
125
122
  arch__in: ['inner_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
@@ -195,7 +192,6 @@ end
195
192
 
196
193
  | Name | Type | Description | Notes |
197
194
  | ---- | ---- | ----------- | ----- |
198
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
199
195
  | **arch** | **String** | Filter results where arch matches value | [optional] |
200
196
  | **arch__contains** | **String** | Filter results where arch contains value | [optional] |
201
197
  | **arch__in** | [**Array&lt;String&gt;**](String.md) | Filter results where arch is in a comma-separated list of values | [optional] |
@@ -276,7 +272,6 @@ end
276
272
  api_instance = PulpRpmClient::ContentPackagesApi.new
277
273
  rpm_package_href = 'rpm_package_href_example' # String |
278
274
  opts = {
279
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
280
275
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
281
276
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
282
277
  }
@@ -313,7 +308,6 @@ end
313
308
  | Name | Type | Description | Notes |
314
309
  | ---- | ---- | ----------- | ----- |
315
310
  | **rpm_package_href** | **String** | | |
316
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
317
311
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
318
312
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
319
313
 
@@ -333,7 +327,7 @@ end
333
327
 
334
328
  ## set_label
335
329
 
336
- > <SetLabelResponse> set_label(rpm_package_href, set_label, opts)
330
+ > <SetLabelResponse> set_label(rpm_package_href, set_label)
337
331
 
338
332
  Set a label
339
333
 
@@ -354,13 +348,10 @@ end
354
348
  api_instance = PulpRpmClient::ContentPackagesApi.new
355
349
  rpm_package_href = 'rpm_package_href_example' # String |
356
350
  set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
357
- opts = {
358
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
359
- }
360
351
 
361
352
  begin
362
353
  # Set a label
363
- result = api_instance.set_label(rpm_package_href, set_label, opts)
354
+ result = api_instance.set_label(rpm_package_href, set_label)
364
355
  p result
365
356
  rescue PulpRpmClient::ApiError => e
366
357
  puts "Error when calling ContentPackagesApi->set_label: #{e}"
@@ -371,12 +362,12 @@ end
371
362
 
372
363
  This returns an Array which contains the response data, status code and headers.
373
364
 
374
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_href, set_label, opts)
365
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_href, set_label)
375
366
 
376
367
  ```ruby
377
368
  begin
378
369
  # Set a label
379
- data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_href, set_label, opts)
370
+ data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_href, set_label)
380
371
  p status_code # => 2xx
381
372
  p headers # => { ... }
382
373
  p data # => <SetLabelResponse>
@@ -391,7 +382,6 @@ end
391
382
  | ---- | ---- | ----------- | ----- |
392
383
  | **rpm_package_href** | **String** | | |
393
384
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
394
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
395
385
 
396
386
  ### Return type
397
387
 
@@ -409,7 +399,7 @@ end
409
399
 
410
400
  ## unset_label
411
401
 
412
- > <UnsetLabelResponse> unset_label(rpm_package_href, unset_label, opts)
402
+ > <UnsetLabelResponse> unset_label(rpm_package_href, unset_label)
413
403
 
414
404
  Unset a label
415
405
 
@@ -430,13 +420,10 @@ end
430
420
  api_instance = PulpRpmClient::ContentPackagesApi.new
431
421
  rpm_package_href = 'rpm_package_href_example' # String |
432
422
  unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
433
- opts = {
434
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
435
- }
436
423
 
437
424
  begin
438
425
  # Unset a label
439
- result = api_instance.unset_label(rpm_package_href, unset_label, opts)
426
+ result = api_instance.unset_label(rpm_package_href, unset_label)
440
427
  p result
441
428
  rescue PulpRpmClient::ApiError => e
442
429
  puts "Error when calling ContentPackagesApi->unset_label: #{e}"
@@ -447,12 +434,12 @@ end
447
434
 
448
435
  This returns an Array which contains the response data, status code and headers.
449
436
 
450
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_href, unset_label, opts)
437
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_href, unset_label)
451
438
 
452
439
  ```ruby
453
440
  begin
454
441
  # Unset a label
455
- data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_href, unset_label, opts)
442
+ data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_href, unset_label)
456
443
  p status_code # => 2xx
457
444
  p headers # => { ... }
458
445
  p data # => <UnsetLabelResponse>
@@ -467,7 +454,6 @@ end
467
454
  | ---- | ---- | ----------- | ----- |
468
455
  | **rpm_package_href** | **String** | | |
469
456
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
470
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
471
457
 
472
458
  ### Return type
473
459