pulpcore_client 3.7.9 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +19 -19
  4. data/docs/AccessPoliciesApi.md +2 -2
  5. data/docs/ArtifactsApi.md +2 -2
  6. data/docs/ExportersCoreExportsApi.md +2 -2
  7. data/docs/ExportersPulpApi.md +2 -2
  8. data/docs/GroupsApi.md +2 -2
  9. data/docs/GroupsModelPermissionsApi.md +2 -2
  10. data/docs/GroupsObjectPermissionsApi.md +2 -2
  11. data/docs/GroupsUsersApi.md +2 -2
  12. data/docs/ImportersCoreImportsApi.md +2 -2
  13. data/docs/ImportersPulpApi.md +2 -2
  14. data/docs/{InlineResponse200.md → PaginatedAccessPolicyResponseList.md} +4 -4
  15. data/docs/{InlineResponse2001.md → PaginatedArtifactResponseList.md} +4 -4
  16. data/docs/{InlineResponse2004.md → PaginatedGroupResponseList.md} +4 -4
  17. data/docs/{InlineResponse2006.md → PaginatedGroupUserResponseList.md} +4 -4
  18. data/docs/{InlineResponse2008.md → PaginatedImportResponseList.md} +4 -4
  19. data/docs/{InlineResponse2005.md → PaginatedPermissionResponseList.md} +4 -4
  20. data/docs/{InlineResponse2003.md → PaginatedPulpExportResponseList.md} +4 -4
  21. data/docs/{InlineResponse2002.md → PaginatedPulpExporterResponseList.md} +4 -4
  22. data/docs/{InlineResponse2007.md → PaginatedPulpImporterResponseList.md} +4 -4
  23. data/docs/{InlineResponse2009.md → PaginatedSigningServiceResponseList.md} +4 -4
  24. data/docs/{InlineResponse20010.md → PaginatedTaskGroupResponseList.md} +4 -4
  25. data/docs/{InlineResponse20011.md → PaginatedTaskResponseList.md} +4 -4
  26. data/docs/{InlineResponse20012.md → PaginatedUploadResponseList.md} +4 -4
  27. data/docs/{InlineResponse20013.md → PaginatedUserResponseList.md} +4 -4
  28. data/docs/{InlineResponse20014.md → PaginatedWorkerResponseList.md} +4 -4
  29. data/docs/PulpExportResponse.md +1 -1
  30. data/docs/SigningServicesApi.md +2 -2
  31. data/docs/TaskGroupsApi.md +2 -2
  32. data/docs/TasksApi.md +2 -2
  33. data/docs/UploadsApi.md +2 -2
  34. data/docs/UsersApi.md +2 -2
  35. data/docs/WorkersApi.md +2 -2
  36. data/lib/pulpcore_client/api/access_policies_api.rb +4 -4
  37. data/lib/pulpcore_client/api/artifacts_api.rb +4 -4
  38. data/lib/pulpcore_client/api/exporters_core_exports_api.rb +4 -4
  39. data/lib/pulpcore_client/api/exporters_pulp_api.rb +4 -4
  40. data/lib/pulpcore_client/api/groups_api.rb +4 -4
  41. data/lib/pulpcore_client/api/groups_model_permissions_api.rb +4 -4
  42. data/lib/pulpcore_client/api/groups_object_permissions_api.rb +4 -4
  43. data/lib/pulpcore_client/api/groups_users_api.rb +4 -4
  44. data/lib/pulpcore_client/api/importers_core_imports_api.rb +4 -4
  45. data/lib/pulpcore_client/api/importers_pulp_api.rb +4 -4
  46. data/lib/pulpcore_client/api/orphans_api.rb +1 -1
  47. data/lib/pulpcore_client/api/signing_services_api.rb +4 -4
  48. data/lib/pulpcore_client/api/status_api.rb +1 -1
  49. data/lib/pulpcore_client/api/task_groups_api.rb +4 -4
  50. data/lib/pulpcore_client/api/tasks_api.rb +4 -4
  51. data/lib/pulpcore_client/api/uploads_api.rb +4 -4
  52. data/lib/pulpcore_client/api/users_api.rb +4 -4
  53. data/lib/pulpcore_client/api/workers_api.rb +4 -4
  54. data/lib/pulpcore_client/api_client.rb +8 -12
  55. data/lib/pulpcore_client/api_error.rb +1 -1
  56. data/lib/pulpcore_client/configuration.rb +1 -8
  57. data/lib/pulpcore_client/models/access_policy.rb +1 -1
  58. data/lib/pulpcore_client/models/access_policy_response.rb +1 -1
  59. data/lib/pulpcore_client/models/artifact.rb +1 -1
  60. data/lib/pulpcore_client/models/artifact_response.rb +1 -1
  61. data/lib/pulpcore_client/models/async_operation_response.rb +1 -1
  62. data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
  63. data/lib/pulpcore_client/models/database_connection_response.rb +1 -1
  64. data/lib/pulpcore_client/models/group.rb +1 -1
  65. data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
  66. data/lib/pulpcore_client/models/group_response.rb +1 -1
  67. data/lib/pulpcore_client/models/group_user.rb +1 -1
  68. data/lib/pulpcore_client/models/group_user_response.rb +1 -1
  69. data/lib/pulpcore_client/models/import_response.rb +1 -1
  70. data/lib/pulpcore_client/models/{inline_response200.rb → paginated_access_policy_response_list.rb} +4 -4
  71. data/lib/pulpcore_client/models/{inline_response2001.rb → paginated_artifact_response_list.rb} +4 -4
  72. data/lib/pulpcore_client/models/{inline_response2004.rb → paginated_group_response_list.rb} +4 -4
  73. data/lib/pulpcore_client/models/{inline_response2006.rb → paginated_group_user_response_list.rb} +4 -4
  74. data/lib/pulpcore_client/models/{inline_response2008.rb → paginated_import_response_list.rb} +4 -4
  75. data/lib/pulpcore_client/models/{inline_response2005.rb → paginated_permission_response_list.rb} +4 -4
  76. data/lib/pulpcore_client/models/{inline_response2003.rb → paginated_pulp_export_response_list.rb} +4 -4
  77. data/lib/pulpcore_client/models/{inline_response2002.rb → paginated_pulp_exporter_response_list.rb} +4 -4
  78. data/lib/pulpcore_client/models/{inline_response2007.rb → paginated_pulp_importer_response_list.rb} +4 -4
  79. data/lib/pulpcore_client/models/{inline_response2009.rb → paginated_signing_service_response_list.rb} +4 -4
  80. data/lib/pulpcore_client/models/{inline_response20010.rb → paginated_task_group_response_list.rb} +4 -4
  81. data/lib/pulpcore_client/models/{inline_response20011.rb → paginated_task_response_list.rb} +4 -4
  82. data/lib/pulpcore_client/models/{inline_response20012.rb → paginated_upload_response_list.rb} +4 -4
  83. data/lib/pulpcore_client/models/{inline_response20013.rb → paginated_user_response_list.rb} +4 -4
  84. data/lib/pulpcore_client/models/{inline_response20014.rb → paginated_worker_response_list.rb} +4 -4
  85. data/lib/pulpcore_client/models/patched_access_policy.rb +1 -1
  86. data/lib/pulpcore_client/models/patched_group.rb +1 -1
  87. data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
  88. data/lib/pulpcore_client/models/patched_pulp_importer.rb +1 -1
  89. data/lib/pulpcore_client/models/patched_task_cancel.rb +1 -1
  90. data/lib/pulpcore_client/models/permission_response.rb +1 -1
  91. data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
  92. data/lib/pulpcore_client/models/pulp_export.rb +1 -1
  93. data/lib/pulpcore_client/models/pulp_export_response.rb +2 -2
  94. data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
  95. data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
  96. data/lib/pulpcore_client/models/pulp_import.rb +1 -1
  97. data/lib/pulpcore_client/models/pulp_importer.rb +1 -1
  98. data/lib/pulpcore_client/models/pulp_importer_response.rb +1 -1
  99. data/lib/pulpcore_client/models/redis_connection_response.rb +1 -1
  100. data/lib/pulpcore_client/models/signing_service_response.rb +1 -1
  101. data/lib/pulpcore_client/models/status_response.rb +1 -1
  102. data/lib/pulpcore_client/models/storage_response.rb +1 -1
  103. data/lib/pulpcore_client/models/task_group_response.rb +1 -1
  104. data/lib/pulpcore_client/models/task_response.rb +1 -1
  105. data/lib/pulpcore_client/models/upload.rb +1 -1
  106. data/lib/pulpcore_client/models/upload_chunk.rb +1 -1
  107. data/lib/pulpcore_client/models/upload_chunk_response.rb +1 -1
  108. data/lib/pulpcore_client/models/upload_commit.rb +1 -1
  109. data/lib/pulpcore_client/models/upload_detail_response.rb +1 -1
  110. data/lib/pulpcore_client/models/upload_response.rb +1 -1
  111. data/lib/pulpcore_client/models/user_group_response.rb +1 -1
  112. data/lib/pulpcore_client/models/user_response.rb +1 -1
  113. data/lib/pulpcore_client/models/version_response.rb +1 -1
  114. data/lib/pulpcore_client/models/worker_response.rb +1 -1
  115. data/lib/pulpcore_client/version.rb +2 -2
  116. data/lib/pulpcore_client.rb +16 -16
  117. data/pulpcore_client.gemspec +1 -1
  118. data/spec/api/access_policies_api_spec.rb +2 -2
  119. data/spec/api/artifacts_api_spec.rb +2 -2
  120. data/spec/api/exporters_core_exports_api_spec.rb +2 -2
  121. data/spec/api/exporters_pulp_api_spec.rb +2 -2
  122. data/spec/api/groups_api_spec.rb +2 -2
  123. data/spec/api/groups_model_permissions_api_spec.rb +2 -2
  124. data/spec/api/groups_object_permissions_api_spec.rb +2 -2
  125. data/spec/api/groups_users_api_spec.rb +2 -2
  126. data/spec/api/importers_core_imports_api_spec.rb +2 -2
  127. data/spec/api/importers_pulp_api_spec.rb +2 -2
  128. data/spec/api/orphans_api_spec.rb +1 -1
  129. data/spec/api/signing_services_api_spec.rb +2 -2
  130. data/spec/api/status_api_spec.rb +1 -1
  131. data/spec/api/task_groups_api_spec.rb +2 -2
  132. data/spec/api/tasks_api_spec.rb +2 -2
  133. data/spec/api/uploads_api_spec.rb +2 -2
  134. data/spec/api/users_api_spec.rb +2 -2
  135. data/spec/api/workers_api_spec.rb +2 -2
  136. data/spec/api_client_spec.rb +2 -2
  137. data/spec/configuration_spec.rb +1 -1
  138. data/spec/models/access_policy_response_spec.rb +1 -1
  139. data/spec/models/access_policy_spec.rb +1 -1
  140. data/spec/models/artifact_response_spec.rb +1 -1
  141. data/spec/models/artifact_spec.rb +1 -1
  142. data/spec/models/async_operation_response_spec.rb +1 -1
  143. data/spec/models/content_app_status_response_spec.rb +1 -1
  144. data/spec/models/database_connection_response_spec.rb +1 -1
  145. data/spec/models/group_progress_report_response_spec.rb +1 -1
  146. data/spec/models/group_response_spec.rb +1 -1
  147. data/spec/models/group_spec.rb +1 -1
  148. data/spec/models/group_user_response_spec.rb +1 -1
  149. data/spec/models/group_user_spec.rb +1 -1
  150. data/spec/models/import_response_spec.rb +1 -1
  151. data/spec/models/paginated_access_policy_response_list_spec.rb +59 -0
  152. data/spec/models/paginated_artifact_response_list_spec.rb +59 -0
  153. data/spec/models/{inline_response20012_spec.rb → paginated_group_response_list_spec.rb} +7 -7
  154. data/spec/models/paginated_group_user_response_list_spec.rb +59 -0
  155. data/spec/models/{inline_response20013_spec.rb → paginated_import_response_list_spec.rb} +7 -7
  156. data/spec/models/paginated_permission_response_list_spec.rb +59 -0
  157. data/spec/models/paginated_pulp_export_response_list_spec.rb +59 -0
  158. data/spec/models/paginated_pulp_exporter_response_list_spec.rb +59 -0
  159. data/spec/models/paginated_pulp_importer_response_list_spec.rb +59 -0
  160. data/spec/models/paginated_signing_service_response_list_spec.rb +59 -0
  161. data/spec/models/paginated_task_group_response_list_spec.rb +59 -0
  162. data/spec/models/{inline_response20010_spec.rb → paginated_task_response_list_spec.rb} +7 -7
  163. data/spec/models/paginated_upload_response_list_spec.rb +59 -0
  164. data/spec/models/{inline_response20011_spec.rb → paginated_user_response_list_spec.rb} +7 -7
  165. data/spec/models/paginated_worker_response_list_spec.rb +59 -0
  166. data/spec/models/patched_access_policy_spec.rb +1 -1
  167. data/spec/models/patched_group_spec.rb +1 -1
  168. data/spec/models/patched_pulp_exporter_spec.rb +1 -1
  169. data/spec/models/patched_pulp_importer_spec.rb +1 -1
  170. data/spec/models/patched_task_cancel_spec.rb +1 -1
  171. data/spec/models/permission_response_spec.rb +1 -1
  172. data/spec/models/progress_report_response_spec.rb +1 -1
  173. data/spec/models/pulp_export_response_spec.rb +1 -1
  174. data/spec/models/pulp_export_spec.rb +1 -1
  175. data/spec/models/pulp_exporter_response_spec.rb +1 -1
  176. data/spec/models/pulp_exporter_spec.rb +1 -1
  177. data/spec/models/pulp_import_spec.rb +1 -1
  178. data/spec/models/pulp_importer_response_spec.rb +1 -1
  179. data/spec/models/pulp_importer_spec.rb +1 -1
  180. data/spec/models/redis_connection_response_spec.rb +1 -1
  181. data/spec/models/signing_service_response_spec.rb +1 -1
  182. data/spec/models/status_response_spec.rb +1 -1
  183. data/spec/models/storage_response_spec.rb +1 -1
  184. data/spec/models/task_group_response_spec.rb +1 -1
  185. data/spec/models/task_response_spec.rb +1 -1
  186. data/spec/models/upload_chunk_response_spec.rb +1 -1
  187. data/spec/models/upload_chunk_spec.rb +1 -1
  188. data/spec/models/upload_commit_spec.rb +1 -1
  189. data/spec/models/upload_detail_response_spec.rb +1 -1
  190. data/spec/models/upload_response_spec.rb +1 -1
  191. data/spec/models/upload_spec.rb +1 -1
  192. data/spec/models/user_group_response_spec.rb +1 -1
  193. data/spec/models/user_response_spec.rb +1 -1
  194. data/spec/models/version_response_spec.rb +1 -1
  195. data/spec/models/worker_response_spec.rb +1 -1
  196. data/spec/spec_helper.rb +1 -1
  197. metadata +109 -109
  198. data/spec/models/inline_response20014_spec.rb +0 -59
  199. data/spec/models/inline_response2001_spec.rb +0 -59
  200. data/spec/models/inline_response2002_spec.rb +0 -59
  201. data/spec/models/inline_response2003_spec.rb +0 -59
  202. data/spec/models/inline_response2004_spec.rb +0 -59
  203. data/spec/models/inline_response2005_spec.rb +0 -59
  204. data/spec/models/inline_response2006_spec.rb +0 -59
  205. data/spec/models/inline_response2007_spec.rb +0 -59
  206. data/spec/models/inline_response2008_spec.rb +0 -59
  207. data/spec/models/inline_response2009_spec.rb +0 -59
  208. data/spec/models/inline_response200_spec.rb +0 -59
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -53,10 +53,8 @@ module PulpcoreClient
53
53
  :client_cert => @config.ssl_client_cert,
