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
@@ -0,0 +1,401 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module PulpRpmClient
16
+ # A Serializer for UpdateRecord.
17
+ class RpmUpdateRecordResponse
18
+ attr_accessor :pulp_href
19
+
20
+ # Timestamp of creation.
21
+ attr_accessor :pulp_created
22
+
23
+ # Update id (short update name, e.g. RHEA-2013:1777)
24
+ attr_accessor :id
25
+
26
+ # Date when the update was updated (e.g. '2013-12-02 00:00:00')
27
+ attr_accessor :updated_date
28
+
29
+ # Update description
30
+ attr_accessor :description
31
+
32
+ # Date when the update was issued (e.g. '2013-12-02 00:00:00')
33
+ attr_accessor :issued_date
34
+
35
+ # Source of the update (e.g. security@redhat.com)
36
+ attr_accessor :fromstr
37
+
38
+ # Update status ('final', ...)
39
+ attr_accessor :status
40
+
41
+ # Update name
42
+ attr_accessor :title
43
+
44
+ # Short summary
45
+ attr_accessor :summary
46
+
47
+ # Update version (probably always an integer number)
48
+ attr_accessor :version
49
+
50
+ # Update type ('enhancement', 'bugfix', ...)
51
+ attr_accessor :type
52
+
53
+ # Severity
54
+ attr_accessor :severity
55
+
56
+ # Solution
57
+ attr_accessor :solution
58
+
59
+ # Update release
60
+ attr_accessor :release
61
+
62
+ # Copyrights
63
+ attr_accessor :rights
64
+
65
+ # Push count
66
+ attr_accessor :pushcount
67
+
68
+ # List of packages
69
+ attr_accessor :pkglist
70
+
71
+ # List of references
72
+ attr_accessor :references
73
+
74
+ # Reboot suggested
75
+ attr_accessor :reboot_suggested
76
+
77
+ # Attribute mapping from ruby-style variable name to JSON key.
78
+ def self.attribute_map
79
+ {
80
+ :'pulp_href' => :'pulp_href',
81
+ :'pulp_created' => :'pulp_created',
82
+ :'id' => :'id',
83
+ :'updated_date' => :'updated_date',
84
+ :'description' => :'description',
85
+ :'issued_date' => :'issued_date',
86
+ :'fromstr' => :'fromstr',
87
+ :'status' => :'status',
88
+ :'title' => :'title',
89
+ :'summary' => :'summary',
90
+ :'version' => :'version',
91
+ :'type' => :'type',
92
+ :'severity' => :'severity',
93
+ :'solution' => :'solution',
94
+ :'release' => :'release',
95
+ :'rights' => :'rights',
96
+ :'pushcount' => :'pushcount',
97
+ :'pkglist' => :'pkglist',
98
+ :'references' => :'references',
99
+ :'reboot_suggested' => :'reboot_suggested'
100
+ }
101
+ end
102
+
103
+ # Attribute type mapping.
104
+ def self.openapi_types
105
+ {
106
+ :'pulp_href' => :'String',
107
+ :'pulp_created' => :'DateTime',
108
+ :'id' => :'String',
109
+ :'updated_date' => :'String',
110
+ :'description' => :'String',
111
+ :'issued_date' => :'String',
112
+ :'fromstr' => :'String',
113
+ :'status' => :'String',
114
+ :'title' => :'String',
115
+ :'summary' => :'String',
116
+ :'version' => :'String',
117
+ :'type' => :'String',
118
+ :'severity' => :'String',
119
+ :'solution' => :'String',
120
+ :'release' => :'String',
121
+ :'rights' => :'String',
122
+ :'pushcount' => :'String',
123
+ :'pkglist' => :'Array<RpmUpdateCollectionResponse>',
124
+ :'references' => :'Array<Object>',
125
+ :'reboot_suggested' => :'Boolean'
126
+ }
127
+ end
128
+
129
+ # List of attributes with nullable: true
130
+ def self.openapi_nullable
131
+ Set.new([
132
+ ])
133
+ end
134
+
135
+ # Initializes the object
136
+ # @param [Hash] attributes Model attributes in the form of hash
137
+ def initialize(attributes = {})
138
+ if (!attributes.is_a?(Hash))
139
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::RpmUpdateRecordResponse` initialize method"
140
+ end
141
+
142
+ # check to see if the attribute exists and convert string to symbol for hash key
143
+ attributes = attributes.each_with_object({}) { |(k, v), h|
144
+ if (!self.class.attribute_map.key?(k.to_sym))
145
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::RpmUpdateRecordResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
146
+ end
147
+ h[k.to_sym] = v
148
+ }
149
+
150
+ if attributes.key?(:'pulp_href')
151
+ self.pulp_href = attributes[:'pulp_href']
152
+ end
153
+
154
+ if attributes.key?(:'pulp_created')
155
+ self.pulp_created = attributes[:'pulp_created']
156
+ end
157
+
158
+ if attributes.key?(:'id')
159
+ self.id = attributes[:'id']
160
+ end
161
+
162
+ if attributes.key?(:'updated_date')
163
+ self.updated_date = attributes[:'updated_date']
164
+ end
165
+
166
+ if attributes.key?(:'description')
167
+ self.description = attributes[:'description']
168
+ end
169
+
170
+ if attributes.key?(:'issued_date')
171
+ self.issued_date = attributes[:'issued_date']
172
+ end
173
+
174
+ if attributes.key?(:'fromstr')
175
+ self.fromstr = attributes[:'fromstr']
176
+ end
177
+
178
+ if attributes.key?(:'status')
179
+ self.status = attributes[:'status']
180
+ end
181
+
182
+ if attributes.key?(:'title')
183
+ self.title = attributes[:'title']
184
+ end
185
+
186
+ if attributes.key?(:'summary')
187
+ self.summary = attributes[:'summary']
188
+ end
189
+
190
+ if attributes.key?(:'version')
191
+ self.version = attributes[:'version']
192
+ end
193
+
194
+ if attributes.key?(:'type')
195
+ self.type = attributes[:'type']
196
+ end
197
+
198
+ if attributes.key?(:'severity')
199
+ self.severity = attributes[:'severity']
200
+ end
201
+
202
+ if attributes.key?(:'solution')
203
+ self.solution = attributes[:'solution']
204
+ end
205
+
206
+ if attributes.key?(:'release')
207
+ self.release = attributes[:'release']
208
+ end
209
+
210
+ if attributes.key?(:'rights')
211
+ self.rights = attributes[:'rights']
212
+ end
213
+
214
+ if attributes.key?(:'pushcount')
215
+ self.pushcount = attributes[:'pushcount']
216
+ end
217
+
218
+ if attributes.key?(:'pkglist')
219
+ if (value = attributes[:'pkglist']).is_a?(Array)
220
+ self.pkglist = value
221
+ end
222
+ end
223
+
224
+ if attributes.key?(:'references')
225
+ if (value = attributes[:'references']).is_a?(Array)
226
+ self.references = value
227
+ end
228
+ end
229
+
230
+ if attributes.key?(:'reboot_suggested')
231
+ self.reboot_suggested = attributes[:'reboot_suggested']
232
+ end
233
+ end
234
+
235
+ # Show invalid properties with the reasons. Usually used together with valid?
236
+ # @return Array for valid properties with the reasons
237
+ def list_invalid_properties
238
+ invalid_properties = Array.new
239
+ invalid_properties
240
+ end
241
+
242
+ # Check to see if the all the properties in the model are valid
243
+ # @return true if the model is valid
244
+ def valid?
245
+ true
246
+ end
247
+
248
+ # Checks equality by comparing each attribute.
249
+ # @param [Object] Object to be compared
250
+ def ==(o)
251
+ return true if self.equal?(o)
252
+ self.class == o.class &&
253
+ pulp_href == o.pulp_href &&
254
+ pulp_created == o.pulp_created &&
255
+ id == o.id &&
256
+ updated_date == o.updated_date &&
257
+ description == o.description &&
258
+ issued_date == o.issued_date &&
259
+ fromstr == o.fromstr &&
260
+ status == o.status &&
261
+ title == o.title &&
262
+ summary == o.summary &&
263
+ version == o.version &&
264
+ type == o.type &&
265
+ severity == o.severity &&
266
+ solution == o.solution &&
267
+ release == o.release &&
268
+ rights == o.rights &&
269
+ pushcount == o.pushcount &&
270
+ pkglist == o.pkglist &&
271
+ references == o.references &&
272
+ reboot_suggested == o.reboot_suggested
273
+ end
274
+
275
+ # @see the `==` method
276
+ # @param [Object] Object to be compared
277
+ def eql?(o)
278
+ self == o
279
+ end
280
+
281
+ # Calculates hash code according to all attributes.
282
+ # @return [Integer] Hash code
283
+ def hash
284
+ [pulp_href, pulp_created, id, updated_date, description, issued_date, fromstr, status, title, summary, version, type, severity, solution, release, rights, pushcount, pkglist, references, reboot_suggested].hash
285
+ end
286
+
287
+ # Builds the object from hash
288
+ # @param [Hash] attributes Model attributes in the form of hash
289
+ # @return [Object] Returns the model itself
290
+ def self.build_from_hash(attributes)
291
+ new.build_from_hash(attributes)
292
+ end
293
+
294
+ # Builds the object from hash
295
+ # @param [Hash] attributes Model attributes in the form of hash
296
+ # @return [Object] Returns the model itself
297
+ def build_from_hash(attributes)
298
+ return nil unless attributes.is_a?(Hash)
299
+ self.class.openapi_types.each_pair do |key, type|
300
+ if type =~ /\AArray<(.*)>/i
301
+ # check to ensure the input is an array given that the attribute
302
+ # is documented as an array but the input is not
303
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
304
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
305
+ end
306
+ elsif !attributes[self.class.attribute_map[key]].nil?
307
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
308
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
309
+ end
310
+
311
+ self
312
+ end
313
+
314
+ # Deserializes the data based on type
315
+ # @param string type Data type
316
+ # @param string value Value to be deserialized
317
+ # @return [Object] Deserialized data
318
+ def _deserialize(type, value)
319
+ case type.to_sym
320
+ when :DateTime
321
+ DateTime.parse(value)
322
+ when :Date
323
+ Date.parse(value)
324
+ when :String
325
+ value.to_s
326
+ when :Integer
327
+ value.to_i
328
+ when :Float
329
+ value.to_f
330
+ when :Boolean
331
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
332
+ true
333
+ else
334
+ false
335
+ end
336
+ when :Object
337
+ # generic object (usually a Hash), return directly
338
+ value
339
+ when /\AArray<(?<inner_type>.+)>\z/
340
+ inner_type = Regexp.last_match[:inner_type]
341
+ value.map { |v| _deserialize(inner_type, v) }
342
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
343
+ k_type = Regexp.last_match[:k_type]
344
+ v_type = Regexp.last_match[:v_type]
345
+ {}.tap do |hash|
346
+ value.each do |k, v|
347
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
348
+ end
349
+ end
350
+ else # model
351
+ PulpRpmClient.const_get(type).build_from_hash(value)
352
+ end
353
+ end
354
+
355
+ # Returns the string representation of the object
356
+ # @return [String] String presentation of the object
357
+ def to_s
358
+ to_hash.to_s
359
+ end
360
+
361
+ # to_body is an alias to to_hash (backward compatibility)
362
+ # @return [Hash] Returns the object in the form of hash
363
+ def to_body
364
+ to_hash
365
+ end
366
+
367
+ # Returns the object in the form of hash
368
+ # @return [Hash] Returns the object in the form of hash
369
+ def to_hash
370
+ hash = {}
371
+ self.class.attribute_map.each_pair do |attr, param|
372
+ value = self.send(attr)
373
+ if value.nil?
374
+ is_nullable = self.class.openapi_nullable.include?(attr)
375
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
376
+ end
377
+
378
+ hash[param] = _to_hash(value)
379
+ end
380
+ hash
381
+ end
382
+
383
+ # Outputs non-array value in the form of hash
384
+ # For object, use to_hash. Otherwise, just return the value
385
+ # @param [Object] value Any valid value
386
+ # @return [Hash] Returns the value in the form of hash
387
+ def _to_hash(value)
388
+ if value.is_a?(Array)
389
+ value.compact.map { |v| _to_hash(v) }
390
+ elsif value.is_a?(Hash)
391
+ {}.tap do |hash|
392
+ value.each { |k, v| hash[k] = _to_hash(v) }
393
+ end
394
+ elsif value.respond_to? :to_hash
395
+ value.to_hash
396
+ else
397
+ value
398
+ end
399
+ end
400
+ end
401
+ end
@@ -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 Variant
16
+ # Variant serializer.
17
+ class VariantResponse
17
18
  # Variant id.
18
19
  attr_accessor :variant_id
19
20
 
@@ -86,13 +87,13 @@ module PulpRpmClient
86
87
  # @param [Hash] attributes Model attributes in the form of hash
87
88
  def initialize(attributes = {})
88
89
  if (!attributes.is_a?(Hash))
89
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::Variant` initialize method"
90
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::VariantResponse` initialize method"
90
91
  end
91
92
 
92
93
  # check to see if the attribute exists and convert string to symbol for hash key
93
94
  attributes = attributes.each_with_object({}) { |(k, v), h|
94
95
  if (!self.class.attribute_map.key?(k.to_sym))
95
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::Variant`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
96
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::VariantResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
96
97
  end
