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