pulp_rpm_client 3.5.1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +73 -55
  3. data/docs/{Addon.md → AddonResponse.md} +2 -2
  4. data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
  5. data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
  6. data/docs/ContentAdvisoriesApi.md +44 -44
  7. data/docs/ContentDistributionTreesApi.md +25 -25
  8. data/docs/ContentModulemdDefaultsApi.md +32 -32
  9. data/docs/ContentModulemdsApi.md +34 -34
  10. data/docs/ContentPackagecategoriesApi.md +25 -25
  11. data/docs/ContentPackageenvironmentsApi.md +25 -25
  12. data/docs/ContentPackagegroupsApi.md +25 -25
  13. data/docs/ContentPackagelangpacksApi.md +25 -25
  14. data/docs/ContentPackagesApi.md +64 -64
  15. data/docs/ContentRepoMetadataFilesApi.md +25 -25
  16. data/docs/ContentSummary.md +3 -3
  17. data/docs/ContentSummaryResponse.md +21 -0
  18. data/docs/DistributionsRpmApi.md +108 -60
  19. data/docs/{Image.md → ImageResponse.md} +3 -3
  20. data/docs/InlineResponse200.md +3 -3
  21. data/docs/InlineResponse2001.md +3 -3
  22. data/docs/InlineResponse20010.md +3 -3
  23. data/docs/InlineResponse20011.md +3 -3
  24. data/docs/InlineResponse20012.md +3 -3
  25. data/docs/InlineResponse20013.md +3 -3
  26. data/docs/InlineResponse20014.md +3 -3
  27. data/docs/InlineResponse2002.md +3 -3
  28. data/docs/InlineResponse2003.md +3 -3
  29. data/docs/InlineResponse2004.md +3 -3
  30. data/docs/InlineResponse2005.md +3 -3
  31. data/docs/InlineResponse2006.md +3 -3
  32. data/docs/InlineResponse2007.md +3 -3
  33. data/docs/InlineResponse2008.md +3 -3
  34. data/docs/InlineResponse2009.md +3 -3
  35. data/docs/MetadataChecksumTypeEnum.md +16 -0
  36. data/docs/PackageChecksumTypeEnum.md +16 -0
  37. data/docs/PatchedrpmRpmDistribution.md +23 -0
  38. data/docs/PatchedrpmRpmRemote.md +39 -0
  39. data/docs/PatchedrpmRpmRepository.md +25 -0
  40. data/docs/PolicyEnum.md +16 -0
  41. data/docs/PublicationsRpmApi.md +40 -40
  42. data/docs/RemotesRpmApi.md +125 -65
  43. data/docs/RepositoriesRpmApi.md +97 -73
  44. data/docs/RepositoriesRpmVersionsApi.md +94 -62
  45. data/docs/RepositoryAddRemoveContent.md +2 -2
  46. data/docs/RepositoryVersion.md +1 -9
  47. data/docs/RepositoryVersionResponse.md +25 -0
  48. data/docs/RpmCopyApi.md +10 -10
  49. data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
  50. data/docs/RpmModulemd.md +8 -8
  51. data/docs/RpmModulemdDefaults.md +8 -8
  52. data/docs/RpmModulemdDefaultsResponse.md +29 -0
  53. data/docs/RpmModulemdResponse.md +39 -0
  54. data/docs/RpmPackage.md +7 -79
  55. data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
  56. data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
  57. data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
  58. data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
  59. data/docs/RpmPackageResponse.md +95 -0
  60. data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
  61. data/docs/RpmRepositorySyncURL.md +1 -1
  62. data/docs/RpmRpmDistribution.md +1 -7
  63. data/docs/RpmRpmDistributionResponse.md +29 -0
  64. data/docs/RpmRpmPublication.md +3 -7
  65. data/docs/RpmRpmPublicationResponse.md +27 -0
  66. data/docs/RpmRpmRemote.md +4 -10
  67. data/docs/RpmRpmRemoteResponse.md +45 -0
  68. data/docs/RpmRpmRepository.md +3 -9
  69. data/docs/RpmRpmRepositoryResponse.md +33 -0
  70. data/docs/RpmUpdateCollection.md +1 -3
  71. data/docs/RpmUpdateCollectionResponse.md +23 -0
  72. data/docs/RpmUpdateRecord.md +4 -40
  73. data/docs/RpmUpdateRecordResponse.md +55 -0
  74. data/docs/{Variant.md → VariantResponse.md} +2 -2
  75. data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
  76. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
  77. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
  78. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
  79. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
  80. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
  81. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
  82. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
  83. data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
  84. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
  85. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
  86. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
  87. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
  88. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
  89. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
  90. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
  91. data/lib/pulp_rpm_client/api_client.rb +2 -2
  92. data/lib/pulp_rpm_client/api_error.rb +2 -2
  93. data/lib/pulp_rpm_client/configuration.rb +3 -3
  94. data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
  95. data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
  96. data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
  97. data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
  98. data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
  99. data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
  100. data/lib/pulp_rpm_client/models/copy.rb +3 -2
  101. data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
  102. data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
  103. data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
  104. data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
  105. data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
  106. data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
  107. data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
  108. data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
  109. data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
  110. data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
  111. data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
  112. data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
  113. data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
  114. data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
  115. data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
  116. data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
  117. data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
  118. data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
  119. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
  120. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
  121. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
  122. data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
  123. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
  124. data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
  125. data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
  126. data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
  127. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
  128. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
  129. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
  130. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
  131. data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
  132. data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
  133. data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
  134. data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
  135. data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
  136. data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
  137. data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
  138. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
  139. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
  140. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
  141. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
  142. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
  143. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
  144. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
  145. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
  146. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
  147. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
  148. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
  149. data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
  150. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
  151. data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
  152. data/lib/pulp_rpm_client/version.rb +3 -3
  153. data/lib/pulp_rpm_client.rb +30 -13
  154. data/pulp_rpm_client.gemspec +4 -4
  155. data/spec/api/content_advisories_api_spec.rb +21 -21
  156. data/spec/api/content_distribution_trees_api_spec.rb +9 -9
  157. data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
  158. data/spec/api/content_modulemds_api_spec.rb +13 -13
  159. data/spec/api/content_packagecategories_api_spec.rb +9 -9
  160. data/spec/api/content_packageenvironments_api_spec.rb +9 -9
  161. data/spec/api/content_packagegroups_api_spec.rb +9 -9
  162. data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
  163. data/spec/api/content_packages_api_spec.rb +31 -31
  164. data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
  165. data/spec/api/distributions_rpm_api_spec.rb +39 -18
  166. data/spec/api/publications_rpm_api_spec.rb +14 -14
  167. data/spec/api/remotes_rpm_api_spec.rb +48 -21
  168. data/spec/api/repositories_rpm_api_spec.rb +28 -19
  169. data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
  170. data/spec/api/rpm_copy_api_spec.rb +5 -5
  171. data/spec/api_client_spec.rb +2 -2
  172. data/spec/configuration_spec.rb +2 -2
  173. data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
  174. data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
  175. data/spec/models/async_operation_response_spec.rb +2 -2
  176. data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
  177. data/spec/models/content_summary_response_spec.rb +53 -0
  178. data/spec/models/content_summary_spec.rb +2 -2
  179. data/spec/models/copy_spec.rb +2 -2
  180. data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
  181. data/spec/models/inline_response20010_spec.rb +2 -2
  182. data/spec/models/inline_response20011_spec.rb +2 -2
  183. data/spec/models/inline_response20012_spec.rb +2 -2
  184. data/spec/models/inline_response20013_spec.rb +2 -2
  185. data/spec/models/inline_response20014_spec.rb +2 -2
  186. data/spec/models/inline_response2001_spec.rb +2 -2
  187. data/spec/models/inline_response2002_spec.rb +2 -2
  188. data/spec/models/inline_response2003_spec.rb +2 -2
  189. data/spec/models/inline_response2004_spec.rb +2 -2
  190. data/spec/models/inline_response2005_spec.rb +2 -2
  191. data/spec/models/inline_response2006_spec.rb +2 -2
  192. data/spec/models/inline_response2007_spec.rb +2 -2
  193. data/spec/models/inline_response2008_spec.rb +2 -2
  194. data/spec/models/inline_response2009_spec.rb +2 -2
  195. data/spec/models/inline_response200_spec.rb +2 -2
  196. data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
  197. data/spec/models/package_checksum_type_enum_spec.rb +35 -0
  198. data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
  199. data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
  200. data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
  201. data/spec/models/policy_enum_spec.rb +35 -0
  202. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  203. data/spec/models/repository_version_response_spec.rb +65 -0
  204. data/spec/models/repository_version_spec.rb +2 -26
  205. data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
  206. data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
  207. data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
  208. data/spec/models/rpm_modulemd_response_spec.rb +107 -0
  209. data/spec/models/rpm_modulemd_spec.rb +11 -11
  210. data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
  211. data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
  212. data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
  213. data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
  214. data/spec/models/rpm_package_response_spec.rb +275 -0
  215. data/spec/models/rpm_package_spec.rb +5 -221
  216. data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
  217. data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
  218. data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
  219. data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
  220. data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
  221. data/spec/models/rpm_rpm_publication_spec.rb +2 -22
  222. data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
  223. data/spec/models/rpm_rpm_remote_spec.rb +2 -24
  224. data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
  225. data/spec/models/rpm_rpm_repository_spec.rb +5 -23
  226. data/spec/models/rpm_update_collection_response_spec.rb +59 -0
  227. data/spec/models/rpm_update_collection_spec.rb +2 -8
  228. data/spec/models/rpm_update_record_response_spec.rb +155 -0
  229. data/spec/models/rpm_update_record_spec.rb +4 -112
  230. data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
  231. data/spec/spec_helper.rb +2 -2
  232. metadata +116 -48
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -13,7 +13,8 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpRpmClient
16
- class Addon
16
+ # Addon serializer.
17
+ class AddonResponse
17
18
  # Addon id.
18
19
  attr_accessor :addon_id
19
20
 
@@ -61,13 +62,13 @@ module PulpRpmClient
61
62
  # @param [Hash] attributes Model attributes in the form of hash
62
63
  def initialize(attributes = {})
63
64
  if (!attributes.is_a?(Hash))
64
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::Addon` initialize method"
65
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::AddonResponse` initialize method"
65
66
  end
66
67
 
67
68
  # check to see if the attribute exists and convert string to symbol for hash key
68
69
  attributes = attributes.each_with_object({}) { |(k, v), h|
69
70
  if (!self.class.attribute_map.key?(k.to_sym))
70
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::Addon`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::AddonResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
72
  end
72
73
  h[k.to_sym] = v
73
74
  }
@@ -101,42 +102,22 @@ module PulpRpmClient
101
102
  invalid_properties.push('invalid value for "addon_id", addon_id cannot be nil.')
102
103
  end
103
104
 
104
- if @addon_id.to_s.length < 1
105
- invalid_properties.push('invalid value for "addon_id", the character length must be great than or equal to 1.')
106
- end
107
-
108
105
  if @uid.nil?
109
106
  invalid_properties.push('invalid value for "uid", uid cannot be nil.')
110
107
  end
111
108
 
112
- if @uid.to_s.length < 1
113
- invalid_properties.push('invalid value for "uid", the character length must be great than or equal to 1.')
114
- end
115
-
116
109
  if @name.nil?
117
110
  invalid_properties.push('invalid value for "name", name cannot be nil.')
118
111
  end
119
112
 
120
- if @name.to_s.length < 1
121
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
122
- end
123
-
124
113
  if @type.nil?
125
114
  invalid_properties.push('invalid value for "type", type cannot be nil.')
126
115
  end
127
116
 
128
- if @type.to_s.length < 1
129
- invalid_properties.push('invalid value for "type", the character length must be great than or equal to 1.')
130
- end
131
-
132
117
  if @packages.nil?
133
118
  invalid_properties.push('invalid value for "packages", packages cannot be nil.')
134
119
  end
135
120
 
136
- if @packages.to_s.length < 1
137
- invalid_properties.push('invalid value for "packages", the character length must be great than or equal to 1.')
138
- end
139
-
140
121
  invalid_properties
141
122
  end
142
123
 
@@ -144,88 +125,13 @@ module PulpRpmClient
144
125
  # @return true if the model is valid
145
126
  def valid?
146
127
  return false if @addon_id.nil?
147
- return false if @addon_id.to_s.length < 1
148
128
  return false if @uid.nil?
149
- return false if @uid.to_s.length < 1
150
129
  return false if @name.nil?
151
- return false if @name.to_s.length < 1
152
130
  return false if @type.nil?
153
- return false if @type.to_s.length < 1
154
131
  return false if @packages.nil?
155
- return false if @packages.to_s.length < 1
156
132
  true
157
133
  end
158
134
 
159
- # Custom attribute writer method with validation
160
- # @param [Object] addon_id Value to be assigned
161
- def addon_id=(addon_id)
162
- if addon_id.nil?
163
- fail ArgumentError, 'addon_id cannot be nil'
164
- end
165
-
166
- if addon_id.to_s.length < 1
167
- fail ArgumentError, 'invalid value for "addon_id", the character length must be great than or equal to 1.'
168
- end
169
-
170
- @addon_id = addon_id
171
- end
172
-
173
- # Custom attribute writer method with validation
174
- # @param [Object] uid Value to be assigned
175
- def uid=(uid)
176
- if uid.nil?
177
- fail ArgumentError, 'uid cannot be nil'
178
- end
179
-
180
- if uid.to_s.length < 1
181
- fail ArgumentError, 'invalid value for "uid", the character length must be great than or equal to 1.'
182
- end
183
-
184
- @uid = uid
185
- end
186
-
187
- # Custom attribute writer method with validation
188
- # @param [Object] name Value to be assigned
189
- def name=(name)
190
- if name.nil?
191
- fail ArgumentError, 'name cannot be nil'
192
- end
193
-
194
- if name.to_s.length < 1
195
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
196
- end
197
-
198
- @name = name
199
- end
200
-
201
- # Custom attribute writer method with validation
202
- # @param [Object] type Value to be assigned
203
- def type=(type)
204
- if type.nil?
205
- fail ArgumentError, 'type cannot be nil'
206
- end
207
-
208
- if type.to_s.length < 1
209
- fail ArgumentError, 'invalid value for "type", the character length must be great than or equal to 1.'
210
- end
211
-
212
- @type = type
213
- end
214
-
215
- # Custom attribute writer method with validation
216
- # @param [Object] packages Value to be assigned
217
- def packages=(packages)
218
- if packages.nil?
219
- fail ArgumentError, 'packages cannot be nil'
220
- end
221
-
222
- if packages.to_s.length < 1
223
- fail ArgumentError, 'invalid value for "packages", the character length must be great than or equal to 1.'
224
- end
225
-
226
- @packages = packages
227
- end
228
-
229
135
  # Checks equality by comparing each attribute.
230
136
  # @param [Object] Object to be compared
231
137
  def ==(o)
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -13,7 +13,8 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpRpmClient
16
- class Artifact
16
+ # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
+ class ArtifactResponse
17
18
  attr_accessor :pulp_href
18
19
 
19
20
  # Timestamp of creation.
@@ -91,13 +92,13 @@ module PulpRpmClient
91
92
  # @param [Hash] attributes Model attributes in the form of hash
92
93
  def initialize(attributes = {})
93
94
  if (!attributes.is_a?(Hash))
94
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::Artifact` initialize method"
95
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::ArtifactResponse` initialize method"
95
96
  end
96
97
 
97
98
  # check to see if the attribute exists and convert string to symbol for hash key
98
99
  attributes = attributes.each_with_object({}) { |(k, v), h|
99
100
  if (!self.class.attribute_map.key?(k.to_sym))
100
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::Artifact`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
101
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::ArtifactResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
101
102
  end
102
103
  h[k.to_sym] = v
103
104
  }