54
54
  :client_key => @config.ssl_client_key
55
55
  }
56
- request_options = {
57
- :params_encoder => @config.params_encoder
58
- }
59
- connection = Faraday.new(:url => config.base_url, :ssl => ssl_options, :request => request_options) do |conn|
56
+
57
+ connection = Faraday.new(:url => config.base_url, :ssl => ssl_options) do |conn|
60
58
  conn.basic_auth(config.username, config.password)
61
59
  if opts[:header_params]["Content-Type"] == "multipart/form-data"
62
60
  conn.request :multipart
@@ -287,13 +285,11 @@ module PulpcoreClient
287
285
  tempfile.write(chunk)
288
286
  end
289
287
  request.on_complete do |response|
290
- if tempfile
291
- tempfile.close
292
- @config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
293
- "with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
294
- "will be deleted automatically with GC. It's also recommended to delete the temp file "\
295
- "explicitly with `tempfile.delete`"
296
- end
288
+ tempfile.close if tempfile
289
+ @config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
290
+ "with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
291
+ "will be deleted automatically with GC. It's also recommended to delete the temp file "\
292
+ "explicitly with `tempfile.delete`"
297
293
  end
298
294
  end
299
295
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -109,12 +109,6 @@ module PulpcoreClient
109
109
  # Client private key file (for client certificate)
