pulp_deb_client 3.5.2 → 3.6.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 (79) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContentGenericContentsApi.md +22 -8
  4. data/docs/ContentInstallerFileIndicesApi.md +28 -12
  5. data/docs/ContentInstallerPackagesApi.md +22 -8
  6. data/docs/ContentPackageIndicesApi.md +28 -12
  7. data/docs/ContentPackageReleaseComponentsApi.md +28 -12
  8. data/docs/ContentPackagesApi.md +22 -8
  9. data/docs/ContentReleaseArchitecturesApi.md +28 -12
  10. data/docs/ContentReleaseComponentsApi.md +28 -12
  11. data/docs/ContentReleaseFilesApi.md +28 -12
  12. data/docs/ContentReleasesApi.md +28 -12
  13. data/docs/ContentSourceIndicesApi.md +28 -12
  14. data/docs/ContentSourcePackagesApi.md +28 -12
  15. data/docs/ContentSourceReleaseComponentsApi.md +28 -12
  16. data/docs/DebAptDistribution.md +3 -1
  17. data/docs/DebAptDistributionResponse.md +3 -1
  18. data/docs/DebAptPublication.md +2 -0
  19. data/docs/DebAptPublicationResponse.md +2 -0
  20. data/docs/DebCopyApi.md +8 -4
  21. data/docs/DistributionsAptApi.md +72 -32
  22. data/docs/PatcheddebAptDistribution.md +3 -1
  23. data/docs/PublicationsAptApi.md +40 -16
  24. data/docs/PublicationsVerbatimApi.md +40 -16
  25. data/docs/RemotesAptApi.md +72 -32
  26. data/docs/RepositoriesAptApi.md +88 -40
  27. data/docs/RepositoriesAptVersionsApi.md +22 -10
  28. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +15 -0
  29. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +15 -0
  30. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +15 -0
  31. data/lib/pulp_deb_client/api/content_package_indices_api.rb +15 -0
  32. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +15 -0
  33. data/lib/pulp_deb_client/api/content_packages_api.rb +15 -0
  34. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +15 -0
  35. data/lib/pulp_deb_client/api/content_release_components_api.rb +15 -0
  36. data/lib/pulp_deb_client/api/content_release_files_api.rb +15 -0
  37. data/lib/pulp_deb_client/api/content_releases_api.rb +15 -0
  38. data/lib/pulp_deb_client/api/content_source_indices_api.rb +15 -0
  39. data/lib/pulp_deb_client/api/content_source_packages_api.rb +15 -0
  40. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +15 -0
  41. data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
  42. data/lib/pulp_deb_client/api/distributions_apt_api.rb +36 -0
  43. data/lib/pulp_deb_client/api/publications_apt_api.rb +24 -0
  44. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +24 -0
  45. data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
  46. data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
  47. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
  48. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +14 -5
  49. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +14 -5
  50. data/lib/pulp_deb_client/models/deb_apt_publication.rb +10 -1
  51. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +10 -1
  52. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +14 -5
  53. data/lib/pulp_deb_client/version.rb +1 -1
  54. data/spec/api/content_generic_contents_api_spec.rb +5 -0
  55. data/spec/api/content_installer_file_indices_api_spec.rb +5 -0
  56. data/spec/api/content_installer_packages_api_spec.rb +5 -0
  57. data/spec/api/content_package_indices_api_spec.rb +5 -0
  58. data/spec/api/content_package_release_components_api_spec.rb +5 -0
  59. data/spec/api/content_packages_api_spec.rb +5 -0
  60. data/spec/api/content_release_architectures_api_spec.rb +5 -0
  61. data/spec/api/content_release_components_api_spec.rb +5 -0
  62. data/spec/api/content_release_files_api_spec.rb +5 -0
  63. data/spec/api/content_releases_api_spec.rb +5 -0
  64. data/spec/api/content_source_indices_api_spec.rb +5 -0
  65. data/spec/api/content_source_packages_api_spec.rb +5 -0
  66. data/spec/api/content_source_release_components_api_spec.rb +5 -0
  67. data/spec/api/deb_copy_api_spec.rb +1 -0
  68. data/spec/api/distributions_apt_api_spec.rb +12 -0
  69. data/spec/api/publications_apt_api_spec.rb +8 -0
  70. data/spec/api/publications_verbatim_api_spec.rb +8 -0
  71. data/spec/api/remotes_apt_api_spec.rb +12 -0
  72. data/spec/api/repositories_apt_api_spec.rb +14 -0
  73. data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
  74. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  75. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  76. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  77. data/spec/models/deb_apt_publication_spec.rb +6 -0
  78. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  79. metadata +75 -75
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e780b0fe826e87c9d44466cb12d652352877eef1d6f281f8e1589b0aeb18c862
4
- data.tar.gz: 2568cd6035c457cec8e7a5c2cc1588c1170bfa86886e5f852dc9099d6fc28b21
3
+ metadata.gz: 5b5c9eda83663141208cf80e538f913f5546144c8d1d9013ff7facb2bcafae93
4
+ data.tar.gz: 2a1ba44b0cbe81980b589ba337d2aa2358b3655d64a8cb239f4d024d08a242a7
5
5
  SHA512:
6
- metadata.gz: c2a240cf3518888a6ef310f8c740bad05b010390bb8329e199293a3dfd302d3b4044803b07a281b83befad84c841103a2dca2fd4b643227769d505a81da880f7
7
- data.tar.gz: 18113d8c32ba64a43661f4990ff88e21cb5e83bab2d53df618b52b285c79467ac02e371cd0f78d6070ab186ba6079768130ca223a404c932eca7faa0961e6793
6
+ metadata.gz: 349586bb775e4b4891e911d6aebb34d5552329cafd27a44506f7c49a5f4746849193955a3b483d36c76a68f3ba864d867f99bc5ce478278cade979e46308beba
7
+ data.tar.gz: 52690baec593210c3e14877099e22a284a67ce91416dcfdc8b16b09782a431a4982cecc12ced766f0eca1b68441b5df8caa2e84721f2efc683ae3ad368605d65
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.5.2
10
+ - Package version: 3.6.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_deb_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_deb_client-3.5.2.gem
28
+ gem install ./pulp_deb_client-3.6.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_deb_client-3.5.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_deb_client-3.6.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_deb_client', '~> 3.5.2'
37
+ gem 'pulp_deb_client', '~> 3.6.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -70,6 +70,7 @@ end
70
70
  api_instance = PulpDebClient::ContentGenericContentsApi.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.
73
74
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
74
75
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
75
76
  artifact: 'artifact_example', # String | Artifact file representing the physical content
@@ -34,6 +34,7 @@ end
34
34
  api_instance = PulpDebClient::ContentGenericContentsApi.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.
37
38
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
39
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
39
40
  artifact: 'artifact_example', # String | Artifact file representing the physical content
@@ -74,6 +75,7 @@ end
74
75
  | Name | Type | Description | Notes |
75
76
  | ---- | ---- | ----------- | ----- |
76
77
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
78
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
77
79
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
78
80
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
79
81
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
@@ -117,6 +119,7 @@ end
117
119
 
118
120
  api_instance = PulpDebClient::ContentGenericContentsApi.new
119
121
  opts = {
122
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
120
123
  limit: 56, # Integer | Number of results to return per page.
121
124
  offset: 56, # Integer | The initial index from which to return the results.
122
125
  ordering: ['-pk'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -166,6 +169,7 @@ end
166
169
 
167
170
  | Name | Type | Description | Notes |
168
171
  | ---- | ---- | ----------- | ----- |
172
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
169
173
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
170
174
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
171
175
  | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -220,6 +224,7 @@ end
220
224
  api_instance = PulpDebClient::ContentGenericContentsApi.new
221
225
  deb_generic_content_href = 'deb_generic_content_href_example' # String |
222
226
  opts = {
227
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
223
228
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
224
229
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
225
230
  }
@@ -256,6 +261,7 @@ end
256
261
  | Name | Type | Description | Notes |
257
262
  | ---- | ---- | ----------- | ----- |
258
263
  | **deb_generic_content_href** | **String** | | |
264
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
259
265
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
260
266
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
261
267
 
@@ -275,7 +281,7 @@ end
275
281
 
276
282
  ## set_label
277
283
 
278
- > <SetLabelResponse> set_label(deb_generic_content_href, set_label)
284
+ > <SetLabelResponse> set_label(deb_generic_content_href, set_label, opts)
279
285
 
280
286
  Set a label
281
287
 
@@ -296,10 +302,13 @@ end
296
302
  api_instance = PulpDebClient::ContentGenericContentsApi.new
297
303
  deb_generic_content_href = 'deb_generic_content_href_example' # String |
298
304
  set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
305
+ opts = {
306
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
307
+ }
299
308
 
300
309
  begin
301
310
  # Set a label
302
- result = api_instance.set_label(deb_generic_content_href, set_label)
311
+ result = api_instance.set_label(deb_generic_content_href, set_label, opts)
303
312
  p result
304
313
  rescue PulpDebClient::ApiError => e
305
314
  puts "Error when calling ContentGenericContentsApi->set_label: #{e}"
@@ -310,12 +319,12 @@ end
310
319
 
311
320
  This returns an Array which contains the response data, status code and headers.
312
321
 
313
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_generic_content_href, set_label)
322
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_generic_content_href, set_label, opts)
314
323
 
315
324
  ```ruby
316
325
  begin
317
326
  # Set a label
318
- data, status_code, headers = api_instance.set_label_with_http_info(deb_generic_content_href, set_label)
327
+ data, status_code, headers = api_instance.set_label_with_http_info(deb_generic_content_href, set_label, opts)
319
328
  p status_code # => 2xx
320
329
  p headers # => { ... }
321
330
  p data # => <SetLabelResponse>
@@ -330,6 +339,7 @@ end
330
339
  | ---- | ---- | ----------- | ----- |
331
340
  | **deb_generic_content_href** | **String** | | |
332
341
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
342
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
333
343
 
334
344
  ### Return type
335
345
 
@@ -347,7 +357,7 @@ end
347
357
 
348
358
  ## unset_label
349
359
 
350
- > <UnsetLabelResponse> unset_label(deb_generic_content_href, unset_label)
360
+ > <UnsetLabelResponse> unset_label(deb_generic_content_href, unset_label, opts)
351
361
 
352
362
  Unset a label
353
363
 
@@ -368,10 +378,13 @@ end
368
378
  api_instance = PulpDebClient::ContentGenericContentsApi.new
369
379
  deb_generic_content_href = 'deb_generic_content_href_example' # String |
370
380
  unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
381
+ opts = {
382
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
383
+ }
371
384
 
372
385
  begin
373
386
  # Unset a label
374
- result = api_instance.unset_label(deb_generic_content_href, unset_label)
387
+ result = api_instance.unset_label(deb_generic_content_href, unset_label, opts)
375
388
  p result
376
389
  rescue PulpDebClient::ApiError => e
377
390
  puts "Error when calling ContentGenericContentsApi->unset_label: #{e}"
@@ -382,12 +395,12 @@ end
382
395
 
383
396
  This returns an Array which contains the response data, status code and headers.
384
397
 
385
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_generic_content_href, unset_label)
398
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_generic_content_href, unset_label, opts)
386
399
 
387
400
  ```ruby
388
401
  begin
389
402
  # Unset a label
390
- data, status_code, headers = api_instance.unset_label_with_http_info(deb_generic_content_href, unset_label)
403
+ data, status_code, headers = api_instance.unset_label_with_http_info(deb_generic_content_href, unset_label, opts)
391
404
  p status_code # => 2xx
392
405
  p headers # => { ... }
393
406
  p data # => <UnsetLabelResponse>
@@ -402,6 +415,7 @@ end
402
415
  | ---- | ---- | ----------- | ----- |
403
416
  | **deb_generic_content_href** | **String** | | |
404
417
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
418
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
405
419
 
406
420
  ### Return type
407
421
 
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost:24817*
13
13
 
14
14
  ## create
15
15
 
16
- > <DebInstallerFileIndexResponse> create(deb_installer_file_index)
16
+ > <DebInstallerFileIndexResponse> create(deb_installer_file_index, opts)
17
17
 
18
18
  Create an installer file index
19
19
 
@@ -33,10 +33,13 @@ end
33
33
 
34
34
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
35
35
  deb_installer_file_index = PulpDebClient::DebInstallerFileIndex.new({artifacts: 3.56, component: 'component_example', architecture: 'architecture_example'}) # DebInstallerFileIndex |
36
+ opts = {
37
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
+ }
36
39
 
37
40
  begin
38
41
  # Create an installer file index
39
- result = api_instance.create(deb_installer_file_index)
42
+ result = api_instance.create(deb_installer_file_index, opts)
40
43
  p result
41
44
  rescue PulpDebClient::ApiError => e
42
45
  puts "Error when calling ContentInstallerFileIndicesApi->create: #{e}"
@@ -47,12 +50,12 @@ end
47
50
 
48
51
  This returns an Array which contains the response data, status code and headers.
49
52
 
50
- > <Array(<DebInstallerFileIndexResponse>, Integer, Hash)> create_with_http_info(deb_installer_file_index)
53
+ > <Array(<DebInstallerFileIndexResponse>, Integer, Hash)> create_with_http_info(deb_installer_file_index, opts)
51
54
 
52
55
  ```ruby
53
56
  begin
54
57
  # Create an installer file index
55
- data, status_code, headers = api_instance.create_with_http_info(deb_installer_file_index)
58
+ data, status_code, headers = api_instance.create_with_http_info(deb_installer_file_index, opts)
56
59
  p status_code # => 2xx
57
60
  p headers # => { ... }
58
61
  p data # => <DebInstallerFileIndexResponse>
@@ -66,6 +69,7 @@ end
66
69
  | Name | Type | Description | Notes |
67
70
  | ---- | ---- | ----------- | ----- |
68
71
  | **deb_installer_file_index** | [**DebInstallerFileIndex**](DebInstallerFileIndex.md) | | |
72
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
69
73
 
70
74
  ### Return type
71
75
 
@@ -103,6 +107,7 @@ end
103
107
 
104
108
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
105
109
  opts = {
110
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
106
111
  architecture: 'architecture_example', # String | Filter results where architecture matches value
107
112
  component: 'component_example', # String | Filter results where component matches value
108
113
  limit: 56, # Integer | Number of results to return per page.
@@ -154,6 +159,7 @@ end
154
159
 
155
160
  | Name | Type | Description | Notes |
156
161
  | ---- | ---- | ----------- | ----- |
162
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
157
163
  | **architecture** | **String** | Filter results where architecture matches value | [optional] |
158
164
  | **component** | **String** | Filter results where component matches value | [optional] |
159
165
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
@@ -210,6 +216,7 @@ end
210
216
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
211
217
  deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
212
218
  opts = {
219
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
213
220
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
214
221
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
215
222
  }
@@ -246,6 +253,7 @@ end
246
253
  | Name | Type | Description | Notes |
247
254
  | ---- | ---- | ----------- | ----- |
248
255
  | **deb_installer_file_index_href** | **String** | | |
256
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
249
257
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
250
258
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
251
259
 
@@ -265,7 +273,7 @@ end
265
273
 
266
274
  ## set_label
267
275
 
268
- > <SetLabelResponse> set_label(deb_installer_file_index_href, set_label)
276
+ > <SetLabelResponse> set_label(deb_installer_file_index_href, set_label, opts)
269
277
 
270
278
  Set a label
271
279
 
@@ -286,10 +294,13 @@ end
286
294
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
287
295
  deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
288
296
  set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
297
+ opts = {
298
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
299
+ }
289
300
 
290
301
  begin
291
302
  # Set a label
292
- result = api_instance.set_label(deb_installer_file_index_href, set_label)
303
+ result = api_instance.set_label(deb_installer_file_index_href, set_label, opts)
293
304
  p result
294
305
  rescue PulpDebClient::ApiError => e
295
306
  puts "Error when calling ContentInstallerFileIndicesApi->set_label: #{e}"
@@ -300,12 +311,12 @@ end
300
311
 
301
312
  This returns an Array which contains the response data, status code and headers.
302
313
 
303
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_installer_file_index_href, set_label)
314
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_installer_file_index_href, set_label, opts)
304
315
 
305
316
  ```ruby