@@ -147,28 +148,8 @@ module PulpRpmClient
147
148
  # @return Array for valid properties with the reasons
148
149
  def list_invalid_properties
149
150
  invalid_properties = Array.new
150
- if !@md5.nil? && @md5.to_s.length < 1
151
- invalid_properties.push('invalid value for "md5", the character length must be great than or equal to 1.')
152
- end
153
-
154
- if !@sha1.nil? && @sha1.to_s.length < 1
155
- invalid_properties.push('invalid value for "sha1", the character length must be great than or equal to 1.')
156
- end
157
-
158
- if !@sha224.nil? && @sha224.to_s.length < 1
159
- invalid_properties.push('invalid value for "sha224", the character length must be great than or equal to 1.')
160
- end
161
-
162
- if !@sha256.nil? && @sha256.to_s.length < 1
163
- invalid_properties.push('invalid value for "sha256", the character length must be great than or equal to 1.')
164
- end
165
-
166
- if !@sha384.nil? && @sha384.to_s.length < 1
167
- invalid_properties.push('invalid value for "sha384", the character length must be great than or equal to 1.')
168
- end
169
-
170
- if !@sha512.nil? && @sha512.to_s.length < 1
171
- invalid_properties.push('invalid value for "sha512", the character length must be great than or equal to 1.')
151
+ if @file.nil?
152
+ invalid_properties.push('invalid value for "file", file cannot be nil.')
172
153
  end
