pulp_deb_client 2.3.0b1 → 2.4.0b1

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 (133) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -8
  3. data/docs/ContentGenericContentsApi.md +5 -5
  4. data/docs/ContentInstallerFileIndicesApi.md +5 -5
  5. data/docs/ContentInstallerPackagesApi.md +5 -5
  6. data/docs/ContentPackageIndicesApi.md +5 -5
  7. data/docs/ContentPackageReleaseComponentsApi.md +5 -5
  8. data/docs/ContentPackagesApi.md +5 -5
  9. data/docs/ContentReleaseArchitecturesApi.md +5 -5
  10. data/docs/ContentReleaseComponentsApi.md +5 -5
  11. data/docs/ContentReleaseFilesApi.md +5 -5
  12. data/docs/ContentReleasesApi.md +5 -5
  13. data/docs/{DebBasePackage.md → DebBasePackageRead.md} +2 -2
  14. data/docs/DebDebDistributionRead.md +29 -0
  15. data/docs/DebDebPublicationRead.md +29 -0
  16. data/docs/DebDebRemote.md +7 -3
  17. data/docs/DebDebRemoteRead.md +57 -0
  18. data/docs/DebDebRepositoryRead.md +27 -0
  19. data/docs/{DebGenericContent.md → DebGenericContentRead.md} +2 -2
  20. data/docs/DebInstallerFileIndexRead.md +29 -0
  21. data/docs/DebPackageIndexRead.md +29 -0
  22. data/docs/DebPackageReleaseComponentRead.md +23 -0
  23. data/docs/DebReleaseArchitectureRead.md +23 -0
  24. data/docs/DebReleaseComponentRead.md +23 -0
  25. data/docs/DebReleaseFileRead.md +29 -0
  26. data/docs/DebReleaseRead.md +25 -0
  27. data/docs/DebVerbatimPublicationRead.md +23 -0
  28. data/docs/DistributionsAptApi.md +3 -3
  29. data/docs/InlineResponse200.md +1 -1
  30. data/docs/InlineResponse2001.md +1 -1
  31. data/docs/InlineResponse20010.md +1 -1
  32. data/docs/InlineResponse20011.md +1 -1
  33. data/docs/InlineResponse20012.md +1 -1
  34. data/docs/InlineResponse20013.md +1 -1
  35. data/docs/InlineResponse20014.md +1 -1
  36. data/docs/InlineResponse2002.md +1 -1
  37. data/docs/InlineResponse2003.md +1 -1
  38. data/docs/InlineResponse2004.md +1 -1
  39. data/docs/InlineResponse2005.md +1 -1
  40. data/docs/InlineResponse2006.md +1 -1
  41. data/docs/InlineResponse2007.md +1 -1
  42. data/docs/InlineResponse2008.md +1 -1
  43. data/docs/InlineResponse2009.md +1 -1
  44. data/docs/PublicationsAptApi.md +3 -3
  45. data/docs/PublicationsVerbatimApi.md +3 -3
  46. data/docs/RemotesAptApi.md +5 -5
  47. data/docs/RepositoriesAptApi.md +10 -10
  48. data/docs/RepositoriesDebVersionsApi.md +3 -3
  49. data/docs/RepositoryVersionRead.md +25 -0
  50. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +5 -5
  51. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  52. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +5 -5
  53. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  54. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  55. data/lib/pulp_deb_client/api/content_packages_api.rb +5 -5
  56. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  57. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  58. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  59. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  60. data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
  61. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
  62. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  63. data/lib/pulp_deb_client/api/remotes_apt_api.rb +6 -6
  64. data/lib/pulp_deb_client/api/repositories_apt_api.rb +15 -15
  65. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
  66. data/lib/pulp_deb_client/configuration.rb +2 -2
  67. data/lib/pulp_deb_client/models/{deb_base_package.rb → deb_base_package_read.rb} +3 -3
  68. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +331 -0
  69. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +269 -0
  70. data/lib/pulp_deb_client/models/deb_deb_remote.rb +56 -4
  71. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +670 -0
  72. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +294 -0
  73. data/lib/pulp_deb_client/models/{deb_generic_content.rb → deb_generic_content_read.rb} +3 -3
  74. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +341 -0
  75. data/lib/pulp_deb_client/models/deb_package_index_read.rb +341 -0
  76. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +246 -0
  77. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +265 -0
  78. data/lib/pulp_deb_client/models/deb_release_component_read.rb +265 -0
  79. data/lib/pulp_deb_client/models/deb_release_file_read.rb +342 -0
  80. data/lib/pulp_deb_client/models/deb_release_read.rb +315 -0
  81. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +235 -0
  82. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  83. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  84. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  85. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  86. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  87. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  88. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  89. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  90. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  91. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  92. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  93. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  94. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  95. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  96. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  97. data/lib/pulp_deb_client/models/repository_version_read.rb +244 -0
  98. data/lib/pulp_deb_client/version.rb +1 -1
  99. data/lib/pulp_deb_client.rb +15 -2
  100. data/spec/api/content_generic_contents_api_spec.rb +2 -2
  101. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  102. data/spec/api/content_installer_packages_api_spec.rb +2 -2
  103. data/spec/api/content_package_indices_api_spec.rb +2 -2
  104. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  105. data/spec/api/content_packages_api_spec.rb +2 -2
  106. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  107. data/spec/api/content_release_components_api_spec.rb +2 -2
  108. data/spec/api/content_release_files_api_spec.rb +2 -2
  109. data/spec/api/content_releases_api_spec.rb +2 -2
  110. data/spec/api/distributions_apt_api_spec.rb +1 -1
  111. data/spec/api/publications_apt_api_spec.rb +1 -1
  112. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  113. data/spec/api/remotes_apt_api_spec.rb +2 -2
  114. data/spec/api/repositories_apt_api_spec.rb +6 -6
  115. data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
  116. data/spec/configuration_spec.rb +3 -3
  117. data/spec/models/{deb_base_package_spec.rb → deb_base_package_read_spec.rb} +6 -6
  118. data/spec/models/deb_deb_distribution_read_spec.rb +77 -0
  119. data/spec/models/deb_deb_publication_read_spec.rb +77 -0
  120. data/spec/models/deb_deb_remote_read_spec.rb +165 -0
  121. data/spec/models/deb_deb_remote_spec.rb +12 -0
  122. data/spec/models/deb_deb_repository_read_spec.rb +71 -0
  123. data/spec/models/{deb_generic_content_spec.rb → deb_generic_content_read_spec.rb} +6 -6
  124. data/spec/models/deb_installer_file_index_read_spec.rb +77 -0
  125. data/spec/models/deb_package_index_read_spec.rb +77 -0
  126. data/spec/models/deb_package_release_component_read_spec.rb +59 -0
  127. data/spec/models/deb_release_architecture_read_spec.rb +59 -0
  128. data/spec/models/deb_release_component_read_spec.rb +59 -0
  129. data/spec/models/deb_release_file_read_spec.rb +77 -0
  130. data/spec/models/deb_release_read_spec.rb +65 -0
  131. data/spec/models/deb_verbatim_publication_read_spec.rb +59 -0
  132. data/spec/models/repository_version_read_spec.rb +65 -0
  133. metadata +62 -10
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RepositoriesAptApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  ## create
19
19
 
20
- > DebDebRepository create(data)
20
+ > DebDebRepositoryRead create(data)
21
21
 
22
22
  Create a deb repository
23
23
 
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
56
56
 
57
57
  ### Return type
58
58
 
59
- [**DebDebRepository**](DebDebRepository.md)
59
+ [**DebDebRepositoryRead**](DebDebRepositoryRead.md)
60
60
 
61
61
  ### Authorization
62
62
 
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
74
74
 
75
75
  Delete a deb repository
76
76
 
77
- Trigger an asynchronous task to delete a repository.
77
+ Trigger an asynchronous delete task
78
78
 
79
79
  ### Example
80
80
 
@@ -245,11 +245,11 @@ Name | Type | Description | Notes
245
245
 
246
246
  ## partial_update
247
247
 
248
- > DebDebRepository partial_update(deb_repository_href, data)
248
+ > AsyncOperationResponse partial_update(deb_repository_href, data)
249
249
 
250
250
  Partially update a deb repository
251
251
 
252
- A ViewSet for DebRepository.
252
+ Trigger an asynchronous partial update task
253
253
 
254
254
  ### Example
255
255
 
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
286
286
 
287
287
  ### Return type
288
288
 
289
- [**DebDebRepository**](DebDebRepository.md)
289
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
290
290
 
291
291
  ### Authorization
292
292
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ## read
302
302
 
303
- > DebDebRepository read(deb_repository_href, opts)
303
+ > DebDebRepositoryRead read(deb_repository_href, opts)
304
304
 
305
305
  Inspect a deb repository
306
306
 
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  ### Return type
347
347
 
348
- [**DebDebRepository**](DebDebRepository.md)
348
+ [**DebDebRepositoryRead**](DebDebRepositoryRead.md)
349
349
 
350
350
  ### Authorization
351
351
 
@@ -418,7 +418,7 @@ Name | Type | Description | Notes
418
418
 
419
419
  Update a deb repository
420
420
 
421
- Trigger an asynchronous task to update a repository.
421
+ Trigger an asynchronous update task
422
422
 
423
423
  ### Example
424
424
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RepositoriesDebVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -157,7 +157,7 @@ Name | Type | Description | Notes
157
157
 
158
158
  ## read
159
159
 
160
- > RepositoryVersion read(apt_repository_version_href, opts)
160
+ > RepositoryVersionRead read(apt_repository_version_href, opts)
161
161
 
162
162
  Inspect a repository version
163
163
 
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
202
202
 
203
203
  ### Return type
204
204
 
205
- [**RepositoryVersion**](RepositoryVersion.md)
205
+ [**RepositoryVersionRead**](RepositoryVersionRead.md)
206
206
 
207
207
  ### Authorization
208
208
 