306
317
  begin
307
318
  # Set a label
308
- data, status_code, headers = api_instance.set_label_with_http_info(deb_installer_file_index_href, set_label)
319
+ data, status_code, headers = api_instance.set_label_with_http_info(deb_installer_file_index_href, set_label, opts)
309
320
  p status_code # => 2xx
310
321
  p headers # => { ... }
311
322
  p data # => <SetLabelResponse>
@@ -320,6 +331,7 @@ end
320
331
  | ---- | ---- | ----------- | ----- |
321
332
  | **deb_installer_file_index_href** | **String** | | |
322
333
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
334
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
323
335
 
324
336
  ### Return type
325
337
 
@@ -337,7 +349,7 @@ end
337
349
 
338
350
  ## unset_label
339
351
 
340
- > <UnsetLabelResponse> unset_label(deb_installer_file_index_href, unset_label)
352
+ > <UnsetLabelResponse> unset_label(deb_installer_file_index_href, unset_label, opts)
341
353
 
342
354
  Unset a label
343
355
 
@@ -358,10 +370,13 @@ end
358
370
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
359
371
  deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
360
372
  unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
373
+ opts = {
374
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
375
+ }
361
376
 
362
377
  begin
363
378
  # Unset a label
364
- result = api_instance.unset_label(deb_installer_file_index_href, unset_label)
379
+ result = api_instance.unset_label(deb_installer_file_index_href, unset_label, opts)
365
380
  p result
366
381
  rescue PulpDebClient::ApiError => e
367
382
  puts "Error when calling ContentInstallerFileIndicesApi->unset_label: #{e}"
@@ -372,12 +387,12 @@ end
372
387
 
373
388
  This returns an Array which contains the response data, status code and headers.
374
389
 
375
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_installer_file_index_href, unset_label)
390
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_installer_file_index_href, unset_label, opts)
376
391
 