110
110
  attr_accessor :ssl_client_key
111
111
 
112
- # Set this to customize parameters encoder of array parameter.
113
- # Default to nil. Faraday uses NestedParamsEncoder when nil.
114
- #
115
- # @see The params_encoder option of Faraday. Related source code:
116
- # https://github.com/lostisland/faraday/tree/main/lib/faraday/encoders
117
- attr_accessor :params_encoder
118
112
  # Set this to customize parameters encoding of array parameter with multi collectionFormat.
119
113
  # Default to nil.
120
114
  #
@@ -139,7 +133,6 @@ module PulpcoreClient
139
133
  @ssl_ca_file = nil
140
134
  @ssl_client_cert = nil
141
135
  @ssl_client_key = nil
142
- @params_encoder = nil
143
136
  @debugging = false
144
137
  @inject_format = false
145
138
  @force_ending_format = false
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse200
16
+ class PaginatedAccessPolicyResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse200` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedAccessPolicyResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse200`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedAccessPolicyResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2001
16
+ class PaginatedArtifactResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2001` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedArtifactResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2001`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedArtifactResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2004
16
+ class PaginatedGroupResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2004` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedGroupResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2004`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedGroupResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2006
16
+ class PaginatedGroupUserResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2006` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedGroupUserResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2006`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedGroupUserResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2008
16
+ class PaginatedImportResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2008` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedImportResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2008`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedImportResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2005
16
+ class PaginatedPermissionResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2005` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedPermissionResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2005`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedPermissionResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2003
16
+ class PaginatedPulpExportResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2003` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedPulpExportResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2003`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedPulpExportResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2002
16
+ class PaginatedPulpExporterResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2002` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedPulpExporterResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2002`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedPulpExporterResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2007
16
+ class PaginatedPulpImporterResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2007` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedPulpImporterResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2007`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedPulpImporterResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse2009
16
+ class PaginatedSigningServiceResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse2009` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedSigningServiceResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse2009`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedSigningServiceResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse20010
16
+ class PaginatedTaskGroupResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse20010` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedTaskGroupResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse20010`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedTaskGroupResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse20011
16
+ class PaginatedTaskResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse20011` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedTaskResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse20011`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedTaskResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -6,14 +6,14 @@
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
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- class InlineResponse20012
16
+ class PaginatedUploadResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpcoreClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::InlineResponse20012` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedUploadResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::InlineResponse20012`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedUploadResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }