pulpcore_client 3.5.0 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +88 -44
- data/docs/AccessPoliciesApi.md +244 -0
- data/docs/AccessPolicy.md +21 -0
- data/docs/AccessPolicyResponse.md +25 -0
- data/docs/Artifact.md +2 -6
- data/docs/ArtifactResponse.md +35 -0
- data/docs/ArtifactsApi.md +40 -34
- data/docs/{ContentAppStatus.md → ContentAppStatusResponse.md} +2 -2
- data/docs/{DatabaseConnection.md → DatabaseConnectionResponse.md} +2 -2
- data/docs/ExportersCoreExportsApi.md +33 -33
- data/docs/ExportersPulpApi.md +51 -51
- data/docs/Group.md +17 -0
- data/docs/{GroupProgressReport.md → GroupProgressReportResponse.md} +2 -2
- data/docs/GroupResponse.md +21 -0
- data/docs/GroupUser.md +17 -0
- data/docs/GroupUserResponse.md +19 -0
- data/docs/GroupsApi.md +351 -0
- data/docs/GroupsModelPermissionsApi.md +128 -0
- data/docs/GroupsObjectPermissionsApi.md +247 -0
- data/docs/GroupsUsersApi.md +183 -0
- data/docs/{Import.md → ImportResponse.md} +2 -2
- data/docs/ImportersCoreImportsApi.md +33 -33
- data/docs/ImportersPulpApi.md +51 -51
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +23 -0
- data/docs/InlineResponse20011.md +23 -0
- data/docs/InlineResponse20012.md +23 -0
- data/docs/InlineResponse20013.md +23 -0
- data/docs/InlineResponse20014.md +23 -0
- 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/OrphansApi.md +2 -2
- data/docs/PatchedAccessPolicy.md +21 -0
- data/docs/PatchedGroup.md +17 -0
- data/docs/PatchedPulpExporter.md +23 -0
- data/docs/PatchedPulpImporter.md +19 -0
- data/docs/{TaskCancel.md → PatchedTaskCancel.md} +3 -3
- data/docs/PermissionResponse.md +23 -0
- data/docs/{ProgressReport.md → ProgressReportResponse.md} +2 -2
- data/docs/PulpExport.md +11 -11
- data/docs/PulpExportResponse.md +27 -0
- data/docs/PulpExporter.md +1 -5
- data/docs/PulpExporterResponse.md +27 -0
- data/docs/PulpImport.md +4 -2
- data/docs/PulpImporter.md +2 -6
- data/docs/PulpImporterResponse.md +23 -0
- data/docs/{RedisConnection.md → RedisConnectionResponse.md} +2 -2
- data/docs/{SigningService.md → SigningServiceResponse.md} +2 -2
- data/docs/SigningServicesApi.md +14 -14
- data/docs/StatusApi.md +8 -22
- data/docs/StatusResponse.md +27 -0
- data/docs/{Storage.md → StorageResponse.md} +2 -2
- data/docs/{TaskGroup.md → TaskGroupResponse.md} +3 -3
- data/docs/TaskGroupsApi.md +16 -12
- data/docs/{Task.md → TaskResponse.md} +5 -7
- data/docs/TasksApi.md +144 -88
- data/docs/Upload.md +1 -7
- data/docs/UploadChunk.md +2 -6
- data/docs/UploadChunkResponse.md +19 -0
- data/docs/{UploadDetail.md → UploadDetailResponse.md} +3 -3
- data/docs/UploadResponse.md +23 -0
- data/docs/UploadsApi.md +42 -40
- data/docs/UserGroupResponse.md +19 -0
- data/docs/UserResponse.md +35 -0
- data/docs/UsersApi.md +191 -0
- data/docs/{Version.md → VersionResponse.md} +2 -2
- data/docs/{Worker.md → WorkerResponse.md} +2 -2
- data/docs/WorkersApi.md +36 -32
- data/lib/pulpcore_client/api/access_policies_api.rb +301 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +47 -65
- data/lib/pulpcore_client/api/exporters_core_exports_api.rb +51 -51
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +71 -71
- data/lib/pulpcore_client/api/groups_api.rb +425 -0
- data/lib/pulpcore_client/api/groups_model_permissions_api.rb +161 -0
- data/lib/pulpcore_client/api/groups_object_permissions_api.rb +295 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +229 -0
- data/lib/pulpcore_client/api/importers_core_imports_api.rb +51 -51
- data/lib/pulpcore_client/api/importers_pulp_api.rb +71 -71
- data/lib/pulpcore_client/api/orphans_api.rb +3 -3
- data/lib/pulpcore_client/api/signing_services_api.rb +18 -18
- data/lib/pulpcore_client/api/status_api.rb +11 -17
- data/lib/pulpcore_client/api/task_groups_api.rb +19 -15
- data/lib/pulpcore_client/api/tasks_api.rb +203 -125
- data/lib/pulpcore_client/api/uploads_api.rb +60 -66
- data/lib/pulpcore_client/api/users_api.rb +227 -0
- data/lib/pulpcore_client/api/workers_api.rb +46 -42
- data/lib/pulpcore_client/api_client.rb +2 -2
- data/lib/pulpcore_client/api_error.rb +2 -2
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/access_policy.rb +247 -0
- data/lib/pulpcore_client/models/access_policy_response.rb +266 -0
- data/lib/pulpcore_client/models/artifact.rb +8 -111
- data/lib/pulpcore_client/models/artifact_response.rb +308 -0
- data/lib/pulpcore_client/models/async_operation_response.rb +3 -2
- data/lib/pulpcore_client/models/{content_app_status.rb → content_app_status_response.rb} +6 -21
- data/lib/pulpcore_client/models/{database_connection.rb → database_connection_response.rb} +6 -6
- data/lib/pulpcore_client/models/group.rb +232 -0
- data/lib/pulpcore_client/models/{group_progress_report.rb → group_progress_report_response.rb} +6 -50
- data/lib/pulpcore_client/models/group_response.rb +250 -0
- data/lib/pulpcore_client/models/group_user.rb +232 -0
- data/lib/pulpcore_client/models/group_user_response.rb +241 -0
- data/lib/pulpcore_client/models/{import.rb → import_response.rb} +6 -5
- data/lib/pulpcore_client/models/inline_response200.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2001.rb +3 -13
- data/lib/pulpcore_client/models/inline_response20010.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20011.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20012.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20013.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20014.rb +237 -0
- data/lib/pulpcore_client/models/inline_response2002.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2003.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2004.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2005.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2006.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2007.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2008.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2009.rb +3 -13
- data/lib/pulpcore_client/models/patched_access_policy.rb +232 -0
- data/lib/pulpcore_client/models/patched_group.rb +223 -0
- data/lib/pulpcore_client/models/patched_pulp_exporter.rb +240 -0
- data/lib/pulpcore_client/models/patched_pulp_importer.rb +218 -0
- data/lib/pulpcore_client/models/{task_cancel.rb → patched_task_cancel.rb} +6 -29
- data/lib/pulpcore_client/models/permission_response.rb +235 -0
- data/lib/pulpcore_client/models/{progress_report.rb → progress_report_response.rb} +6 -65
- data/lib/pulpcore_client/models/pulp_export.rb +50 -42
- data/lib/pulpcore_client/models/pulp_export_response.rb +260 -0
- data/lib/pulpcore_client/models/pulp_exporter.rb +4 -60
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +274 -0
- data/lib/pulpcore_client/models/pulp_import.rb +17 -30
- data/lib/pulpcore_client/models/pulp_importer.rb +6 -45
- data/lib/pulpcore_client/models/pulp_importer_response.rb +242 -0
- data/lib/pulpcore_client/models/{redis_connection.rb → redis_connection_response.rb} +6 -6
- data/lib/pulpcore_client/models/{signing_service.rb → signing_service_response.rb} +6 -43
- data/lib/pulpcore_client/models/{status.rb → status_response.rb} +15 -11
- data/lib/pulpcore_client/models/{storage.rb → storage_response.rb} +6 -6
- data/lib/pulpcore_client/models/{task_group.rb → task_group_response.rb} +7 -25
- data/lib/pulpcore_client/models/{task.rb → task_response.rb} +13 -59
- data/lib/pulpcore_client/models/upload.rb +7 -35
- data/lib/pulpcore_client/models/upload_chunk.rb +11 -39
- data/lib/pulpcore_client/models/upload_chunk_response.rb +215 -0
- data/lib/pulpcore_client/models/upload_commit.rb +2 -21
- data/lib/pulpcore_client/models/{upload_detail.rb → upload_detail_response.rb} +7 -6
- data/lib/pulpcore_client/models/upload_response.rb +242 -0
- data/lib/pulpcore_client/models/user_group_response.rb +241 -0
- data/lib/pulpcore_client/models/user_response.rb +378 -0
- data/lib/pulpcore_client/models/{version.rb → version_response.rb} +6 -44
- data/lib/pulpcore_client/models/{worker.rb → worker_response.rb} +6 -21
- data/lib/pulpcore_client/version.rb +3 -3
- data/lib/pulpcore_client.rb +47 -17
- data/pulpcore_client.gemspec +4 -4
- data/spec/api/access_policies_api_spec.rb +91 -0
- data/spec/api/artifacts_api_spec.rb +18 -15
- data/spec/api/exporters_core_exports_api_spec.rb +10 -10
- data/spec/api/exporters_pulp_api_spec.rb +18 -18
- data/spec/api/groups_api_spec.rb +115 -0
- data/spec/api/groups_model_permissions_api_spec.rb +64 -0
- data/spec/api/groups_object_permissions_api_spec.rb +92 -0
- data/spec/api/groups_users_api_spec.rb +77 -0
- data/spec/api/importers_core_imports_api_spec.rb +10 -10
- data/spec/api/importers_pulp_api_spec.rb +18 -18
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/signing_services_api_spec.rb +7 -7
- data/spec/api/status_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +8 -6
- data/spec/api/tasks_api_spec.rb +69 -42
- data/spec/api/uploads_api_spec.rb +14 -13
- data/spec/api/users_api_spec.rb +78 -0
- data/spec/api/workers_api_spec.rb +18 -16
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/access_policy_response_spec.rb +65 -0
- data/spec/models/access_policy_spec.rb +53 -0
- data/spec/models/artifact_response_spec.rb +95 -0
- data/spec/models/artifact_spec.rb +2 -14
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{content_app_status_spec.rb → content_app_status_response_spec.rb} +8 -8
- data/spec/models/{database_connection_spec.rb → database_connection_response_spec.rb} +8 -8
- data/spec/models/{group_progress_report_spec.rb → group_progress_report_response_spec.rb} +8 -8
- data/spec/models/group_response_spec.rb +53 -0
- data/spec/models/group_spec.rb +41 -0
- data/spec/models/group_user_response_spec.rb +47 -0
- data/spec/models/group_user_spec.rb +41 -0
- data/spec/models/{import_spec.rb → import_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +59 -0
- data/spec/models/inline_response20011_spec.rb +59 -0
- data/spec/models/inline_response20012_spec.rb +59 -0
- data/spec/models/inline_response20013_spec.rb +59 -0
- data/spec/models/inline_response20014_spec.rb +59 -0
- 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/patched_access_policy_spec.rb +53 -0
- data/spec/models/patched_group_spec.rb +41 -0
- data/spec/models/patched_pulp_exporter_spec.rb +59 -0
- data/spec/models/patched_pulp_importer_spec.rb +47 -0
- data/spec/models/{task_cancel_spec.rb → patched_task_cancel_spec.rb} +8 -8
- data/spec/models/permission_response_spec.rb +59 -0
- data/spec/models/{progress_report_spec.rb → progress_report_response_spec.rb} +8 -8
- data/spec/models/pulp_export_response_spec.rb +71 -0
- data/spec/models/pulp_export_spec.rb +8 -8
- data/spec/models/pulp_exporter_response_spec.rb +71 -0
- data/spec/models/pulp_exporter_spec.rb +2 -14
- data/spec/models/pulp_import_spec.rb +8 -2
- data/spec/models/pulp_importer_response_spec.rb +59 -0
- data/spec/models/pulp_importer_spec.rb +2 -14
- data/spec/models/{redis_connection_spec.rb → redis_connection_response_spec.rb} +8 -8
- data/spec/models/{signing_service_spec.rb → signing_service_response_spec.rb} +8 -8
- data/spec/models/{status_spec.rb → status_response_spec.rb} +8 -8
- data/spec/models/{storage_spec.rb → storage_response_spec.rb} +8 -8
- data/spec/models/{task_group_spec.rb → task_group_response_spec.rb} +8 -8
- data/spec/models/{task_spec.rb → task_response_spec.rb} +8 -14
- data/spec/models/upload_chunk_response_spec.rb +47 -0
- data/spec/models/upload_chunk_spec.rb +2 -14
- data/spec/models/upload_commit_spec.rb +2 -2
- data/spec/models/{upload_detail_spec.rb → upload_detail_response_spec.rb} +8 -8
- data/spec/models/upload_response_spec.rb +59 -0
- data/spec/models/upload_spec.rb +2 -20
- data/spec/models/user_group_response_spec.rb +47 -0
- data/spec/models/user_response_spec.rb +95 -0
- data/spec/models/{version_spec.rb → version_response_spec.rb} +8 -8
- data/spec/models/{worker_spec.rb → worker_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +204 -84
- data/docs/Status.md +0 -27
|
@@ -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 PulpcoreClient
|
|
16
|
-
class
|
|
16
|
+
# Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
|
+
class TaskResponse
|
|
17
18
|
attr_accessor :pulp_href
|
|
18
19
|
|
|
19
20
|
# Timestamp of creation.
|
|
@@ -51,8 +52,6 @@ module PulpcoreClient
|
|
|
51
52
|
# Resources created by this task.
|
|
52
53
|
attr_accessor :created_resources
|
|
53
54
|
|
|
54
|
-
attr_accessor :reserved_resources_record
|
|
55
|
-
|
|
56
55
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
57
56
|
def self.attribute_map
|
|
58
57
|
{
|
|
@@ -68,8 +67,7 @@ module PulpcoreClient
|
|
|
68
67
|
:'child_tasks' => :'child_tasks',
|
|
69
68
|
:'task_group' => :'task_group',
|
|
70
69
|
:'progress_reports' => :'progress_reports',
|
|
71
|
-
:'created_resources' => :'created_resources'
|
|
72
|
-
:'reserved_resources_record' => :'reserved_resources_record'
|
|
70
|
+
:'created_resources' => :'created_resources'
|
|
73
71
|
}
|
|
74
72
|
end
|
|
75
73
|
|
|
@@ -82,14 +80,13 @@ module PulpcoreClient
|
|
|
82
80
|
:'name' => :'String',
|
|
83
81
|
:'started_at' => :'DateTime',
|
|
84
82
|
:'finished_at' => :'DateTime',
|
|
85
|
-
:'error' => :'
|
|
83
|
+
:'error' => :'Object',
|
|
86
84
|
:'worker' => :'String',
|
|
87
85
|
:'parent_task' => :'String',
|
|
88
86
|
:'child_tasks' => :'Array<String>',
|
|
89
87
|
:'task_group' => :'String',
|
|
90
|
-
:'progress_reports' => :'Array<
|
|
91
|
-
:'created_resources' => :'Array<String>'
|
|
92
|
-
:'reserved_resources_record' => :'Array<Object>'
|
|
88
|
+
:'progress_reports' => :'Array<ProgressReportResponse>',
|
|
89
|
+
:'created_resources' => :'Array<String>'
|
|
93
90
|
}
|
|
94
91
|
end
|
|
95
92
|
|
|
@@ -103,13 +100,13 @@ module PulpcoreClient
|
|
|
103
100
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
104
101
|
def initialize(attributes = {})
|
|
105
102
|
if (!attributes.is_a?(Hash))
|
|
106
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::
|
|
103
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::TaskResponse` initialize method"
|
|
107
104
|
end
|
|
108
105
|
|
|
109
106
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
110
107
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
111
108
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
112
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::
|
|
109
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::TaskResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
113
110
|
end
|
|
114
111
|
h[k.to_sym] = v
|
|
115
112
|
}
|
|
@@ -139,9 +136,7 @@ module PulpcoreClient
|
|
|
139
136
|
end
|
|
140
137
|
|
|
141
138
|
if attributes.key?(:'error')
|
|
142
|
-
|
|
143
|
-
self.error = value
|
|
144
|
-
end
|
|
139
|
+
self.error = attributes[:'error']
|
|
145
140
|
end
|
|
146
141
|
|
|
147
142
|
if attributes.key?(:'worker')
|
|
@@ -173,66 +168,26 @@ module PulpcoreClient
|
|
|
173
168
|
self.created_resources = value
|
|
174
169
|
end
|
|
175
170
|
end
|
|
176
|
-
|
|
177
|
-
if attributes.key?(:'reserved_resources_record')
|
|
178
|
-
if (value = attributes[:'reserved_resources_record']).is_a?(Array)
|
|
179
|
-
self.reserved_resources_record = value
|
|
180
|
-
end
|
|
181
|
-
end
|
|
182
171
|
end
|
|
183
172
|
|
|
184
173
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
185
174
|
# @return Array for valid properties with the reasons
|
|
186
175
|
def list_invalid_properties
|
|
187
176
|
invalid_properties = Array.new
|
|
188
|
-
if !@state.nil? && @state.to_s.length < 1
|
|
189
|
-
invalid_properties.push('invalid value for "state", the character length must be great than or equal to 1.')
|
|
190
|
-
end
|
|
191
|
-
|
|
192
177
|
if @name.nil?
|
|
193
178
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
194
179
|
end
|
|
195
180
|
|
|
196
|
-
if @name.to_s.length < 1
|
|
197
|
-
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
198
|
-
end
|
|
199
|
-
|
|
200
181
|
invalid_properties
|
|
201
182
|
end
|
|
202
183
|
|
|
203
184
|
# Check to see if the all the properties in the model are valid
|
|
204
185
|
# @return true if the model is valid
|
|
205
186
|
def valid?
|
|
206
|
-
return false if !@state.nil? && @state.to_s.length < 1
|
|
207
187
|
return false if @name.nil?
|
|
208
|
-
return false if @name.to_s.length < 1
|
|
209
188
|
true
|
|
210
189
|
end
|
|
211
190
|
|
|
212
|
-
# Custom attribute writer method with validation
|
|
213
|
-
# @param [Object] state Value to be assigned
|
|
214
|
-
def state=(state)
|
|
215
|
-
if !state.nil? && state.to_s.length < 1
|
|
216
|
-
fail ArgumentError, 'invalid value for "state", the character length must be great than or equal to 1.'
|
|
217
|
-
end
|
|
218
|
-
|
|
219
|
-
@state = state
|
|
220
|
-
end
|
|
221
|
-
|
|
222
|
-
# Custom attribute writer method with validation
|
|
223
|
-
# @param [Object] name Value to be assigned
|
|
224
|
-
def name=(name)
|
|
225
|
-
if name.nil?
|
|
226
|
-
fail ArgumentError, 'name cannot be nil'
|
|
227
|
-
end
|
|
228
|
-
|
|
229
|
-
if name.to_s.length < 1
|
|
230
|
-
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
231
|
-
end
|
|
232
|
-
|
|
233
|
-
@name = name
|
|
234
|
-
end
|
|
235
|
-
|
|
236
191
|
# Checks equality by comparing each attribute.
|
|
237
192
|
# @param [Object] Object to be compared
|
|
238
193
|
def ==(o)
|
|
@@ -250,8 +205,7 @@ module PulpcoreClient
|
|
|
250
205
|
child_tasks == o.child_tasks &&
|
|
251
206
|
task_group == o.task_group &&
|
|
252
207
|
progress_reports == o.progress_reports &&
|
|
253
|
-
created_resources == o.created_resources
|
|
254
|
-
reserved_resources_record == o.reserved_resources_record
|
|
208
|
+
created_resources == o.created_resources
|
|
255
209
|
end
|
|
256
210
|
|
|
257
211
|
# @see the `==` method
|
|
@@ -263,7 +217,7 @@ module PulpcoreClient
|
|
|
263
217
|
# Calculates hash code according to all attributes.
|
|
264
218
|
# @return [Integer] Hash code
|
|
265
219
|
def hash
|
|
266
|
-
[pulp_href, pulp_created, state, name, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources
|
|
220
|
+
[pulp_href, pulp_created, state, name, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources].hash
|
|
267
221
|
end
|
|
268
222
|
|
|
269
223
|
# Builds the object from hash
|
|
@@ -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,35 +13,22 @@ OpenAPI Generator version: 4.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
+
# Serializer for chunked uploads.
|
|
16
17
|
class Upload
|
|
17
|
-
attr_accessor :pulp_href
|
|
18
|
-
|
|
19
|
-
# Timestamp of creation.
|
|
20
|
-
attr_accessor :pulp_created
|
|
21
|
-
|
|
22
18
|
# The size of the upload in bytes.
|
|
23
19
|
attr_accessor :size
|
|
24
20
|
|
|
25
|
-
# Timestamp when upload is committed.
|
|
26
|
-
attr_accessor :completed
|
|
27
|
-
|
|
28
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
29
22
|
def self.attribute_map
|
|
30
23
|
{
|
|
31
|
-
:'
|
|
32
|
-
:'pulp_created' => :'pulp_created',
|
|
33
|
-
:'size' => :'size',
|
|
34
|
-
:'completed' => :'completed'
|
|
24
|
+
:'size' => :'size'
|
|
35
25
|
}
|
|
36
26
|
end
|
|
37
27
|
|
|
38
28
|
# Attribute type mapping.
|
|
39
29
|
def self.openapi_types
|
|
40
30
|
{
|
|
41
|
-
:'
|
|
42
|
-
:'pulp_created' => :'DateTime',
|
|
43
|
-
:'size' => :'Integer',
|
|
44
|
-
:'completed' => :'DateTime'
|
|
31
|
+
:'size' => :'Integer'
|
|
45
32
|
}
|
|
46
33
|
end
|
|
47
34
|
|
|
@@ -66,21 +53,9 @@ module PulpcoreClient
|
|
|
66
53
|
h[k.to_sym] = v
|
|
67
54
|
}
|
|
68
55
|
|
|
69
|
-
if attributes.key?(:'pulp_href')
|
|
70
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
if attributes.key?(:'pulp_created')
|
|
74
|
-
self.pulp_created = attributes[:'pulp_created']
|
|
75
|
-
end
|
|
76
|
-
|
|
77
56
|
if attributes.key?(:'size')
|
|
78
57
|
self.size = attributes[:'size']
|
|
79
58
|
end
|
|
80
|
-
|
|
81
|
-
if attributes.key?(:'completed')
|
|
82
|
-
self.completed = attributes[:'completed']
|
|
83
|
-
end
|
|
84
59
|
end
|
|
85
60
|
|
|
86
61
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -106,10 +81,7 @@ module PulpcoreClient
|
|
|
106
81
|
def ==(o)
|
|
107
82
|
return true if self.equal?(o)
|
|
108
83
|
self.class == o.class &&
|
|
109
|
-
|
|
110
|
-
pulp_created == o.pulp_created &&
|
|
111
|
-
size == o.size &&
|
|
112
|
-
completed == o.completed
|
|
84
|
+
size == o.size
|
|
113
85
|
end
|
|
114
86
|
|
|
115
87
|
# @see the `==` method
|
|
@@ -121,7 +93,7 @@ module PulpcoreClient
|
|
|
121
93
|
# Calculates hash code according to all attributes.
|
|
122
94
|
# @return [Integer] Hash code
|
|
123
95
|
def hash
|
|
124
|
-
[
|
|
96
|
+
[size].hash
|
|
125
97
|
end
|
|
126
98
|
|
|
127
99
|
# Builds the object from hash
|
|
@@ -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
|
|
|
@@ -20,34 +20,26 @@ module PulpcoreClient
|
|
|
20
20
|
# The SHA-256 checksum of the chunk if available.
|
|
21
21
|
attr_accessor :sha256
|
|
22
22
|
|
|
23
|
-
attr_accessor :offset
|
|
24
|
-
|
|
25
|
-
attr_accessor :size
|
|
26
|
-
|
|
27
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
24
|
def self.attribute_map
|
|
29
25
|
{
|
|
30
26
|
:'file' => :'file',
|
|
31
|
-
:'sha256' => :'sha256'
|
|
32
|
-
:'offset' => :'offset',
|
|
33
|
-
:'size' => :'size'
|
|
27
|
+
:'sha256' => :'sha256'
|
|
34
28
|
}
|
|
35
29
|
end
|
|
36
30
|
|
|
37
31
|
# Attribute type mapping.
|
|
38
32
|
def self.openapi_types
|
|
39
33
|
{
|
|
40
|
-
:'file' => :'
|
|
41
|
-
:'sha256' => :'String'
|
|
42
|
-
:'offset' => :'Integer',
|
|
43
|
-
:'size' => :'Integer'
|
|
34
|
+
:'file' => :'File',
|
|
35
|
+
:'sha256' => :'String'
|
|
44
36
|
}
|
|
45
37
|
end
|
|
46
38
|
|
|
47
39
|
# List of attributes with nullable: true
|
|
48
40
|
def self.openapi_nullable
|
|
49
41
|
Set.new([
|
|
50
|
-
:'sha256'
|
|
42
|
+
:'sha256'
|
|
51
43
|
])
|
|
52
44
|
end
|
|
53
45
|
|
|
@@ -73,22 +65,14 @@ module PulpcoreClient
|
|
|
73
65
|
if attributes.key?(:'sha256')
|
|
74
66
|
self.sha256 = attributes[:'sha256']
|
|
75
67
|
end
|
|
76
|
-
|
|
77
|
-
if attributes.key?(:'offset')
|
|
78
|
-
self.offset = attributes[:'offset']
|
|
79
|
-
end
|
|
80
|
-
|
|
81
|
-
if attributes.key?(:'size')
|
|
82
|
-
self.size = attributes[:'size']
|
|
83
|
-
end
|
|
84
68
|
end
|
|
85
69
|
|
|
86
70
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
87
71
|
# @return Array for valid properties with the reasons
|
|
88
72
|
def list_invalid_properties
|
|
89
73
|
invalid_properties = Array.new
|
|
90
|
-
if
|
|
91
|
-
invalid_properties.push('invalid value for "
|
|
74
|
+
if @file.nil?
|
|
75
|
+
invalid_properties.push('invalid value for "file", file cannot be nil.')
|
|
92
76
|
end
|
|
93
77
|
|
|
94
78
|
invalid_properties
|
|
@@ -97,29 +81,17 @@ module PulpcoreClient
|
|
|
97
81
|
# Check to see if the all the properties in the model are valid
|
|
98
82
|
# @return true if the model is valid
|
|
99
83
|
def valid?
|
|
100
|
-
return false if
|
|
84
|
+
return false if @file.nil?
|
|
101
85
|
true
|
|
102
86
|
end
|
|
103
87
|
|
|
104
|
-
# Custom attribute writer method with validation
|
|
105
|
-
# @param [Object] sha256 Value to be assigned
|
|
106
|
-
def sha256=(sha256)
|
|
107
|
-
if !sha256.nil? && sha256.to_s.length < 1
|
|
108
|
-
fail ArgumentError, 'invalid value for "sha256", the character length must be great than or equal to 1.'
|
|
109
|
-
end
|
|
110
|
-
|
|
111
|
-
@sha256 = sha256
|
|
112
|
-
end
|
|
113
|
-
|
|
114
88
|
# Checks equality by comparing each attribute.
|
|
115
89
|
# @param [Object] Object to be compared
|
|
116
90
|
def ==(o)
|
|
117
91
|
return true if self.equal?(o)
|
|
118
92
|
self.class == o.class &&
|
|
119
93
|
file == o.file &&
|
|
120
|
-
sha256 == o.sha256
|
|
121
|
-
offset == o.offset &&
|
|
122
|
-
size == o.size
|
|
94
|
+
sha256 == o.sha256
|
|
123
95
|
end
|
|
124
96
|
|
|
125
97
|
# @see the `==` method
|
|
@@ -131,7 +103,7 @@ module PulpcoreClient
|
|
|
131
103
|
# Calculates hash code according to all attributes.
|
|
132
104
|
# @return [Integer] Hash code
|
|
133
105
|
def hash
|
|
134
|
-
[file, sha256
|
|
106
|
+
[file, sha256].hash
|
|
135
107
|
end
|
|
136
108
|
|
|
137
109
|
# Builds the object from hash
|
|
@@ -0,0 +1,215 @@
|
|
|
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 PulpcoreClient
|
|
16
|
+
class UploadChunkResponse
|
|
17
|
+
attr_accessor :offset
|
|
18
|
+
|
|
19
|
+
attr_accessor :size
|
|
20
|
+
|
|
21
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
|
+
def self.attribute_map
|
|
23
|
+
{
|
|
24
|
+
:'offset' => :'offset',
|
|
25
|
+
:'size' => :'size'
|
|
26
|
+
}
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
# Attribute type mapping.
|
|
30
|
+
def self.openapi_types
|
|
31
|
+
{
|
|
32
|
+
:'offset' => :'Integer',
|
|
33
|
+
:'size' => :'Integer'
|
|
34
|
+
}
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# List of attributes with nullable: true
|
|
38
|
+
def self.openapi_nullable
|
|
39
|
+
Set.new([
|
|
40
|
+
])
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
# Initializes the object
|
|
44
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
45
|
+
def initialize(attributes = {})
|
|
46
|
+
if (!attributes.is_a?(Hash))
|
|
47
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::UploadChunkResponse` initialize method"
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
51
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
52
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
53
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::UploadChunkResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
54
|
+
end
|
|
55
|
+
h[k.to_sym] = v
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
if attributes.key?(:'offset')
|
|
59
|
+
self.offset = attributes[:'offset']
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
if attributes.key?(:'size')
|
|
63
|
+
self.size = attributes[:'size']
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
68
|
+
# @return Array for valid properties with the reasons
|
|
69
|
+
def list_invalid_properties
|
|
70
|
+
invalid_properties = Array.new
|
|
71
|
+
invalid_properties
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
# Check to see if the all the properties in the model are valid
|
|
75
|
+
# @return true if the model is valid
|
|
76
|
+
def valid?
|
|
77
|
+
true
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
# Checks equality by comparing each attribute.
|
|
81
|
+
# @param [Object] Object to be compared
|
|
82
|
+
def ==(o)
|
|
83
|
+
return true if self.equal?(o)
|
|
84
|
+
self.class == o.class &&
|
|
85
|
+
offset == o.offset &&
|
|
86
|
+
size == o.size
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# @see the `==` method
|
|
90
|
+
# @param [Object] Object to be compared
|
|
91
|
+
def eql?(o)
|
|
92
|
+
self == o
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
# Calculates hash code according to all attributes.
|
|
96
|
+
# @return [Integer] Hash code
|
|
97
|
+
def hash
|
|
98
|
+
[offset, size].hash
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Builds the object from hash
|
|
102
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
103
|
+
# @return [Object] Returns the model itself
|
|
104
|
+
def self.build_from_hash(attributes)
|
|
105
|
+
new.build_from_hash(attributes)
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# Builds the object from hash
|
|
109
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
110
|
+
# @return [Object] Returns the model itself
|
|
111
|
+
def build_from_hash(attributes)
|
|
112
|
+
return nil unless attributes.is_a?(Hash)
|
|
113
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
114
|
+
if type =~ /\AArray<(.*)>/i
|
|
115
|
+
# check to ensure the input is an array given that the attribute
|
|
116
|
+
# is documented as an array but the input is not
|
|
117
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
118
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
119
|
+
end
|
|
120
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
121
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
122
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
self
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
# Deserializes the data based on type
|
|
129
|
+
# @param string type Data type
|
|
130
|
+
# @param string value Value to be deserialized
|
|
131
|
+
# @return [Object] Deserialized data
|
|
132
|
+
def _deserialize(type, value)
|
|
133
|
+
case type.to_sym
|
|
134
|
+
when :DateTime
|
|
135
|
+
DateTime.parse(value)
|
|
136
|
+
when :Date
|
|
137
|
+
Date.parse(value)
|
|
138
|
+
when :String
|
|
139
|
+
value.to_s
|
|
140
|
+
when :Integer
|
|
141
|
+
value.to_i
|
|
142
|
+
when :Float
|
|
143
|
+
value.to_f
|
|
144
|
+
when :Boolean
|
|
145
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
146
|
+
true
|
|
147
|
+
else
|
|
148
|
+
false
|
|
149
|
+
end
|
|
150
|
+
when :Object
|
|
151
|
+
# generic object (usually a Hash), return directly
|
|
152
|
+
value
|
|
153
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
154
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
155
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
156
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
157
|
+
k_type = Regexp.last_match[:k_type]
|
|
158
|
+
v_type = Regexp.last_match[:v_type]
|
|
159
|
+
{}.tap do |hash|
|
|
160
|
+
value.each do |k, v|
|
|
161
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
162
|
+
end
|
|
163
|
+
end
|
|
164
|
+
else # model
|
|
165
|
+
PulpcoreClient.const_get(type).build_from_hash(value)
|
|
166
|
+
end
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
# Returns the string representation of the object
|
|
170
|
+
# @return [String] String presentation of the object
|
|
171
|
+
def to_s
|
|
172
|
+
to_hash.to_s
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
176
|
+
# @return [Hash] Returns the object in the form of hash
|
|
177
|
+
def to_body
|
|
178
|
+
to_hash
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
# Returns the object in the form of hash
|
|
182
|
+
# @return [Hash] Returns the object in the form of hash
|
|
183
|
+
def to_hash
|
|
184
|
+
hash = {}
|
|
185
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
186
|
+
value = self.send(attr)
|
|
187
|
+
if value.nil?
|
|
188
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
189
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
hash[param] = _to_hash(value)
|
|
193
|
+
end
|
|
194
|
+
hash
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# Outputs non-array value in the form of hash
|
|
198
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
199
|
+
# @param [Object] value Any valid value
|
|
200
|
+
# @return [Hash] Returns the value in the form of hash
|
|
201
|
+
def _to_hash(value)
|
|
202
|
+
if value.is_a?(Array)
|
|
203
|
+
value.compact.map { |v| _to_hash(v) }
|
|
204
|
+
elsif value.is_a?(Hash)
|
|
205
|
+
{}.tap do |hash|
|
|
206
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
207
|
+
end
|
|
208
|
+
elsif value.respond_to? :to_hash
|
|
209
|
+
value.to_hash
|
|
210
|
+
else
|
|
211
|
+
value
|
|
212
|
+
end
|
|
213
|
+
end
|
|
214
|
+
end
|
|
215
|
+
end
|
|
@@ -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
|
|
|
@@ -65,10 +65,6 @@ module PulpcoreClient
|
|
|
65
65
|
invalid_properties.push('invalid value for "sha256", sha256 cannot be nil.')
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
-
if @sha256.to_s.length < 1
|
|
69
|
-
invalid_properties.push('invalid value for "sha256", the character length must be great than or equal to 1.')
|
|
70
|
-
end
|
|
71
|
-
|
|
72
68
|
invalid_properties
|
|
73
69
|
end
|
|
74
70
|
|
|
@@ -76,24 +72,9 @@ module PulpcoreClient
|
|
|
76
72
|
# @return true if the model is valid
|
|
77
73
|
def valid?
|
|
78
74
|
return false if @sha256.nil?
|
|
79
|
-
return false if @sha256.to_s.length < 1
|
|
80
75
|
true
|
|
81
76
|
end
|
|
82
77
|
|
|
83
|
-
# Custom attribute writer method with validation
|
|
84
|
-
# @param [Object] sha256 Value to be assigned
|
|
85
|
-
def sha256=(sha256)
|
|
86
|
-
if sha256.nil?
|
|
87
|
-
fail ArgumentError, 'sha256 cannot be nil'
|
|
88
|
-
end
|
|
89
|
-
|
|
90
|
-
if sha256.to_s.length < 1
|
|
91
|
-
fail ArgumentError, 'invalid value for "sha256", the character length must be great than or equal to 1.'
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
@sha256 = sha256
|
|
95
|
-
end
|
|
96
|
-
|
|
97
78
|
# Checks equality by comparing each attribute.
|
|
98
79
|
# @param [Object] Object to be compared
|
|
99
80
|
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 PulpcoreClient
|
|
16
|
-
|
|
16
|
+
# Serializer for chunked uploads.
|
|
17
|
+
class UploadDetailResponse
|
|
17
18
|
attr_accessor :pulp_href
|
|
18
19
|
|
|
19
20
|
# Timestamp of creation.
|
|
@@ -45,7 +46,7 @@ module PulpcoreClient
|
|
|
45
46
|
:'pulp_created' => :'DateTime',
|
|
46
47
|
:'size' => :'Integer',
|
|
47
48
|
:'completed' => :'DateTime',
|
|
48
|
-
:'chunks' => :'Array<
|
|
49
|
+
:'chunks' => :'Array<UploadChunkResponse>'
|
|
49
50
|
}
|
|
50
51
|
end
|
|
51
52
|
|
|
@@ -59,13 +60,13 @@ module PulpcoreClient
|
|
|
59
60
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
60
61
|
def initialize(attributes = {})
|
|
61
62
|
if (!attributes.is_a?(Hash))
|
|
62
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::
|
|
63
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::UploadDetailResponse` initialize method"
|
|
63
64
|
end
|
|
64
65
|
|
|
65
66
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
66
67
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
67
68
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
68
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::
|
|
69
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::UploadDetailResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
69
70
|
end
|
|
70
71
|
h[k.to_sym] = v
|
|
71
72
|
}
|