97
98
  h[k.to_sym] = v
98
99
  }
@@ -146,82 +147,42 @@ module PulpRpmClient
146
147
  invalid_properties.push('invalid value for "variant_id", variant_id cannot be nil.')
147
148
  end
148
149
 
149
- if @variant_id.to_s.length < 1
150
- invalid_properties.push('invalid value for "variant_id", the character length must be great than or equal to 1.')
151
- end
152
-
153
150
  if @uid.nil?
154
151
  invalid_properties.push('invalid value for "uid", uid cannot be nil.')
155
152
  end
156
153
 
157
- if @uid.to_s.length < 1
158
- invalid_properties.push('invalid value for "uid", the character length must be great than or equal to 1.')
159
- end
160
-
161
154
  if @name.nil?
162
155
  invalid_properties.push('invalid value for "name", name cannot be nil.')
163
156
  end
164
157
 
165
- if @name.to_s.length < 1
166
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
167
- end
168
-
169
158
  if @type.nil?
170
159
  invalid_properties.push('invalid value for "type", type cannot be nil.')
171
160
  end
172
161
 
173
- if @type.to_s.length < 1
174
- invalid_properties.push('invalid value for "type", the character length must be great than or equal to 1.')
175
- end
176
-
177
162
  if @packages.nil?
