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
@@ -0,0 +1,346 @@
|
|
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
|
+
# Modulemd serializer.
|
17
|
+
class RpmModulemdResponse
|
18
|
+
attr_accessor :pulp_href
|
19
|
+
|
20
|
+
# Timestamp of creation.
|
21
|
+
attr_accessor :pulp_created
|
22
|
+
|
23
|
+
# Artifact file representing the physical content
|
24
|
+
attr_accessor :artifact
|
25
|
+
|
26
|
+
# Modulemd name.
|
27
|
+
attr_accessor :name
|
28
|
+
|
29
|
+
# Stream name.
|
30
|
+
attr_accessor :stream
|
31
|
+
|
32
|
+
# Modulemd version.
|
33
|
+
attr_accessor :version
|
34
|
+
|
35
|
+
# Modulemd context.
|
36
|
+
attr_accessor :context
|
37
|
+
|
38
|
+
# Modulemd architecture.
|
39
|
+
attr_accessor :arch
|
40
|
+
|
41
|
+
# Modulemd artifacts.
|
42
|
+
attr_accessor :artifacts
|
43
|
+
|
44
|
+
# Modulemd dependencies.
|
45
|
+
attr_accessor :dependencies
|
46
|
+
|
47
|
+
# Modulemd artifacts' packages.
|
48
|
+
attr_accessor :packages
|
49
|
+
|
50
|
+
# The SHA-256 checksum if available.
|
51
|
+
attr_accessor :sha256
|
52
|
+
|
53
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
54
|
+
def self.attribute_map
|
55
|
+
{
|
56
|
+
:'pulp_href' => :'pulp_href',
|
57
|
+
:'pulp_created' => :'pulp_created',
|
58
|
+
:'artifact' => :'artifact',
|
59
|
+
:'name' => :'name',
|
60
|
+
:'stream' => :'stream',
|
61
|
+
:'version' => :'version',
|
62
|
+
:'context' => :'context',
|
63
|
+
:'arch' => :'arch',
|
64
|
+
:'artifacts' => :'artifacts',
|
65
|
+
:'dependencies' => :'dependencies',
|
66
|
+
:'packages' => :'packages',
|
67
|
+
:'sha256' => :'sha256'
|
68
|
+
}
|
69
|
+
end
|
70
|
+
|
71
|
+
# Attribute type mapping.
|
72
|
+
def self.openapi_types
|
73
|
+
{
|
74
|
+
:'pulp_href' => :'String',
|
75
|
+
:'pulp_created' => :'DateTime',
|
76
|
+
:'artifact' => :'String',
|
77
|
+
:'name' => :'String',
|
78
|
+
:'stream' => :'String',
|
79
|
+
:'version' => :'String',
|
80
|
+
:'context' => :'String',
|
81
|
+
:'arch' => :'String',
|
82
|
+
:'artifacts' => :'Object',
|
83
|
+
:'dependencies' => :'Object',
|
84
|
+
:'packages' => :'Array<String>',
|
85
|
+
:'sha256' => :'String'
|
86
|
+
}
|
87
|
+
end
|
88
|
+
|
89
|
+
# List of attributes with nullable: true
|
90
|
+
def self.openapi_nullable
|
91
|
+
Set.new([
|
92
|
+
:'artifacts',
|
93
|
+
:'dependencies',
|
94
|
+
])
|
95
|
+
end
|
96
|
+
|
97
|
+
# Initializes the object
|
98
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
99
|
+
def initialize(attributes = {})
|
100
|
+
if (!attributes.is_a?(Hash))
|
101
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpRpmClient::RpmModulemdResponse` initialize method"
|
102
|
+
end
|
103
|
+
|
104
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
105
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
106
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
107
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpRpmClient::RpmModulemdResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
108
|
+
end
|
109
|
+
h[k.to_sym] = v
|
110
|
+
}
|
111
|
+
|
112
|
+
if attributes.key?(:'pulp_href')
|
113
|
+
self.pulp_href = attributes[:'pulp_href']
|
114
|
+
end
|
115
|
+
|
116
|
+
if attributes.key?(:'pulp_created')
|
117
|
+
self.pulp_created = attributes[:'pulp_created']
|
118
|
+
end
|
119
|
+
|
120
|
+
if attributes.key?(:'artifact')
|
121
|
+
self.artifact = attributes[:'artifact']
|
122
|
+
end
|
123
|
+
|
124
|
+
if attributes.key?(:'name')
|
125
|
+
self.name = attributes[:'name']
|
126
|
+
end
|
127
|
+
|
128
|
+
if attributes.key?(:'stream')
|
129
|
+
self.stream = attributes[:'stream']
|
130
|
+
end
|
131
|
+
|
132
|
+
if attributes.key?(:'version')
|
133
|
+
self.version = attributes[:'version']
|
134
|
+
end
|
135
|
+
|
136
|
+
if attributes.key?(:'context')
|
137
|
+
self.context = attributes[:'context']
|
138
|
+
end
|
139
|
+
|
140
|
+
if attributes.key?(:'arch')
|
141
|
+
self.arch = attributes[:'arch']
|
142
|
+
end
|
143
|
+
|
144
|
+
if attributes.key?(:'artifacts')
|
145
|
+
self.artifacts = attributes[:'artifacts']
|
146
|
+
end
|
147
|
+
|
148
|
+
if attributes.key?(:'dependencies')
|
149
|
+
self.dependencies = attributes[:'dependencies']
|
150
|
+
end
|
151
|
+
|
152
|
+
if attributes.key?(:'packages')
|
153
|
+
if (value = attributes[:'packages']).is_a?(Array)
|
154
|
+
self.packages = value
|
155
|
+
end
|
156
|
+
end
|
157
|
+
|
158
|
+
if attributes.key?(:'sha256')
|
159
|
+
self.sha256 = attributes[:'sha256']
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
163
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
164
|
+
# @return Array for valid properties with the reasons
|
165
|
+
def list_invalid_properties
|
166
|
+
invalid_properties = Array.new
|
167
|
+
if @name.nil?
|
168
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
169
|
+
end
|
170
|
+
|
171
|
+
if @stream.nil?
|
172
|
+
invalid_properties.push('invalid value for "stream", stream cannot be nil.')
|
173
|
+
end
|
174
|
+
|
175
|
+
if @version.nil?
|
176
|
+
invalid_properties.push('invalid value for "version", version cannot be nil.')
|
177
|
+
end
|
178
|
+
|
179
|
+
if @context.nil?
|
180
|
+
invalid_properties.push('invalid value for "context", context cannot be nil.')
|
181
|
+
end
|
182
|
+
|
183
|
+
if @arch.nil?
|
184
|
+
invalid_properties.push('invalid value for "arch", arch cannot be nil.')
|
185
|
+
end
|
186
|
+
|
187
|
+
invalid_properties
|
188
|
+
end
|
189
|
+
|
190
|
+
# Check to see if the all the properties in the model are valid
|
191
|
+
# @return true if the model is valid
|
192
|
+
def valid?
|
193
|
+
return false if @name.nil?
|
194
|
+
return false if @stream.nil?
|
195
|
+
return false if @version.nil?
|
196
|
+
return false if @context.nil?
|
197
|
+
return false if @arch.nil?
|
198
|
+
true
|
199
|
+
end
|
200
|
+
|
201
|
+
# Checks equality by comparing each attribute.
|
202
|
+
# @param [Object] Object to be compared
|
203
|
+
def ==(o)
|
204
|
+
return true if self.equal?(o)
|
205
|
+
self.class == o.class &&
|
206
|
+
pulp_href == o.pulp_href &&
|
207
|
+
pulp_created == o.pulp_created &&
|
208
|
+
artifact == o.artifact &&
|
209
|
+
name == o.name &&
|
210
|
+
stream == o.stream &&
|
211
|
+
version == o.version &&
|
212
|
+
context == o.context &&
|
213
|
+
arch == o.arch &&
|
214
|
+
artifacts == o.artifacts &&
|
215
|
+
dependencies == o.dependencies &&
|
216
|
+
packages == o.packages &&
|
217
|
+
sha256 == o.sha256
|
218
|
+
end
|
219
|
+
|
220
|
+
# @see the `==` method
|
221
|
+
# @param [Object] Object to be compared
|
222
|
+
def eql?(o)
|
223
|
+
self == o
|
224
|
+
end
|
225
|
+
|
226
|
+
# Calculates hash code according to all attributes.
|
227
|
+
# @return [Integer] Hash code
|
228
|
+
def hash
|
229
|
+
[pulp_href, pulp_created, artifact, name, stream, version, context, arch, artifacts, dependencies, packages, sha256].hash
|
230
|
+
end
|
231
|
+
|
232
|
+
# Builds the object from hash
|
233
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
234
|
+
# @return [Object] Returns the model itself
|
235
|
+
def self.build_from_hash(attributes)
|
236
|
+
new.build_from_hash(attributes)
|
237
|
+
end
|
238
|
+
|
239
|
+
# Builds the object from hash
|
240
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
241
|
+
# @return [Object] Returns the model itself
|
242
|
+
def build_from_hash(attributes)
|
243
|
+
return nil unless attributes.is_a?(Hash)
|
244
|
+
self.class.openapi_types.each_pair do |key, type|
|
245
|
+
if type =~ /\AArray<(.*)>/i
|
246
|
+
# check to ensure the input is an array given that the attribute
|
247
|
+
# is documented as an array but the input is not
|
248
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
249
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
250
|
+
end
|
251
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
252
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
253
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
254
|
+
end
|
255
|
+
|
256
|
+
self
|
257
|
+
end
|
258
|
+
|
259
|
+
# Deserializes the data based on type
|
260
|
+
# @param string type Data type
|
261
|
+
# @param string value Value to be deserialized
|
262
|
+
# @return [Object] Deserialized data
|
263
|
+
def _deserialize(type, value)
|
264
|
+
case type.to_sym
|
265
|
+
when :DateTime
|
266
|
+
DateTime.parse(value)
|
267
|
+
when :Date
|
268
|
+
Date.parse(value)
|
269
|
+
when :String
|
270
|
+
value.to_s
|
271
|
+
when :Integer
|
272
|
+
value.to_i
|
273
|
+
when :Float
|
274
|
+
value.to_f
|
275
|
+
when :Boolean
|
276
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
277
|
+
true
|
278
|
+
else
|
279
|
+
false
|
280
|
+
end
|
281
|
+
when :Object
|
282
|
+
# generic object (usually a Hash), return directly
|
283
|
+
value
|
284
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
285
|
+
inner_type = Regexp.last_match[:inner_type]
|
286
|
+
value.map { |v| _deserialize(inner_type, v) }
|
287
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
288
|
+
k_type = Regexp.last_match[:k_type]
|
289
|
+
v_type = Regexp.last_match[:v_type]
|
290
|
+
{}.tap do |hash|
|
291
|
+
value.each do |k, v|
|
292
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
293
|
+
end
|
294
|
+
end
|
295
|
+
else # model
|
296
|
+
PulpRpmClient.const_get(type).build_from_hash(value)
|
297
|
+
end
|
298
|
+
end
|
299
|
+
|
300
|
+
# Returns the string representation of the object
|
301
|
+
# @return [String] String presentation of the object
|
302
|
+
def to_s
|
303
|
+
to_hash.to_s
|
304
|
+
end
|
305
|
+
|
306
|
+
# to_body is an alias to to_hash (backward compatibility)
|
307
|
+
# @return [Hash] Returns the object in the form of hash
|
308
|
+
def to_body
|
309
|
+
to_hash
|
310
|
+
end
|
311
|
+
|
312
|
+
# Returns the object in the form of hash
|
313
|
+
# @return [Hash] Returns the object in the form of hash
|
314
|
+
def to_hash
|
315
|
+
hash = {}
|
316
|
+
self.class.attribute_map.each_pair do |attr, param|
|
317
|
+
value = self.send(attr)
|
318
|
+
if value.nil?
|
319
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
320
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
321
|
+
end
|
322
|
+
|
323
|
+
hash[param] = _to_hash(value)
|
324
|
+
end
|
325
|
+
hash
|
326
|
+
end
|
327
|
+
|
328
|
+
# Outputs non-array value in the form of hash
|
329
|
+
# For object, use to_hash. Otherwise, just return the value
|
330
|
+
# @param [Object] value Any valid value
|
331
|
+
# @return [Hash] Returns the value in the form of hash
|
332
|
+
def _to_hash(value)
|
333
|
+
if value.is_a?(Array)
|
334
|
+
value.compact.map { |v| _to_hash(v) }
|
335
|
+
elsif value.is_a?(Hash)
|
336
|
+
{}.tap do |hash|
|
337
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
338
|
+
end
|
339
|
+
elsif value.respond_to? :to_hash
|
340
|
+
value.to_hash
|
341
|
+
else
|
342
|
+
value
|
343
|
+
end
|
344
|
+
end
|
345
|
+
end
|
346
|
+
end
|