173
154
 
174
155
  invalid_properties
@@ -177,75 +158,10 @@ module PulpRpmClient
177
158
  # Check to see if the all the properties in the model are valid
178
159
  # @return true if the model is valid
179
160
  def valid?
180
- return false if !@md5.nil? && @md5.to_s.length < 1
181
- return false if !@sha1.nil? && @sha1.to_s.length < 1
182
- return false if !@sha224.nil? && @sha224.to_s.length < 1
183
- return false if !@sha256.nil? && @sha256.to_s.length < 1
184
- return false if !@sha384.nil? && @sha384.to_s.length < 1
185
- return false if !@sha512.nil? && @sha512.to_s.length < 1
161
+ return false if @file.nil?
186
162
  true
187
163
  end
188
164
 
189
- # Custom attribute writer method with validation
190
- # @param [Object] md5 Value to be assigned
191
- def md5=(md5)
192
- if !md5.nil? && md5.to_s.length < 1
193
- fail ArgumentError, 'invalid value for "md5", the character length must be great than or equal to 1.'
194
- end
195
-
196
- @md5 = md5
197
- end
198
-
199
- # Custom attribute writer method with validation
200
- # @param [Object] sha1 Value to be assigned
201
- def sha1=(sha1)
202
- if !sha1.nil? && sha1.to_s.length < 1
203
- fail ArgumentError, 'invalid value for "sha1", the character length must be great than or equal to 1.'
204
- end
205
-
206
- @sha1 = sha1
207
- end
208
-
209
- # Custom attribute writer method with validation
210
- # @param [Object] sha224 Value to be assigned
211
- def sha224=(sha224)
212
- if !sha224.nil? && sha224.to_s.length < 1
213
- fail ArgumentError, 'invalid value for "sha224", the character length must be great than or equal to 1.'
214
- end
215
-
216
- @sha224 = sha224
217
- end
218
-
219
- # Custom attribute writer method with validation
220
- # @param [Object] sha256 Value to be assigned
221
- def sha256=(sha256)
222
- if !sha256.nil? && sha256.to_s.length < 1
223
- fail ArgumentError, 'invalid value for "sha256", the character length must be great than or equal to 1.'
224
- end
225
-
226
- @sha256 = sha256
227
- end
228
-
229
- # Custom attribute writer method with validation
230
- # @param [Object] sha384 Value to be assigned
231
- def sha384=(sha384)
232
- if !sha384.nil? && sha384.to_s.length < 1
233
- fail ArgumentError, 'invalid value for "sha384", the character length must be great than or equal to 1.'
234
- end
235
-
236
- @sha384 = sha384
237
- end
238
-
239
- # Custom attribute writer method with validation
240
- # @param [Object] sha512 Value to be assigned
241
- def sha512=(sha512)
242
- if !sha512.nil? && sha512.to_s.length < 1
243
- fail ArgumentError, 'invalid value for "sha512", the character length must be great than or equal to 1.'
244
- end
245
-
246
- @sha512 = sha512
247
- end
248
-
249
165
  # Checks equality by comparing each attribute.