178
163
  invalid_properties.push('invalid value for "packages", packages cannot be nil.')
179
164
  end
180
165
 
181
- if @packages.to_s.length < 1
182
- invalid_properties.push('invalid value for "packages", the character length must be great than or equal to 1.')
183
- end
184
-
185
166
  if @source_packages.nil?
186
167
  invalid_properties.push('invalid value for "source_packages", source_packages cannot be nil.')
187
168
  end
188
169
 
189
- if @source_packages.to_s.length < 1
190
- invalid_properties.push('invalid value for "source_packages", the character length must be great than or equal to 1.')
191
- end
192
-
193
170
  if @source_repository.nil?
194
171
  invalid_properties.push('invalid value for "source_repository", source_repository cannot be nil.')
195
172
  end
196
173
 
197
- if @source_repository.to_s.length < 1
198
- invalid_properties.push('invalid value for "source_repository", the character length must be great than or equal to 1.')
199
- end
200
-
201
174
  if @debug_packages.nil?
202
175
  invalid_properties.push('invalid value for "debug_packages", debug_packages cannot be nil.')
203
176
  end
204
177
 
205
- if @debug_packages.to_s.length < 1
206
- invalid_properties.push('invalid value for "debug_packages", the character length must be great than or equal to 1.')
207
- end
208
-
209
178
  if @debug_repository.nil?
210
179
  invalid_properties.push('invalid value for "debug_repository", debug_repository cannot be nil.')
211
180
  end
212
181
 
213
- if @debug_repository.to_s.length < 1
214
- invalid_properties.push('invalid value for "debug_repository", the character length must be great than or equal to 1.')
215
- end
216
-
217
182
  if @identity.nil?
218
183
  invalid_properties.push('invalid value for "identity", identity cannot be nil.')
219
184
  end
220
185
 
221
- if @identity.to_s.length < 1
222
- invalid_properties.push('invalid value for "identity", the character length must be great than or equal to 1.')
223
- end
224
-
225
186
  invalid_properties
226
187
  end
227
188
 
@@ -229,168 +190,18 @@ module PulpRpmClient
229
190
  # @return true if the model is valid
230
191
  def valid?
231
192
  return false if @variant_id.nil?
232
- return false if @variant_id.to_s.length < 1
233
193
  return false if @uid.nil?
234
- return false if @uid.to_s.length < 1
235
194
  return false if @name.nil?
236
- return false if @name.to_s.length < 1
237
195
  return false if @type.nil?
238
- return false if @type.to_s.length < 1
239
196
  return false if @packages.nil?
240
- return false if @packages.to_s.length < 1
241
197
  return false if @source_packages.nil?
242
- return false if @source_packages.to_s.length < 1
243
198
  return false if @source_repository.nil?
244
- return false if @source_repository.to_s.length < 1
245
199
  return false if @debug_packages.nil?
246
- return false if @debug_packages.to_s.length < 1
247
200
  return false if @debug_repository.nil?
248
- return false if @debug_repository.to_s.length < 1
249
201
  return false if @identity.nil?
250
- return false if @identity.to_s.length < 1
251
202
  true
252
203
  end
253
204
 