@@ -0,0 +1,25 @@
1
+ # PulpDebClient::RepositoryVersionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **number** | **Integer** | | [optional] [readonly]
10
+ **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
11
+ **content_summary** | [**ContentSummary**](ContentSummary.md) | | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpDebClient'
17
+
18
+ instance = PulpDebClient::RepositoryVersionRead.new(pulp_href: null,
19
+ pulp_created: null,
20
+ number: null,
21
+ base_version: null,
22
+ content_summary: null)
23
+ ```
24
+
25
+
@@ -24,7 +24,7 @@ module PulpDebClient
24
24
  # @param relative_path [String] Path where the artifact is located relative to distributions base_path
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [String] :artifact Artifact file representing the physical content
27
- # @option opts [File] :file An uploaded file that should be turned into the artifact of the content unit.
27
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
28
28
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
29
29
  # @return [AsyncOperationResponse]
30
30
  def create(relative_path, opts = {})
@@ -37,7 +37,7 @@ module PulpDebClient
37
37
  # @param relative_path [String] Path where the artifact is located relative to distributions base_path
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :artifact Artifact file representing the physical content
40
- # @option opts [File] :file An uploaded file that should be turned into the artifact of the content unit.
40
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
41
41
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
42
42
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
43
43
  def create_with_http_info(relative_path, opts = {})
@@ -189,7 +189,7 @@ module PulpDebClient
189
189
  # @param [Hash] opts the optional parameters
190
190
  # @option opts [String] :fields A list of fields to include in the response.
191
191
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
192
- # @return [DebGenericContent]
192
+ # @return [DebGenericContentRead]
193
193
  def read(generic_content_href, opts = {})
194
194
  data, _status_code, _headers = read_with_http_info(generic_content_href, opts)
195
195
  data
@@ -201,7 +201,7 @@ module PulpDebClient
201
201
  # @param [Hash] opts the optional parameters
202
202
  # @option opts [String] :fields A list of fields to include in the response.
203
203
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
204
- # @return [Array<(DebGenericContent, Integer, Hash)>] DebGenericContent data, response status code and response headers
204
+ # @return [Array<(DebGenericContentRead, Integer, Hash)>] DebGenericContentRead data, response status code and response headers
205
205
  def read_with_http_info(generic_content_href, opts = {})
206
206
  if @api_client.config.debugging
207
207
  @api_client.config.logger.debug 'Calling API: ContentGenericContentsApi.read ...'
@@ -230,7 +230,7 @@ module PulpDebClient
230
230
  post_body = opts[:body]
231
231
 
232
232
  # return_type
233
- return_type = opts[:return_type] || 'DebGenericContent'
233
+ return_type = opts[:return_type] || 'DebGenericContentRead'
234
234
 
235
235
  # auth_names
236
236
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for InstallerFileIndex.
24
24
  # @param data [DebInstallerFileIndex]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebInstallerFileIndex]
26
+ # @return [DebInstallerFileIndexRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for InstallerFileIndex.
34
34
  # @param data [DebInstallerFileIndex]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
36
+ # @return [Array<(DebInstallerFileIndexRead, Integer, Hash)>] DebInstallerFileIndexRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebInstallerFileIndex'
65
+ return_type = opts[:return_type] || 'DebInstallerFileIndexRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -181,7 +181,7 @@ module PulpDebClient
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebInstallerFileIndex]
184
+ # @return [DebInstallerFileIndexRead]
185
185
  def read(installer_file_index_href, opts = {})
186
186
  data, _status_code, _headers = read_with_http_info(installer_file_index_href, opts)
187
187
  data
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
196
+ # @return [Array<(DebInstallerFileIndexRead, Integer, Hash)>] DebInstallerFileIndexRead data, response status code and response headers
197
197
  def read_with_http_info(installer_file_index_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.read ...'
@@ -222,7 +222,7 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebInstallerFileIndex'
225
+ return_type = opts[:return_type] || 'DebInstallerFileIndexRead'
226
226
 
227
227
  # auth_names
228
228
  auth_names = opts[:auth_names] || ['Basic']
@@ -24,7 +24,7 @@ module PulpDebClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :artifact Artifact file representing the physical content
26
26
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
27
- # @option opts [File] :file An uploaded file that should be turned into the artifact of the content unit.
27
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
28
28
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
29
29
  # @return [AsyncOperationResponse]
30
30
  def create(opts = {})
@@ -37,7 +37,7 @@ module PulpDebClient
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :artifact Artifact file representing the physical content
39
39
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
40
- # @option opts [File] :file An uploaded file that should be turned into the artifact of the content unit.
40
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
41
41
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
42
42
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
43
43
  def create_with_http_info(opts = {})
@@ -230,7 +230,7 @@ module PulpDebClient
230
230
  # @param [Hash] opts the optional parameters
231
231
  # @option opts [String] :fields A list of fields to include in the response.
232
232
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
233
- # @return [DebBasePackage]
233
+ # @return [DebBasePackageRead]
234
234
  def read(installer_package_href, opts = {})
235
235
  data, _status_code, _headers = read_with_http_info(installer_package_href, opts)
236
236
  data
@@ -242,7 +242,7 @@ module PulpDebClient
242
242
  # @param [Hash] opts the optional parameters
243
243
  # @option opts [String] :fields A list of fields to include in the response.
244
244
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
245
- # @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
245
+ # @return [Array<(DebBasePackageRead, Integer, Hash)>] DebBasePackageRead data, response status code and response headers
246
246
  def read_with_http_info(installer_package_href, opts = {})
247
247
  if @api_client.config.debugging
248
248
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.read ...'
@@ -271,7 +271,7 @@ module PulpDebClient
271
271
  post_body = opts[:body]
272
272
 
273
273
  # return_type
274
- return_type = opts[:return_type] || 'DebBasePackage'
274
+ return_type = opts[:return_type] || 'DebBasePackageRead'
275
275
 
276
276
  # auth_names
277
277
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for PackageIndex.
24
24
  # @param data [DebPackageIndex]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebPackageIndex]
26
+ # @return [DebPackageIndexRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for PackageIndex.
34
34
  # @param data [DebPackageIndex]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebPackageIndex, Integer, Hash)>] DebPackageIndex data, response status code and response headers
36
+ # @return [Array<(DebPackageIndexRead, Integer, Hash)>] DebPackageIndexRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebPackageIndex'
65
+ return_type = opts[:return_type] || 'DebPackageIndexRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -181,7 +181,7 @@ module PulpDebClient
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebPackageIndex]
184
+ # @return [DebPackageIndexRead]
185
185
  def read(package_index_href, opts = {})
186
186
  data, _status_code, _headers = read_with_http_info(package_index_href, opts)
187
187
  data
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebPackageIndex, Integer, Hash)>] DebPackageIndex data, response status code and response headers
196
+ # @return [Array<(DebPackageIndexRead, Integer, Hash)>] DebPackageIndexRead data, response status code and response headers
197
197
  def read_with_http_info(package_index_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.read ...'
@@ -222,7 +222,7 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebPackageIndex'
225
+ return_type = opts[:return_type] || 'DebPackageIndexRead'
226
226
 
227
227
  # auth_names
228
228
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for PackageReleaseComponent.
24
24
  # @param data [DebPackageReleaseComponent]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebPackageReleaseComponent]
26
+ # @return [DebPackageReleaseComponentRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for PackageReleaseComponent.
34
34
  # @param data [DebPackageReleaseComponent]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebPackageReleaseComponent, Integer, Hash)>] DebPackageReleaseComponent data, response status code and response headers
36
+ # @return [Array<(DebPackageReleaseComponentRead, Integer, Hash)>] DebPackageReleaseComponentRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebPackageReleaseComponent'
65
+ return_type = opts[:return_type] || 'DebPackageReleaseComponentRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -175,7 +175,7 @@ module PulpDebClient
175
175
  # @param [Hash] opts the optional parameters
176
176
  # @option opts [String] :fields A list of fields to include in the response.
177
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
- # @return [DebPackageReleaseComponent]
178
+ # @return [DebPackageReleaseComponentRead]
179
179
  def read(package_release_component_href, opts = {})
180
180
  data, _status_code, _headers = read_with_http_info(package_release_component_href, opts)
181
181
  data
@@ -187,7 +187,7 @@ module PulpDebClient
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
- # @return [Array<(DebPackageReleaseComponent, Integer, Hash)>] DebPackageReleaseComponent data, response status code and response headers
190
+ # @return [Array<(DebPackageReleaseComponentRead, Integer, Hash)>] DebPackageReleaseComponentRead data, response status code and response headers
191
191
  def read_with_http_info(package_release_component_href, opts = {})
192
192
  if @api_client.config.debugging
193
193
  @api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.read ...'
@@ -216,7 +216,7 @@ module PulpDebClient
216
216
  post_body = opts[:body]
217
217
 
218
218
  # return_type
219
- return_type = opts[:return_type] || 'DebPackageReleaseComponent'
219
+ return_type = opts[:return_type] || 'DebPackageReleaseComponentRead'
220
220
 
221
221
  # auth_names
222
222
  auth_names = opts[:auth_names] || ['Basic']
@@ -24,7 +24,7 @@ module PulpDebClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :artifact Artifact file representing the physical content
26
26
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
27
- # @option opts [File] :file An uploaded file that should be turned into the artifact of the content unit.
27
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
28
28
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
29
29
  # @return [AsyncOperationResponse]
30
30
  def create(opts = {})
@@ -37,7 +37,7 @@ module PulpDebClient
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :artifact Artifact file representing the physical content
39
39
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
40
- # @option opts [File] :file An uploaded file that should be turned into the artifact of the content unit.
40
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
41
41
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
42
42
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
43
43
  def create_with_http_info(opts = {})
@@ -233,7 +233,7 @@ module PulpDebClient
233
233
  # @param [Hash] opts the optional parameters
234
234
  # @option opts [String] :fields A list of fields to include in the response.
235
235
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
236
- # @return [DebBasePackage]
236
+ # @return [DebBasePackageRead]
237
237
  def read(package_href, opts = {})
238
238
  data, _status_code, _headers = read_with_http_info(package_href, opts)
239
239
  data
@@ -245,7 +245,7 @@ module PulpDebClient
245
245
  # @param [Hash] opts the optional parameters
246
246
  # @option opts [String] :fields A list of fields to include in the response.
247
247
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
248
- # @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
248
+ # @return [Array<(DebBasePackageRead, Integer, Hash)>] DebBasePackageRead data, response status code and response headers
249
249
  def read_with_http_info(package_href, opts = {})
250
250
  if @api_client.config.debugging
251
251
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.read ...'
@@ -274,7 +274,7 @@ module PulpDebClient
274
274
  post_body = opts[:body]
275
275
 
276
276
  # return_type
277
- return_type = opts[:return_type] || 'DebBasePackage'
277
+ return_type = opts[:return_type] || 'DebBasePackageRead'
278
278
 
279
279
  # auth_names
280
280
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for ReleaseArchitecture.
24
24
  # @param data [DebReleaseArchitecture]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseArchitecture]
26
+ # @return [DebReleaseArchitectureRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for ReleaseArchitecture.
34
34
  # @param data [DebReleaseArchitecture]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseArchitecture, Integer, Hash)>] DebReleaseArchitecture data, response status code and response headers
36
+ # @return [Array<(DebReleaseArchitectureRead, Integer, Hash)>] DebReleaseArchitectureRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseArchitecture'
65
+ return_type = opts[:return_type] || 'DebReleaseArchitectureRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -175,7 +175,7 @@ module PulpDebClient
175
175
  # @param [Hash] opts the optional parameters
176
176
  # @option opts [String] :fields A list of fields to include in the response.
177
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
- # @return [DebReleaseArchitecture]
178
+ # @return [DebReleaseArchitectureRead]
179
179
  def read(release_architecture_href, opts = {})
180
180
  data, _status_code, _headers = read_with_http_info(release_architecture_href, opts)
181
181
  data
@@ -187,7 +187,7 @@ module PulpDebClient
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
- # @return [Array<(DebReleaseArchitecture, Integer, Hash)>] DebReleaseArchitecture data, response status code and response headers
190
+ # @return [Array<(DebReleaseArchitectureRead, Integer, Hash)>] DebReleaseArchitectureRead data, response status code and response headers
191
191
  def read_with_http_info(release_architecture_href, opts = {})
192
192
  if @api_client.config.debugging
193
193
  @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.read ...'
@@ -216,7 +216,7 @@ module PulpDebClient
216
216
  post_body = opts[:body]
217
217
 
218
218
  # return_type
219
- return_type = opts[:return_type] || 'DebReleaseArchitecture'
219
+ return_type = opts[:return_type] || 'DebReleaseArchitectureRead'
220
220
 
221
221
  # auth_names
222
222
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for ReleaseComponent.
24
24
  # @param data [DebReleaseComponent]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseComponent]
26
+ # @return [DebReleaseComponentRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for ReleaseComponent.
34
34
  # @param data [DebReleaseComponent]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseComponent, Integer, Hash)>] DebReleaseComponent data, response status code and response headers
36
+ # @return [Array<(DebReleaseComponentRead, Integer, Hash)>] DebReleaseComponentRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseComponent'
65
+ return_type = opts[:return_type] || 'DebReleaseComponentRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -175,7 +175,7 @@ module PulpDebClient
175
175
  # @param [Hash] opts the optional parameters
176
176
  # @option opts [String] :fields A list of fields to include in the response.
177
177
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
- # @return [DebReleaseComponent]
178
+ # @return [DebReleaseComponentRead]
179
179
  def read(release_component_href, opts = {})
180
180
  data, _status_code, _headers = read_with_http_info(release_component_href, opts)
181
181
  data
@@ -187,7 +187,7 @@ module PulpDebClient
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
- # @return [Array<(DebReleaseComponent, Integer, Hash)>] DebReleaseComponent data, response status code and response headers
190
+ # @return [Array<(DebReleaseComponentRead, Integer, Hash)>] DebReleaseComponentRead data, response status code and response headers
191
191
  def read_with_http_info(release_component_href, opts = {})
192
192
  if @api_client.config.debugging
193
193
  @api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.read ...'
@@ -216,7 +216,7 @@ module PulpDebClient
216
216
  post_body = opts[:body]
217
217
 
218
218
  # return_type
219
- return_type = opts[:return_type] || 'DebReleaseComponent'
219
+ return_type = opts[:return_type] || 'DebReleaseComponentRead'
220
220
 
221
221
  # auth_names
222
222
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for ReleaseFile.
24
24
  # @param data [DebReleaseFile]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebReleaseFile]
26
+ # @return [DebReleaseFileRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for ReleaseFile.
34
34
  # @param data [DebReleaseFile]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebReleaseFile, Integer, Hash)>] DebReleaseFile data, response status code and response headers
36
+ # @return [Array<(DebReleaseFileRead, Integer, Hash)>] DebReleaseFileRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebReleaseFile'
65
+ return_type = opts[:return_type] || 'DebReleaseFileRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -181,7 +181,7 @@ module PulpDebClient
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebReleaseFile]
184
+ # @return [DebReleaseFileRead]
185
185
  def read(release_file_href, opts = {})
186
186
  data, _status_code, _headers = read_with_http_info(release_file_href, opts)
187
187
  data
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebReleaseFile, Integer, Hash)>] DebReleaseFile data, response status code and response headers
196
+ # @return [Array<(DebReleaseFileRead, Integer, Hash)>] DebReleaseFileRead data, response status code and response headers
197
197
  def read_with_http_info(release_file_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.read ...'
@@ -222,7 +222,7 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebReleaseFile'
225
+ return_type = opts[:return_type] || 'DebReleaseFileRead'
226
226
 
227
227
  # auth_names
228
228
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # A ViewSet for Release.
24
24
  # @param data [DebRelease]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebRelease]
26
+ # @return [DebReleaseRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpDebClient
33
33
  # A ViewSet for Release.
34
34
  # @param data [DebRelease]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebRelease, Integer, Hash)>] DebRelease data, response status code and response headers
36
+ # @return [Array<(DebReleaseRead, Integer, Hash)>] DebReleaseRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentReleasesApi.create ...'
@@ -62,7 +62,7 @@ module PulpDebClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebRelease'
65
+ return_type = opts[:return_type] || 'DebReleaseRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -178,7 +178,7 @@ module PulpDebClient
178
178
  # @param [Hash] opts the optional parameters
179
179
  # @option opts [String] :fields A list of fields to include in the response.
180
180
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
181
- # @return [DebRelease]
181
+ # @return [DebReleaseRead]
182
182
  def read(release_href, opts = {})
183
183
  data, _status_code, _headers = read_with_http_info(release_href, opts)
184
184
  data
@@ -190,7 +190,7 @@ module PulpDebClient
190
190
  # @param [Hash] opts the optional parameters
191
191
  # @option opts [String] :fields A list of fields to include in the response.
192
192
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
193
- # @return [Array<(DebRelease, Integer, Hash)>] DebRelease data, response status code and response headers
193
+ # @return [Array<(DebReleaseRead, Integer, Hash)>] DebReleaseRead data, response status code and response headers
194
194
  def read_with_http_info(release_href, opts = {})
195
195
  if @api_client.config.debugging
196
196
  @api_client.config.logger.debug 'Calling API: ContentReleasesApi.read ...'
@@ -219,7 +219,7 @@ module PulpDebClient
219
219
  post_body = opts[:body]
220
220
 
221
221
  # return_type
222
- return_type = opts[:return_type] || 'DebRelease'
222
+ return_type = opts[:return_type] || 'DebReleaseRead'
223
223
 
224
224
  # auth_names
225
225
  auth_names = opts[:auth_names] || ['Basic']