377
392
  ```ruby
378
393
  begin
379
394
  # Unset a label
380
- data, status_code, headers = api_instance.unset_label_with_http_info(deb_installer_file_index_href, unset_label)
395
+ data, status_code, headers = api_instance.unset_label_with_http_info(deb_installer_file_index_href, unset_label, opts)
381
396
  p status_code # => 2xx
382
397
  p headers # => { ... }
383
398
  p data # => <UnsetLabelResponse>
@@ -392,6 +407,7 @@ end
392
407
  | ---- | ---- | ----------- | ----- |
393
408
  | **deb_installer_file_index_href** | **String** | | |
394
409
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
410
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
395
411
 
396
412
  ### Return type
397
413
 
@@ -33,6 +33,7 @@ end
33
33
 
34
34
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
35
35
  opts = {
36
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
37
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
37
38
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
38
39
  artifact: 'artifact_example', # String | Artifact file representing the physical content
@@ -73,6 +74,7 @@ end
73
74
 
74
75
  | Name | Type | Description | Notes |
75
76
  | ---- | ---- | ----------- | ----- |
77
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
76
78
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
77
79
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
78
80
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
@@ -117,6 +119,7 @@ end
117
119
 
118
120
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
119
121
  opts = {
122
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
120
123
  architecture: 'architecture_example', # String | Filter results where architecture matches value
121
124
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
122
125
  build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
@@ -181,6 +184,7 @@ end
181
184
 
182
185
  | Name | Type | Description | Notes |
183
186
  | ---- | ---- | ----------- | ----- |
187
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
184
188
  | **architecture** | **String** | Filter results where architecture matches value | [optional] |
185
189
  | **auto_built_package** | **String** | Filter results where auto_built_package matches value | [optional] |
186
190
  | **build_essential** | **Boolean** | Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no | [optional] |
@@ -250,6 +254,7 @@ end
250
254
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
251
255
  deb_installer_package_href = 'deb_installer_package_href_example' # String |
252
256
  opts = {
257
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
253
258
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
254
259
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
255
260
  }
@@ -286,6 +291,7 @@ end
286
291
  | Name | Type | Description | Notes |
287
292
  | ---- | ---- | ----------- | ----- |
288
293
  | **deb_installer_package_href** | **String** | | |
294
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
289
295
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
290
296
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
291
297
 
@@ -305,7 +311,7 @@ end
305
311
 
306
312
  ## set_label
307
313
 
308
- > <SetLabelResponse> set_label(deb_installer_package_href, set_label)
314
+ > <SetLabelResponse> set_label(deb_installer_package_href, set_label, opts)
309
315
 
310
316
  Set a label
311
317
 
@@ -326,10 +332,13 @@ end
326
332
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
327
333
  deb_installer_package_href = 'deb_installer_package_href_example' # String |
328
334
  set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
335
+ opts = {
336
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
337
+ }
329
338
 
330
339
  begin
331
340
  # Set a label
332
- result = api_instance.set_label(deb_installer_package_href, set_label)
341
+ result = api_instance.set_label(deb_installer_package_href, set_label, opts)
333
342
  p result
334
343
  rescue PulpDebClient::ApiError => e
335
344
  puts "Error when calling ContentInstallerPackagesApi->set_label: #{e}"
@@ -340,12 +349,12 @@ end
340
349
 
341
350
  This returns an Array which contains the response data, status code and headers.
342
351
 
343
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_installer_package_href, set_label)
352
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_installer_package_href, set_label, opts)
344
353
 
345
354
  ```ruby
346
355
  begin
347
356
  # Set a label
348
- data, status_code, headers = api_instance.set_label_with_http_info(deb_installer_package_href, set_label)
357
+ data, status_code, headers = api_instance.set_label_with_http_info(deb_installer_package_href, set_label, opts)
349
358
  p status_code # => 2xx
350
359
  p headers # => { ... }
351
360
  p data # => <SetLabelResponse>
@@ -360,6 +369,7 @@ end
360
369
  | ---- | ---- | ----------- | ----- |
361
370
  | **deb_installer_package_href** | **String** | | |
362
371
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
372
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
363
373
 
364
374
  ### Return type
365
375
 
@@ -377,7 +387,7 @@ end
377
387
 
378
388
  ## unset_label
379
389
 
380
- > <UnsetLabelResponse> unset_label(deb_installer_package_href, unset_label)
390
+ > <UnsetLabelResponse> unset_label(deb_installer_package_href, unset_label, opts)
381
391
 
382
392
  Unset a label
383
393
 
@@ -398,10 +408,13 @@ end
398
408
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
399
409
  deb_installer_package_href = 'deb_installer_package_href_example' # String |
400
410
  unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
411
+ opts = {
412
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
413
+ }
401
414
 
402
415
  begin
403
416
  # Unset a label
404
- result = api_instance.unset_label(deb_installer_package_href, unset_label)
417
+ result = api_instance.unset_label(deb_installer_package_href, unset_label, opts)
405
418
  p result
406
419
  rescue PulpDebClient::ApiError => e