254
- # Custom attribute writer method with validation
255
- # @param [Object] variant_id Value to be assigned
256
- def variant_id=(variant_id)
257
- if variant_id.nil?
258
- fail ArgumentError, 'variant_id cannot be nil'
259
- end
260
-
261
- if variant_id.to_s.length < 1
262
- fail ArgumentError, 'invalid value for "variant_id", the character length must be great than or equal to 1.'
263
- end
264
-
265
- @variant_id = variant_id
266
- end
267
-
268
- # Custom attribute writer method with validation
269
- # @param [Object] uid Value to be assigned
270
- def uid=(uid)
271
- if uid.nil?
272
- fail ArgumentError, 'uid cannot be nil'
273
- end
274
-
275
- if uid.to_s.length < 1
276
- fail ArgumentError, 'invalid value for "uid", the character length must be great than or equal to 1.'
277
- end
278
-
279
- @uid = uid
280
- end
281
-
282
- # Custom attribute writer method with validation
283
- # @param [Object] name Value to be assigned
284
- def name=(name)
285
- if name.nil?
286
- fail ArgumentError, 'name cannot be nil'
287
- end
288
-
289
- if name.to_s.length < 1
290
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
291
- end
292
-
293
- @name = name
294
- end
295
-
296
- # Custom attribute writer method with validation
297
- # @param [Object] type Value to be assigned
298
- def type=(type)
299
- if type.nil?
300
- fail ArgumentError, 'type cannot be nil'
301
- end
302
-
303
- if type.to_s.length < 1
304
- fail ArgumentError, 'invalid value for "type", the character length must be great than or equal to 1.'
305
- end
306
-
307
- @type = type
308
- end
309
-
310
- # Custom attribute writer method with validation
311
- # @param [Object] packages Value to be assigned
312
- def packages=(packages)
313
- if packages.nil?
314
- fail ArgumentError, 'packages cannot be nil'
315
- end
316
-
317
- if packages.to_s.length < 1
318
- fail ArgumentError, 'invalid value for "packages", the character length must be great than or equal to 1.'
319
- end
320
-
321
- @packages = packages
322
- end
323
-
324
- # Custom attribute writer method with validation
325
- # @param [Object] source_packages Value to be assigned
326
- def source_packages=(source_packages)
327
- if source_packages.nil?
328
- fail ArgumentError, 'source_packages cannot be nil'
329
- end
330
-
331
- if source_packages.to_s.length < 1
332
- fail ArgumentError, 'invalid value for "source_packages", the character length must be great than or equal to 1.'
333
- end
334
-
335
- @source_packages = source_packages
336
- end
337
-
338
- # Custom attribute writer method with validation
339
- # @param [Object] source_repository Value to be assigned
340
- def source_repository=(source_repository)
341
- if source_repository.nil?
342
- fail ArgumentError, 'source_repository cannot be nil'
343
- end
344
-
345
- if source_repository.to_s.length < 1
346
- fail ArgumentError, 'invalid value for "source_repository", the character length must be great than or equal to 1.'
347
- end
348
-
349
- @source_repository = source_repository
350
- end
351
-
352
- # Custom attribute writer method with validation
353
- # @param [Object] debug_packages Value to be assigned
354
- def debug_packages=(debug_packages)
355
- if debug_packages.nil?
356
- fail ArgumentError, 'debug_packages cannot be nil'
357
- end
358
-
359
- if debug_packages.to_s.length < 1
360
- fail ArgumentError, 'invalid value for "debug_packages", the character length must be great than or equal to 1.'
361
- end
362
-
363
- @debug_packages = debug_packages
364
- end
365
-
366
- # Custom attribute writer method with validation
367
- # @param [Object] debug_repository Value to be assigned
368
- def debug_repository=(debug_repository)
369
- if debug_repository.nil?
370
- fail ArgumentError, 'debug_repository cannot be nil'
371
- end
372
-
373
- if debug_repository.to_s.length < 1
374
- fail ArgumentError, 'invalid value for "debug_repository", the character length must be great than or equal to 1.'
375
- end
376
-
377
- @debug_repository = debug_repository
378
- end
379
-
380
- # Custom attribute writer method with validation
381
- # @param [Object] identity Value to be assigned
382
- def identity=(identity)
383
- if identity.nil?
384
- fail ArgumentError, 'identity cannot be nil'
385
- end
386
-
387
- if identity.to_s.length < 1
388
- fail ArgumentError, 'invalid value for "identity", the character length must be great than or equal to 1.'
389
- end
390
-
391
- @identity = identity
392
- end
393
-
394
205
  # Checks equality by comparing each attribute.
395
206
  # @param [Object] Object to be compared
396
207
  def ==(o)
@@ -1,15 +1,15 @@
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
 
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.5.1'
14
+ VERSION = '3.6.0'
15
15
  end