pulp_deb_client 3.5.1 → 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 (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -4
  3. data/docs/ContentGenericContentsApi.md +166 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +170 -6
  5. data/docs/ContentInstallerPackagesApi.md +166 -2
  6. data/docs/ContentPackageIndicesApi.md +170 -6
  7. data/docs/ContentPackageReleaseComponentsApi.md +170 -6
  8. data/docs/ContentPackagesApi.md +166 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +170 -6
  10. data/docs/ContentReleaseComponentsApi.md +170 -6
  11. data/docs/ContentReleaseFilesApi.md +170 -6
  12. data/docs/ContentReleasesApi.md +170 -6
  13. data/docs/ContentSourceIndicesApi.md +170 -6
  14. data/docs/ContentSourcePackagesApi.md +170 -6
  15. data/docs/ContentSourceReleaseComponentsApi.md +170 -6
  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/DebGenericContentResponse.md +2 -0
  22. data/docs/DebInstallerFileIndex.md +2 -0
  23. data/docs/DebInstallerFileIndexResponse.md +2 -0
  24. data/docs/DebInstallerPackageResponse.md +2 -0
  25. data/docs/DebPackageIndex.md +2 -0
  26. data/docs/DebPackageIndexResponse.md +2 -0
  27. data/docs/DebPackageReleaseComponent.md +2 -0
  28. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  29. data/docs/DebPackageResponse.md +2 -0
  30. data/docs/DebRelease.md +2 -0
  31. data/docs/DebReleaseArchitecture.md +2 -0
  32. data/docs/DebReleaseArchitectureResponse.md +2 -0
  33. data/docs/DebReleaseComponent.md +2 -0
  34. data/docs/DebReleaseComponentResponse.md +2 -0
  35. data/docs/DebReleaseFile.md +2 -0
  36. data/docs/DebReleaseFileResponse.md +2 -0
  37. data/docs/DebReleaseResponse.md +2 -0
  38. data/docs/DebSourceIndex.md +2 -0
  39. data/docs/DebSourceIndexResponse.md +2 -0
  40. data/docs/DebSourcePackage.md +2 -0
  41. data/docs/DebSourcePackageReleaseComponent.md +2 -0
  42. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  43. data/docs/DebSourcePackageResponse.md +2 -0
  44. data/docs/DistributionsAptApi.md +76 -34
  45. data/docs/PatcheddebAptDistribution.md +3 -1
  46. data/docs/PublicationsAptApi.md +44 -18
  47. data/docs/PublicationsVerbatimApi.md +44 -18
  48. data/docs/RemotesAptApi.md +72 -32
  49. data/docs/RepositoriesAptApi.md +88 -40
  50. data/docs/RepositoriesAptVersionsApi.md +22 -10
  51. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +172 -3
  52. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +169 -3
  53. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +172 -3
  54. data/lib/pulp_deb_client/api/content_package_indices_api.rb +169 -3
  55. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +169 -3
  56. data/lib/pulp_deb_client/api/content_packages_api.rb +172 -3
  57. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +169 -3
  58. data/lib/pulp_deb_client/api/content_release_components_api.rb +169 -3
  59. data/lib/pulp_deb_client/api/content_release_files_api.rb +169 -3
  60. data/lib/pulp_deb_client/api/content_releases_api.rb +169 -3
  61. data/lib/pulp_deb_client/api/content_source_indices_api.rb +169 -3
  62. data/lib/pulp_deb_client/api/content_source_packages_api.rb +169 -3
  63. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +169 -3
  64. data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
  65. data/lib/pulp_deb_client/api/distributions_apt_api.rb +42 -3
  66. data/lib/pulp_deb_client/api/publications_apt_api.rb +30 -3
  67. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +30 -3
  68. data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
  69. data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
  70. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
  71. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +14 -5
  72. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +14 -5
  73. data/lib/pulp_deb_client/models/deb_apt_publication.rb +10 -1
  74. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +10 -1
  75. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +13 -1
  76. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +13 -1
  77. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +13 -1
  78. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +13 -1
  79. data/lib/pulp_deb_client/models/deb_package_index.rb +13 -1
  80. data/lib/pulp_deb_client/models/deb_package_index_response.rb +13 -1
  81. data/lib/pulp_deb_client/models/deb_package_release_component.rb +13 -1
  82. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +13 -1
  83. data/lib/pulp_deb_client/models/deb_package_response.rb +13 -1
  84. data/lib/pulp_deb_client/models/deb_release.rb +13 -1
  85. data/lib/pulp_deb_client/models/deb_release_architecture.rb +13 -1
  86. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +13 -1
  87. data/lib/pulp_deb_client/models/deb_release_component.rb +13 -1
  88. data/lib/pulp_deb_client/models/deb_release_component_response.rb +13 -1
  89. data/lib/pulp_deb_client/models/deb_release_file.rb +13 -1
  90. data/lib/pulp_deb_client/models/deb_release_file_response.rb +13 -1
  91. data/lib/pulp_deb_client/models/deb_release_response.rb +13 -1
  92. data/lib/pulp_deb_client/models/deb_source_index.rb +13 -1
  93. data/lib/pulp_deb_client/models/deb_source_index_response.rb +13 -1
  94. data/lib/pulp_deb_client/models/deb_source_package.rb +13 -1
  95. data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +13 -1
  96. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +13 -1
  97. data/lib/pulp_deb_client/models/deb_source_package_response.rb +13 -1
  98. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +14 -5
  99. data/lib/pulp_deb_client/models/unset_label.rb +1 -1
  100. data/lib/pulp_deb_client/models/unset_label_response.rb +1 -1
  101. data/lib/pulp_deb_client/version.rb +1 -1
  102. data/pulp_deb_client.gemspec +0 -1
  103. data/spec/api/content_generic_contents_api_spec.rb +34 -1
  104. data/spec/api/content_installer_file_indices_api_spec.rb +33 -1
  105. data/spec/api/content_installer_packages_api_spec.rb +34 -1
  106. data/spec/api/content_package_indices_api_spec.rb +33 -1
  107. data/spec/api/content_package_release_components_api_spec.rb +33 -1
  108. data/spec/api/content_packages_api_spec.rb +34 -1
  109. data/spec/api/content_release_architectures_api_spec.rb +33 -1
  110. data/spec/api/content_release_components_api_spec.rb +33 -1
  111. data/spec/api/content_release_files_api_spec.rb +33 -1
  112. data/spec/api/content_releases_api_spec.rb +33 -1
  113. data/spec/api/content_source_indices_api_spec.rb +33 -1
  114. data/spec/api/content_source_packages_api_spec.rb +33 -1
  115. data/spec/api/content_source_release_components_api_spec.rb +33 -1
  116. data/spec/api/deb_copy_api_spec.rb +1 -0
  117. data/spec/api/distributions_apt_api_spec.rb +14 -1
  118. data/spec/api/publications_apt_api_spec.rb +10 -1
  119. data/spec/api/publications_verbatim_api_spec.rb +10 -1
  120. data/spec/api/remotes_apt_api_spec.rb +12 -0
  121. data/spec/api/repositories_apt_api_spec.rb +14 -0
  122. data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
  123. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  124. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  125. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  126. data/spec/models/deb_apt_publication_spec.rb +6 -0
  127. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  128. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  129. data/spec/models/deb_installer_file_index_spec.rb +6 -0
  130. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  131. data/spec/models/deb_package_index_response_spec.rb +6 -0
  132. data/spec/models/deb_package_index_spec.rb +6 -0
  133. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  134. data/spec/models/deb_package_release_component_spec.rb +6 -0
  135. data/spec/models/deb_package_response_spec.rb +6 -0
  136. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  137. data/spec/models/deb_release_architecture_spec.rb +6 -0
  138. data/spec/models/deb_release_component_response_spec.rb +6 -0
  139. data/spec/models/deb_release_component_spec.rb +6 -0
  140. data/spec/models/deb_release_file_response_spec.rb +6 -0
  141. data/spec/models/deb_release_file_spec.rb +6 -0
  142. data/spec/models/deb_release_response_spec.rb +6 -0
  143. data/spec/models/deb_release_spec.rb +6 -0
  144. data/spec/models/deb_source_index_response_spec.rb +6 -0
  145. data/spec/models/deb_source_index_spec.rb +6 -0
  146. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  147. data/spec/models/deb_source_package_release_component_spec.rb +6 -0
  148. data/spec/models/deb_source_package_response_spec.rb +6 -0
  149. data/spec/models/deb_source_package_spec.rb +6 -0
  150. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  151. metadata +76 -96
@@ -7,11 +7,13 @@ All URIs are relative to *http://localhost:24817*
7
7
  | [**create**](ContentSourceReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/source_release_components/ | Create a source package release component |
8
8
  | [**list**](ContentSourceReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/source_release_components/ | List source package release components |
9
9
  | [**read**](ContentSourceReleaseComponentsApi.md#read) | **GET** {deb_source_package_release_component_href} | Inspect a source package release component |
10
+ | [**set_label**](ContentSourceReleaseComponentsApi.md#set_label) | **POST** {deb_source_package_release_component_href}set_label/ | Set a label |
11
+ | [**unset_label**](ContentSourceReleaseComponentsApi.md#unset_label) | **POST** {deb_source_package_release_component_href}unset_label/ | Unset a label |
10
12
 
11
13
 
12
14
  ## create
13
15
 
14
- > <DebSourcePackageReleaseComponentResponse> create(deb_source_package_release_component)
16
+ > <DebSourcePackageReleaseComponentResponse> create(deb_source_package_release_component, opts)
15
17
 
16
18
  Create a source package release component
17
19
 
@@ -31,10 +33,13 @@ end
31
33
 
32
34
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
33
35
  deb_source_package_release_component = PulpDebClient::DebSourcePackageReleaseComponent.new({source_package: 'source_package_example', release_component: 'release_component_example'}) # DebSourcePackageReleaseComponent |
36
+ opts = {
37
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
+ }
34
39
 
35
40
  begin
36
41
  # Create a source package release component
37
- result = api_instance.create(deb_source_package_release_component)
42
+ result = api_instance.create(deb_source_package_release_component, opts)
38
43
  p result
39
44
  rescue PulpDebClient::ApiError => e
40
45
  puts "Error when calling ContentSourceReleaseComponentsApi->create: #{e}"
@@ -45,12 +50,12 @@ end
45
50
 
46
51
  This returns an Array which contains the response data, status code and headers.
47
52
 
48
- > <Array(<DebSourcePackageReleaseComponentResponse>, Integer, Hash)> create_with_http_info(deb_source_package_release_component)
53
+ > <Array(<DebSourcePackageReleaseComponentResponse>, Integer, Hash)> create_with_http_info(deb_source_package_release_component, opts)
49
54
 
50
55
  ```ruby
51
56
  begin
52
57
  # Create a source package release component
53
- data, status_code, headers = api_instance.create_with_http_info(deb_source_package_release_component)
58
+ data, status_code, headers = api_instance.create_with_http_info(deb_source_package_release_component, opts)
54
59
  p status_code # => 2xx
55
60
  p headers # => { ... }
56
61
  p data # => <DebSourcePackageReleaseComponentResponse>
@@ -64,6 +69,7 @@ end
64
69
  | Name | Type | Description | Notes |
65
70
  | ---- | ---- | ----------- | ----- |
66
71
  | **deb_source_package_release_component** | [**DebSourcePackageReleaseComponent**](DebSourcePackageReleaseComponent.md) | | |
72
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
67
73
 
68
74
  ### Return type
69
75
 
@@ -101,13 +107,15 @@ end
101
107
 
102
108
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
103
109
  opts = {
110
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
104
111
  limit: 56, # Integer | Number of results to return per page.
105
112
  offset: 56, # Integer | The initial index from which to return the results.
106
- 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) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
113
+ 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) * `pk` - Pk * `-pk` - Pk (descending)
107
114
  orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
108
115
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
109
116
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
110
117
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
118
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
111
119
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
112
120
  release_component: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where release_component matches value
113
121
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
@@ -149,13 +157,15 @@ end
149
157
 
150
158
  | Name | Type | Description | Notes |
151
159
  | ---- | ---- | ----------- | ----- |
160
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
152
161
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
153
162
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
154
- | **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;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
163
+ | **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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
155
164
  | **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
156
165
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
157
166
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
158
167
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
168
+ | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
159
169
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
160
170
  | **release_component** | **String** | Filter results where release_component matches value | [optional] |
161
171
  | **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
@@ -202,6 +212,7 @@ end
202
212
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
203
213
  deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
204
214
  opts = {
215
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
205
216
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
206
217
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
207
218
  }
@@ -238,6 +249,7 @@ end
238
249
  | Name | Type | Description | Notes |
239
250
  | ---- | ---- | ----------- | ----- |
240
251
  | **deb_source_package_release_component_href** | **String** | | |
252
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
241
253
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
242
254
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
243
255
 
@@ -254,3 +266,155 @@ end
254
266
  - **Content-Type**: Not defined
255
267
  - **Accept**: application/json
256
268
 
269
+
270
+ ## set_label
271
+
272
+ > <SetLabelResponse> set_label(deb_source_package_release_component_href, set_label, opts)
273
+
274
+ Set a label
275
+
276
+ Set a single pulp_label on the object to a specific value or null.
277
+
278
+ ### Examples
279
+
280
+ ```ruby
281
+ require 'time'
282
+ require 'pulp_deb_client'
283
+ # setup authorization
284
+ PulpDebClient.configure do |config|
285
+ # Configure HTTP basic authorization: basicAuth
286
+ config.username = 'YOUR USERNAME'
287
+ config.password = 'YOUR PASSWORD'
288
+ end
289
+
290
+ api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
291
+ deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
292
+ set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
293
+ opts = {
294
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
295
+ }
296
+
297
+ begin
298
+ # Set a label
299
+ result = api_instance.set_label(deb_source_package_release_component_href, set_label, opts)
300
+ p result
301
+ rescue PulpDebClient::ApiError => e
302
+ puts "Error when calling ContentSourceReleaseComponentsApi->set_label: #{e}"
303
+ end
304
+ ```
305
+
306
+ #### Using the set_label_with_http_info variant
307
+
308
+ This returns an Array which contains the response data, status code and headers.
309
+
310
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_source_package_release_component_href, set_label, opts)
311
+
312
+ ```ruby
313
+ begin
314
+ # Set a label
315
+ data, status_code, headers = api_instance.set_label_with_http_info(deb_source_package_release_component_href, set_label, opts)
316
+ p status_code # => 2xx
317
+ p headers # => { ... }
318
+ p data # => <SetLabelResponse>
319
+ rescue PulpDebClient::ApiError => e
320
+ puts "Error when calling ContentSourceReleaseComponentsApi->set_label_with_http_info: #{e}"
321
+ end
322
+ ```
323
+
324
+ ### Parameters
325
+
326
+ | Name | Type | Description | Notes |
327
+ | ---- | ---- | ----------- | ----- |
328
+ | **deb_source_package_release_component_href** | **String** | | |
329
+ | **set_label** | [**SetLabel**](SetLabel.md) | | |
330
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
331
+
332
+ ### Return type
333
+
334
+ [**SetLabelResponse**](SetLabelResponse.md)
335
+
336
+ ### Authorization
337
+
338
+ [basicAuth](../README.md#basicAuth)
339
+
340
+ ### HTTP request headers
341
+
342
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
343
+ - **Accept**: application/json
344
+
345
+
346
+ ## unset_label
347
+
348
+ > <UnsetLabelResponse> unset_label(deb_source_package_release_component_href, unset_label, opts)
349
+
350
+ Unset a label
351
+
352
+ Unset a single pulp_label on the object.
353
+
354
+ ### Examples
355
+
356
+ ```ruby
357
+ require 'time'
358
+ require 'pulp_deb_client'
359
+ # setup authorization
360
+ PulpDebClient.configure do |config|
361
+ # Configure HTTP basic authorization: basicAuth
362
+ config.username = 'YOUR USERNAME'
363
+ config.password = 'YOUR PASSWORD'
364
+ end
365
+
366
+ api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
367
+ deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
368
+ unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
369
+ opts = {
370
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
371
+ }
372
+
373
+ begin
374
+ # Unset a label
375
+ result = api_instance.unset_label(deb_source_package_release_component_href, unset_label, opts)
376
+ p result
377
+ rescue PulpDebClient::ApiError => e
378
+ puts "Error when calling ContentSourceReleaseComponentsApi->unset_label: #{e}"
379
+ end
380
+ ```
381
+
382
+ #### Using the unset_label_with_http_info variant
383
+
384
+ This returns an Array which contains the response data, status code and headers.
385
+
386
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_source_package_release_component_href, unset_label, opts)
387
+
388
+ ```ruby
389
+ begin
390
+ # Unset a label
391
+ data, status_code, headers = api_instance.unset_label_with_http_info(deb_source_package_release_component_href, unset_label, opts)
392
+ p status_code # => 2xx
393
+ p headers # => { ... }
394
+ p data # => <UnsetLabelResponse>
395
+ rescue PulpDebClient::ApiError => e
396
+ puts "Error when calling ContentSourceReleaseComponentsApi->unset_label_with_http_info: #{e}"
397
+ end
398
+ ```
399
+
400
+ ### Parameters
401
+
402
+ | Name | Type | Description | Notes |
403
+ | ---- | ---- | ----------- | ----- |
404
+ | **deb_source_package_release_component_href** | **String** | | |
405
+ | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
406
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
407
+
408
+ ### Return type
409
+
410
+ [**UnsetLabelResponse**](UnsetLabelResponse.md)
411
+
412
+ ### Authorization
413
+
414
+ [basicAuth](../README.md#basicAuth)
415
+
416
+ ### HTTP request headers
417
+
418
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
419
+ - **Accept**: application/json
420
+
@@ -11,6 +11,7 @@
11
11
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
13
  | **publication** | **String** | Publication to be served | [optional] |
14
+ | **checkpoint** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = PulpDebClient::DebAptDistribution.new(
24
25
  pulp_labels: null,
25
26
  name: null,
26
27
  repository: null,
27
- publication: null
28
+ publication: null,
29
+ checkpoint: null
28
30
  )
29
31
  ```
30
32
 
@@ -17,6 +17,7 @@
17
17
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
18
18
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
19
19
  | **publication** | **String** | Publication to be served | [optional] |
20
+ | **checkpoint** | **Boolean** | | [optional] |
20
21
 
21
22
  ## Example
22
23
 
@@ -36,7 +37,8 @@ instance = PulpDebClient::DebAptDistributionResponse.new(
36
37
  pulp_labels: null,
37
38
  name: null,
38
39
  repository: null,
39
- publication: null
40
+ publication: null,
41
+ checkpoint: null
40
42
  )
41
43
  ```
42
44
 
@@ -8,6 +8,7 @@
8
8
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
9
9
  | **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional][default to false] |
10
10
  | **structured** | **Boolean** | Activate structured publishing mode. | [optional][default to true] |
11
+ | **checkpoint** | **Boolean** | | [optional] |
11
12
  | **signing_service** | **String** | Sign Release files with this signing key | [optional] |
12
13
  | **publish_upstream_release_fields** | **Boolean** | | [optional] |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebAptPublication.new(
21
22
  repository: null,
22
23
  simple: null,
23
24
  structured: null,
25
+ checkpoint: null,
24
26
  signing_service: null,
25
27
  publish_upstream_release_fields: null
26
28
  )
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
13
13
  | **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional][default to false] |
14
14
  | **structured** | **Boolean** | Activate structured publishing mode. | [optional][default to true] |
15
+ | **checkpoint** | **Boolean** | | [optional] |
15
16
  | **signing_service** | **String** | Sign Release files with this signing key | [optional] |
16
17
  | **publish_upstream_release_fields** | **Boolean** | | [optional] |
17
18
 
@@ -29,6 +30,7 @@ instance = PulpDebClient::DebAptPublicationResponse.new(
29
30
  repository: null,
30
31
  simple: null,
31
32
  structured: null,
33
+ checkpoint: null,
32
34
  signing_service: null,
33
35
  publish_upstream_release_fields: null
34
36
  )
data/docs/DebCopyApi.md CHANGED
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## copy_content
11
11
 
12
- > <AsyncOperationResponse> copy_content(copy)
12
+ > <AsyncOperationResponse> copy_content(copy, opts)
13
13
 
14
14
  Copy content
15
15
 
@@ -29,10 +29,13 @@ end
29
29
 
30
30
  api_instance = PulpDebClient::DebCopyApi.new
31
31
  copy = PulpDebClient::Copy.new({config: 3.56}) # Copy |
32
+ opts = {
33
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
34
+ }
32
35
 
33
36
  begin
34
37
  # Copy content
35
- result = api_instance.copy_content(copy)
38
+ result = api_instance.copy_content(copy, opts)
36
39
  p result
37
40
  rescue PulpDebClient::ApiError => e
38
41
  puts "Error when calling DebCopyApi->copy_content: #{e}"
@@ -43,12 +46,12 @@ end
43
46
 
44
47
  This returns an Array which contains the response data, status code and headers.
45
48
 
46
- > <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy)
49
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy, opts)
47
50
 
48
51
  ```ruby
49
52
  begin
50
53
  # Copy content
51
- data, status_code, headers = api_instance.copy_content_with_http_info(copy)
54
+ data, status_code, headers = api_instance.copy_content_with_http_info(copy, opts)
52
55
  p status_code # => 2xx
53
56
  p headers # => { ... }
54
57
  p data # => <AsyncOperationResponse>
@@ -62,6 +65,7 @@ end
62
65
  | Name | Type | Description | Notes |
63
66
  | ---- | ---- | ----------- | ----- |
64
67
  | **copy** | [**Copy**](Copy.md) | | |
68
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
65
69
 
66
70
  ### Return type
67
71
 
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
13
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
13
14
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -27,6 +28,7 @@ instance = PulpDebClient::DebGenericContentResponse.new(
27
28
  prn: null,
28
29
  pulp_created: null,
29
30
  pulp_last_updated: null,
31
+ pulp_labels: null,
30
32
  artifact: null,
31
33
  relative_path: null,
32
34
  md5: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
9
10
  | **component** | **String** | Component of the component - architecture combination. | |
10
11
  | **architecture** | **String** | Architecture of the component - architecture combination. | |
@@ -17,6 +18,7 @@ require 'pulp_deb_client'
17
18
 
18
19
  instance = PulpDebClient::DebInstallerFileIndex.new(
19
20
  repository: null,
21
+ pulp_labels: null,
20
22
  artifacts: null,
21
23
  component: null,
22
24
  architecture: null,
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
12
13
  | **component** | **String** | Component of the component - architecture combination. | |
13
14
  | **architecture** | **String** | Architecture of the component - architecture combination. | |
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebInstallerFileIndexResponse.new(
23
24
  prn: null,
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
27
+ pulp_labels: null,
26
28
  artifacts: null,
27
29
  component: null,
28
30
  architecture: null,
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
13
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
13
14
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -56,6 +57,7 @@ instance = PulpDebClient::DebInstallerPackageResponse.new(
56
57
  prn: null,
57
58
  pulp_created: null,
58
59
  pulp_last_updated: null,
60
+ pulp_labels: null,
59
61
  artifact: null,
60
62
  relative_path: null,
61
63
  md5: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
9
10
  | **component** | **String** | Component of the component - architecture combination. | [optional] |
10
11
  | **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
@@ -17,6 +18,7 @@ require 'pulp_deb_client'
17
18
 
18
19
  instance = PulpDebClient::DebPackageIndex.new(
19
20
  repository: null,
21
+ pulp_labels: null,
20
22
  artifacts: null,
21
23
  component: null,
22
24
  architecture: null,
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
12
13
  | **component** | **String** | Component of the component - architecture combination. | [optional] |
13
14
  | **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebPackageIndexResponse.new(
23
24
  prn: null,
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
27
+ pulp_labels: null,
26
28
  artifacts: null,
27
29
  component: null,
28
30
  architecture: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **package** | **String** | Package that is contained in release_comonent. | |
9
10
  | **release_component** | **String** | ReleaseComponent this package is contained in. | |
10
11
 
@@ -15,6 +16,7 @@ require 'pulp_deb_client'
15
16
 
16
17
  instance = PulpDebClient::DebPackageReleaseComponent.new(
17
18
  repository: null,
19
+ pulp_labels: null,
18
20
  package: null,
19
21
  release_component: null
20
22
  )
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **package** | **String** | Package that is contained in release_comonent. | |
12
13
  | **release_component** | **String** | ReleaseComponent this package is contained in. | |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
21
22
  prn: null,
22
23
  pulp_created: null,
23
24
  pulp_last_updated: null,
25
+ pulp_labels: null,
24
26
  package: null,
25
27
  release_component: null
26
28
  )
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
13
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
13
14
  | **distribution** | **String** | Name of the distribution. | [optional] |
@@ -58,6 +59,7 @@ instance = PulpDebClient::DebPackageResponse.new(
58
59
  prn: null,
59
60
  pulp_created: null,
60
61
  pulp_last_updated: null,
62
+ pulp_labels: null,
61
63
  artifact: null,
62
64
  relative_path: null,
63
65
  distribution: null,
data/docs/DebRelease.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **codename** | **String** | | |
9
10
  | **suite** | **String** | | |
10
11
  | **distribution** | **String** | | |
@@ -22,6 +23,7 @@ require 'pulp_deb_client'
22
23
 
23
24
  instance = PulpDebClient::DebRelease.new(
24
25
  repository: null,
26
+ pulp_labels: null,
25
27
  codename: null,
26
28
  suite: null,
27
29
  distribution: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **architecture** | **String** | Name of the architecture. | |
9
10
  | **distribution** | **String** | Name of the distribution. | |
10
11
 
@@ -15,6 +16,7 @@ require 'pulp_deb_client'
15
16
 
16
17
  instance = PulpDebClient::DebReleaseArchitecture.new(
17
18
  repository: null,
19
+ pulp_labels: null,
18
20
  architecture: null,
19
21
  distribution: null
20
22
  )
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **architecture** | **String** | Name of the architecture. | |
12
13
  | **distribution** | **String** | Name of the distribution. | |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebReleaseArchitectureResponse.new(
21
22
  prn: null,
22
23
  pulp_created: null,
23
24
  pulp_last_updated: null,
25
+ pulp_labels: null,
24
26
  architecture: null,
25
27
  distribution: null
26
28
  )
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **component** | **String** | Name of the component. | |
9
10
  | **distribution** | **String** | Name of the distribution. | |
10
11
 
@@ -15,6 +16,7 @@ require 'pulp_deb_client'
15
16
 
16
17
  instance = PulpDebClient::DebReleaseComponent.new(
17
18
  repository: null,
19
+ pulp_labels: null,
18
20
  component: null,
19
21
  distribution: null
20
22
  )
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **component** | **String** | Name of the component. | |
12
13
  | **distribution** | **String** | Name of the distribution. | |
13
14
  | **plain_component** | **String** | Name of the component without any path prefixes. | [optional][readonly] |
@@ -22,6 +23,7 @@ instance = PulpDebClient::DebReleaseComponentResponse.new(
22
23
  prn: null,
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
26
+ pulp_labels: null,
25
27
  component: null,
26
28
  distribution: null,
27
29
  plain_component: null
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
9
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
9
10
  | **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional] |
10
11
  | **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional] |
@@ -18,6 +19,7 @@ require 'pulp_deb_client'
18
19
 
19
20
  instance = PulpDebClient::DebReleaseFile.new(
20
21
  repository: null,
22
+ pulp_labels: null,
21
23
  artifacts: null,
22
24
  codename: null,
23
25
  suite: null,
@@ -8,6 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
12
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
12
13
  | **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional] |
13
14
  | **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional] |
@@ -24,6 +25,7 @@ instance = PulpDebClient::DebReleaseFileResponse.new(
24
25
  prn: null,
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
28
+ pulp_labels: null,
27
29
  artifacts: null,
28
30
  codename: null,
29
31
  suite: null,