407
420
  puts "Error when calling ContentInstallerPackagesApi->unset_label: #{e}"
@@ -412,12 +425,12 @@ end
412
425
 
413
426
  This returns an Array which contains the response data, status code and headers.
414
427
 
415
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_installer_package_href, unset_label)
428
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_installer_package_href, unset_label, opts)
416
429
 
417
430
  ```ruby
418
431
  begin
419
432
  # Unset a label
420
- data, status_code, headers = api_instance.unset_label_with_http_info(deb_installer_package_href, unset_label)
433
+ data, status_code, headers = api_instance.unset_label_with_http_info(deb_installer_package_href, unset_label, opts)
421
434
  p status_code # => 2xx
422
435
  p headers # => { ... }
423
436
  p data # => <UnsetLabelResponse>
@@ -432,6 +445,7 @@ end
432
445
  | ---- | ---- | ----------- | ----- |
433
446
  | **deb_installer_package_href** | **String** | | |
434
447
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
448
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
435
449
 
436
450
  ### Return type
437
451
 
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost:24817*
13
13
 
14
14
  ## create
15
15
 
16
- > <DebPackageIndexResponse> create(deb_package_index)
16
+ > <DebPackageIndexResponse> create(deb_package_index, opts)
17
17
 
18
18
  Create a package index
19
19
 
@@ -33,10 +33,13 @@ end
33
33
 
34
34
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
35
35
  deb_package_index = PulpDebClient::DebPackageIndex.new({artifacts: 3.56}) # DebPackageIndex |
36
+ opts = {
37
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
+ }
36
39
 
37
40
  begin
38
41
  # Create a package index
39
- result = api_instance.create(deb_package_index)
42
+ result = api_instance.create(deb_package_index, opts)
40
43
  p result
41
44
  rescue PulpDebClient::ApiError => e
42
45
  puts "Error when calling ContentPackageIndicesApi->create: #{e}"
@@ -47,12 +50,12 @@ end
47
50
 
48
51
  This returns an Array which contains the response data, status code and headers.
49
52
 
50
- > <Array(<DebPackageIndexResponse>, Integer, Hash)> create_with_http_info(deb_package_index)
53
+ > <Array(<DebPackageIndexResponse>, Integer, Hash)> create_with_http_info(deb_package_index, opts)
51
54
 
52
55
  ```ruby
53
56
  begin
54
57
  # Create a package index
55
- data, status_code, headers = api_instance.create_with_http_info(deb_package_index)
58
+ data, status_code, headers = api_instance.create_with_http_info(deb_package_index, opts)
56
59
  p status_code # => 2xx
57
60
  p headers # => { ... }
58
61
  p data # => <DebPackageIndexResponse>
@@ -66,6 +69,7 @@ end
66
69
  | Name | Type | Description | Notes |
67
70
  | ---- | ---- | ----------- | ----- |
68
71
  | **deb_package_index** | [**DebPackageIndex**](DebPackageIndex.md) | | |
72
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
69
73
 
70
74
  ### Return type
71
75
 
@@ -103,6 +107,7 @@ end
103
107
 