250
166
  # @param [Object] Object to be compared
251
167
  def ==(o)
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpRpmClient
16
+ # Serializer for asynchronous operations.
16
17
  class AsyncOperationResponse
17
18
  # The href of the task.
18
19
  attr_accessor :task
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -13,7 +13,8 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpRpmClient
16
- class Checksum
16
+ # Checksum serializer.
17
+ class ChecksumResponse
17
18
  # File path.
18
19
  attr_accessor :path
19
20
 
@@ -46,13 +47,13 @@ module PulpRpmClient
46
47
  # @param [Hash] attributes Model attributes in the form of hash
47
48
  def initialize(attributes = {})
48
49
  if (!attributes.is_a?(Hash))
49
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::Checksum` initialize method"
50
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::ChecksumResponse` initialize method"
50
51
  end
51
52
 
52
53
  # check to see if the attribute exists and convert string to symbol for hash key
53
54
  attributes = attributes.each_with_object({}) { |(k, v), h|
54
55
  if (!self.class.attribute_map.key?(k.to_sym))
55
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::Checksum`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
56
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::ChecksumResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
56
57
  end
57
58
  h[k.to_sym] = v
58
59
  }
@@ -74,18 +75,10 @@ module PulpRpmClient
74
75
  invalid_properties.push('invalid value for "path", path cannot be nil.')
75
76
  end
76
77
 
77
- if @path.to_s.length < 1
78
- invalid_properties.push('invalid value for "path", the character length must be great than or equal to 1.')
79
- end
80
-
81
78
  if @checksum.nil?
82
79
  invalid_properties.push('invalid value for "checksum", checksum cannot be nil.')
83
80
  end
84
81
 
85
- if @checksum.to_s.length < 1
86
- invalid_properties.push('invalid value for "checksum", the character length must be great than or equal to 1.')
87
- end
88
-
89
82
  invalid_properties
90
83
  end
91
84
 
@@ -93,40 +86,10 @@ module PulpRpmClient
93
86
  # @return true if the model is valid
94
87
  def valid?
95
88
  return false if @path.nil?
96
- return false if @path.to_s.length < 1
97
89
  return false if @checksum.nil?
98
- return false if @checksum.to_s.length < 1
99
90
  true
100
91
  end
101
92
 
102
- # Custom attribute writer method with validation
103
- # @param [Object] path Value to be assigned
104
- def path=(path)
105
- if path.nil?
106
- fail ArgumentError, 'path cannot be nil'
107
- end
108
-
109
- if path.to_s.length < 1
110
- fail ArgumentError, 'invalid value for "path", the character length must be great than or equal to 1.'
111
- end
112
-
113
- @path = path
114
- end
115
-
116
- # Custom attribute writer method with validation
117
- # @param [Object] checksum Value to be assigned
118
- def checksum=(checksum)
119
- if checksum.nil?
120
- fail ArgumentError, 'checksum cannot be nil'
121
- end
122
-
123
- if checksum.to_s.length < 1
124
- fail ArgumentError, 'invalid value for "checksum", the character length must be great than or equal to 1.'
125
- end
126
-
127
- @checksum = checksum
128
- end
129
-
130
93
  # Checks equality by comparing each attribute.
131
94
  # @param [Object] Object to be compared
132
95
  def ==(o)
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpRpmClient
16
- # Various count summaries of the content in the version and the HREF to view them.
16
+ # Serializer for the RepositoryVersion content summary
17
17
  class ContentSummary
18
18
  attr_accessor :added
19
19
 
@@ -33,9 +33,9 @@ module PulpRpmClient
33
33
  # Attribute type mapping.
34
34
  def self.openapi_types
35
35
  {
36
- :'added' => :'Hash<String, Hash<String, String>>',
37
- :'removed' => :'Hash<String, Hash<String, String>>',
38
- :'present' => :'Hash<String, Hash<String, String>>'
36
+ :'added' => :'Object',
37
+ :'removed' => :'Object',
38
+ :'present' => :'Object'
39
39
  }
40
40
  end
41
41
 
@@ -61,21 +61,15 @@ module PulpRpmClient
61
61
  }
62
62
 
63
63
  if attributes.key?(:'added')
64
- if (value = attributes[:'added']).is_a?(Hash)
65
- self.added = value
66
- end
64
+ self.added = attributes[:'added']
67
65
  end
68
66
 
69
67
  if attributes.key?(:'removed')
70
- if (value = attributes[:'removed']).is_a?(Hash)
71
- self.removed = value
72
- end
68
+ self.removed = attributes[:'removed']
73
69
  end
74
70
 
75
71
  if attributes.key?(:'present')
76
- if (value = attributes[:'present']).is_a?(Hash)
77
- self.present = value
78
- end
72
+ self.present = attributes[:'present']
79
73
  end
80
74
  end
81
75