104
108
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
105
109
  opts = {
110
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
106
111
  architecture: 'architecture_example', # String | Filter results where architecture matches value
107
112
  component: 'component_example', # String | Filter results where component matches value
108
113
  limit: 56, # Integer | Number of results to return per page.
@@ -154,6 +159,7 @@ end
154
159
 
155
160
  | Name | Type | Description | Notes |
156
161
  | ---- | ---- | ----------- | ----- |
162
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
157
163
  | **architecture** | **String** | Filter results where architecture matches value | [optional] |
158
164
  | **component** | **String** | Filter results where component matches value | [optional] |
159
165
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
@@ -210,6 +216,7 @@ end
210
216
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
211
217
  deb_package_index_href = 'deb_package_index_href_example' # String |
212
218
  opts = {
219
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
213
220
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
214
221
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
215
222
  }
@@ -246,6 +253,7 @@ end
246
253
  | Name | Type | Description | Notes |
247
254
  | ---- | ---- | ----------- | ----- |
248
255
  | **deb_package_index_href** | **String** | | |
256
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
249
257
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
250
258
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
251
259
 
@@ -265,7 +273,7 @@ end
265
273
 
266
274
  ## set_label
267
275
 
268
- > <SetLabelResponse> set_label(deb_package_index_href, set_label)
276
+ > <SetLabelResponse> set_label(deb_package_index_href, set_label, opts)
269
277
 
270
278
  Set a label
271
279
 
@@ -286,10 +294,13 @@ end
286
294
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
287
295
  deb_package_index_href = 'deb_package_index_href_example' # String |
288
296
  set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
297
+ opts = {
298
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
299
+ }
289
300
 
290
301
  begin
291
302
  # Set a label
292
- result = api_instance.set_label(deb_package_index_href, set_label)
303
+ result = api_instance.set_label(deb_package_index_href, set_label, opts)
293
304
  p result
294
305
  rescue PulpDebClient::ApiError => e
295
306
  puts "Error when calling ContentPackageIndicesApi->set_label: #{e}"
@@ -300,12 +311,12 @@ end
300
311
 
301
312
  This returns an Array which contains the response data, status code and headers.
302
313
 
303
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_package_index_href, set_label)
314
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_package_index_href, set_label, opts)
304
315
 
305
316
  ```ruby
306
317
  begin
307
318
  # Set a label
308
- data, status_code, headers = api_instance.set_label_with_http_info(deb_package_index_href, set_label)
319
+ data, status_code, headers = api_instance.set_label_with_http_info(deb_package_index_href, set_label, opts)
309
320
  p status_code # => 2xx
310
321
  p headers # => { ... }
311
322
  p data # => <SetLabelResponse>
@@ -320,6 +331,7 @@ end
320
331
  | ---- | ---- | ----------- | ----- |
321
332
  | **deb_package_index_href** | **String** | | |
322
333
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
334
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
323
335
 
324
336
  ### Return type
325
337
 
@@ -337,7 +349,7 @@ end
337
349
 
338
350
  ## unset_label
339
351
 
340
- > <UnsetLabelResponse> unset_label(deb_package_index_href, unset_label)
352
+ > <UnsetLabelResponse> unset_label(deb_package_index_href, unset_label, opts)
341
353
 
342
354
  Unset a label
343
355
 
@@ -358,10 +370,13 @@ end
358
370
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
359
371
  deb_package_index_href = 'deb_package_index_href_example' # String |
360
372
  unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
373
+ opts = {
374
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
375
+ }
361
376
 
362
377
  begin
363
378
  # Unset a label
364
- result = api_instance.unset_label(deb_package_index_href, unset_label)
379
+ result = api_instance.unset_label(deb_package_index_href, unset_label, opts)
365
380
  p result
366
381
  rescue PulpDebClient::ApiError => e
367
382
  puts "Error when calling ContentPackageIndicesApi->unset_label: #{e}"
@@ -372,12 +387,12 @@ end
372
387
 
373
388
  This returns an Array which contains the response data, status code and headers.
374
389
 
375
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_package_index_href, unset_label)
390
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_package_index_href, unset_label, opts)
376
391
 
377
392
  ```ruby
378
393
  begin
379
394
  # Unset a label
380
- data, status_code, headers = api_instance.unset_label_with_http_info(deb_package_index_href, unset_label)
395
+ data, status_code, headers = api_instance.unset_label_with_http_info(deb_package_index_href, unset_label, opts)
381
396
  p status_code # => 2xx
382
397
  p headers # => { ... }
383
398
  p data # => <UnsetLabelResponse>
@@ -392,6 +407,7 @@ end
392
407
  | ---- | ---- | ----------- | ----- |
393
408
  | **deb_package_index_href** | **String** | | |
394
409
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
410
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
395
411
 
396
412
  ### Return type
397
413