pulpcore_client 3.61.0 → 3.63.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.
Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +13 -11
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PatchedUpstreamPulp.md +2 -2
  37. data/docs/PublicationResponse.md +2 -0
  38. data/docs/PublicationsApi.md +10 -8
  39. data/docs/PulpExportResponse.md +2 -0
  40. data/docs/PulpExporterResponse.md +2 -0
  41. data/docs/PulpImporterResponse.md +2 -0
  42. data/docs/RBACContentGuardResponse.md +2 -0
  43. data/docs/RemoteResponse.md +2 -0
  44. data/docs/RemotesApi.md +2 -0
  45. data/docs/RepositoriesApi.md +6 -4
  46. data/docs/RepositoryResponse.md +2 -0
  47. data/docs/RepositoryVersionResponse.md +2 -0
  48. data/docs/RepositoryVersionsApi.md +6 -4
  49. data/docs/RoleResponse.md +2 -0
  50. data/docs/RolesApi.md +2 -0
  51. data/docs/SigningServiceResponse.md +2 -0
  52. data/docs/SigningServicesApi.md +2 -0
  53. data/docs/TaskGroupResponse.md +2 -0
  54. data/docs/TaskResponse.md +2 -0
  55. data/docs/TaskScheduleResponse.md +2 -0
  56. data/docs/TaskSchedulesApi.md +2 -0
  57. data/docs/TasksApi.md +2 -0
  58. data/docs/UploadDetailResponse.md +2 -0
  59. data/docs/UploadResponse.md +2 -0
  60. data/docs/UploadsApi.md +2 -0
  61. data/docs/UpstreamPulp.md +2 -2
  62. data/docs/UpstreamPulpResponse.md +4 -2
  63. data/docs/UpstreamPulpsApi.md +58 -0
  64. data/docs/UserGroupResponse.md +3 -1
  65. data/docs/UserResponse.md +2 -0
  66. data/docs/UserRoleResponse.md +2 -0
  67. data/docs/UsersApi.md +2 -0
  68. data/docs/UsersRolesApi.md +2 -0
  69. data/docs/WorkerResponse.md +2 -0
  70. data/docs/WorkersApi.md +2 -0
  71. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  72. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  73. data/lib/pulpcore_client/api/content_api.rb +9 -6
  74. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  77. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  78. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  79. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  80. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  81. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  82. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  83. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  84. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  85. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  86. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  87. data/lib/pulpcore_client/api/publications_api.rb +12 -9
  88. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  89. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  90. data/lib/pulpcore_client/api/repository_versions_api.rb +8 -5
  91. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  92. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  93. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  94. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  95. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  96. data/lib/pulpcore_client/api/upstream_pulps_api.rb +91 -0
  97. data/lib/pulpcore_client/api/users_api.rb +3 -0
  98. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  99. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  100. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  101. data/lib/pulpcore_client/models/artifact_distribution_response.rb +62 -52
  102. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  103. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  105. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  106. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  107. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  108. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  109. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_response.rb +10 -1
  111. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  112. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  113. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  114. data/lib/pulpcore_client/models/import_response.rb +11 -1
  115. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  116. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  117. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +9 -9
  118. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  119. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  120. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  121. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  122. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  123. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  124. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  125. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  126. data/lib/pulpcore_client/models/role_response.rb +11 -1
  127. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  128. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  129. data/lib/pulpcore_client/models/task_response.rb +11 -1
  130. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  131. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  132. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  133. data/lib/pulpcore_client/models/upstream_pulp.rb +9 -9
  134. data/lib/pulpcore_client/models/upstream_pulp_response.rb +19 -9
  135. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  136. data/lib/pulpcore_client/models/user_response.rb +10 -1
  137. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  138. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  139. data/lib/pulpcore_client/version.rb +1 -1
  140. data/spec/api/access_policies_api_spec.rb +1 -0
  141. data/spec/api/artifacts_api_spec.rb +2 -1
  142. data/spec/api/content_api_spec.rb +4 -3
  143. data/spec/api/contentguards_api_spec.rb +1 -0
  144. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  145. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  146. data/spec/api/contentguards_header_api_spec.rb +1 -0
  147. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  148. data/spec/api/distributions_api_spec.rb +1 -0
  149. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  150. data/spec/api/domains_api_spec.rb +1 -0
  151. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  152. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  153. data/spec/api/groups_api_spec.rb +1 -0
  154. data/spec/api/groups_roles_api_spec.rb +1 -0
  155. data/spec/api/importers_pulp_api_spec.rb +1 -0
  156. data/spec/api/publications_api_spec.rb +5 -4
  157. data/spec/api/remotes_api_spec.rb +1 -0
  158. data/spec/api/repositories_api_spec.rb +3 -2
  159. data/spec/api/repository_versions_api_spec.rb +3 -2
  160. data/spec/api/roles_api_spec.rb +1 -0
  161. data/spec/api/signing_services_api_spec.rb +1 -0
  162. data/spec/api/task_schedules_api_spec.rb +1 -0
  163. data/spec/api/tasks_api_spec.rb +1 -0
  164. data/spec/api/uploads_api_spec.rb +1 -0
  165. data/spec/api/upstream_pulps_api_spec.rb +29 -0
  166. data/spec/api/users_api_spec.rb +1 -0
  167. data/spec/api/users_roles_api_spec.rb +1 -0
  168. data/spec/api/workers_api_spec.rb +1 -0
  169. data/spec/models/access_policy_response_spec.rb +6 -0
  170. data/spec/models/artifact_distribution_response_spec.rb +14 -8
  171. data/spec/models/artifact_response_spec.rb +6 -0
  172. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  173. data/spec/models/content_guard_response_spec.rb +6 -0
  174. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  175. data/spec/models/distribution_response_spec.rb +6 -0
  176. data/spec/models/domain_response_spec.rb +6 -0
  177. data/spec/models/filesystem_export_response_spec.rb +6 -0
  178. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  179. data/spec/models/group_response_spec.rb +6 -0
  180. data/spec/models/group_role_response_spec.rb +6 -0
  181. data/spec/models/group_user_response_spec.rb +6 -0
  182. data/spec/models/header_content_guard_response_spec.rb +6 -0
  183. data/spec/models/import_response_spec.rb +6 -0
  184. data/spec/models/minimal_task_response_spec.rb +6 -0
  185. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  186. data/spec/models/patched_upstream_pulp_spec.rb +1 -1
  187. data/spec/models/publication_response_spec.rb +6 -0
  188. data/spec/models/pulp_export_response_spec.rb +6 -0
  189. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  190. data/spec/models/pulp_importer_response_spec.rb +6 -0
  191. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  192. data/spec/models/remote_response_spec.rb +6 -0
  193. data/spec/models/repository_response_spec.rb +6 -0
  194. data/spec/models/repository_version_response_spec.rb +6 -0
  195. data/spec/models/role_response_spec.rb +6 -0
  196. data/spec/models/signing_service_response_spec.rb +6 -0
  197. data/spec/models/task_group_response_spec.rb +6 -0
  198. data/spec/models/task_response_spec.rb +6 -0
  199. data/spec/models/task_schedule_response_spec.rb +6 -0
  200. data/spec/models/upload_detail_response_spec.rb +6 -0
  201. data/spec/models/upload_response_spec.rb +6 -0
  202. data/spec/models/upstream_pulp_response_spec.rb +7 -1
  203. data/spec/models/upstream_pulp_spec.rb +1 -1
  204. data/spec/models/user_group_response_spec.rb +6 -0
  205. data/spec/models/user_response_spec.rb +6 -0
  206. data/spec/models/user_role_response_spec.rb +6 -0
  207. data/spec/models/worker_response_spec.rb +6 -0
  208. metadata +2 -2
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class TaskResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -71,6 +74,7 @@ module PulpcoreClient
71
74
  def self.attribute_map
72
75
  {
73
76
  :'pulp_href' => :'pulp_href',
77
+ :'prn' => :'prn',
74
78
  :'pulp_created' => :'pulp_created',
75
79
  :'pulp_last_updated' => :'pulp_last_updated',
76
80
  :'state' => :'state',
@@ -95,6 +99,7 @@ module PulpcoreClient
95
99
  def self.openapi_types
96
100
  {
97
101
  :'pulp_href' => :'String',
102
+ :'prn' => :'String',
98
103
  :'pulp_created' => :'DateTime',
99
104
  :'pulp_last_updated' => :'DateTime',
100
105
  :'state' => :'String',
@@ -140,6 +145,10 @@ module PulpcoreClient
140
145
  self.pulp_href = attributes[:'pulp_href']
141
146
  end
142
147
 
148
+ if attributes.key?(:'prn')
149
+ self.prn = attributes[:'prn']
150
+ end
151
+
143
152
  if attributes.key?(:'pulp_created')
144
153
  self.pulp_created = attributes[:'pulp_created']
145
154
  end
@@ -248,6 +257,7 @@ module PulpcoreClient
248
257
  return true if self.equal?(o)
249
258
  self.class == o.class &&
250
259
  pulp_href == o.pulp_href &&
260
+ prn == o.prn &&
251
261
  pulp_created == o.pulp_created &&
252
262
  pulp_last_updated == o.pulp_last_updated &&
253
263
  state == o.state &&
@@ -276,7 +286,7 @@ module PulpcoreClient
276
286
  # Calculates hash code according to all attributes.
277
287
  # @return [Integer] Hash code
278
288
  def hash
279
- [pulp_href, pulp_created, pulp_last_updated, state, name, logging_cid, created_by, unblocked_at, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record].hash
289
+ [pulp_href, prn, pulp_created, pulp_last_updated, state, name, logging_cid, created_by, unblocked_at, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record].hash
280
290
  end
281
291
 
282
292
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class TaskScheduleResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -42,6 +45,7 @@ module PulpcoreClient
42
45
  def self.attribute_map
43
46
  {
44
47
  :'pulp_href' => :'pulp_href',
48
+ :'prn' => :'prn',
45
49
  :'pulp_created' => :'pulp_created',
46
50
  :'pulp_last_updated' => :'pulp_last_updated',
47
51
  :'name' => :'name',
@@ -56,6 +60,7 @@ module PulpcoreClient
56
60
  def self.openapi_types
57
61
  {
58
62
  :'pulp_href' => :'String',
63
+ :'prn' => :'String',
59
64
  :'pulp_created' => :'DateTime',
60
65
  :'pulp_last_updated' => :'DateTime',
61
66
  :'name' => :'String',
@@ -93,6 +98,10 @@ module PulpcoreClient
93
98
  self.pulp_href = attributes[:'pulp_href']
94
99
  end
95
100
 
101
+ if attributes.key?(:'prn')
102
+ self.prn = attributes[:'prn']
103
+ end
104
+
96
105
  if attributes.key?(:'pulp_created')
97
106
  self.pulp_created = attributes[:'pulp_created']
98
107
  end
@@ -151,6 +160,7 @@ module PulpcoreClient
151
160
  return true if self.equal?(o)
152
161
  self.class == o.class &&
153
162
  pulp_href == o.pulp_href &&
163
+ prn == o.prn &&
154
164
  pulp_created == o.pulp_created &&
155
165
  pulp_last_updated == o.pulp_last_updated &&
156
166
  name == o.name &&
@@ -169,7 +179,7 @@ module PulpcoreClient
169
179
  # Calculates hash code according to all attributes.
170
180
  # @return [Integer] Hash code
171
181
  def hash
172
- [pulp_href, pulp_created, pulp_last_updated, name, task_name, dispatch_interval, next_dispatch, last_task].hash
182
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, task_name, dispatch_interval, next_dispatch, last_task].hash
173
183
  end
174
184
 
175
185
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class UploadDetailResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -35,6 +38,7 @@ module PulpcoreClient
35
38
  def self.attribute_map
36
39
  {
37
40
  :'pulp_href' => :'pulp_href',
41
+ :'prn' => :'prn',
38
42
  :'pulp_created' => :'pulp_created',
39
43
  :'pulp_last_updated' => :'pulp_last_updated',
40
44
  :'size' => :'size',
@@ -47,6 +51,7 @@ module PulpcoreClient
47
51
  def self.openapi_types
48
52
  {
49
53
  :'pulp_href' => :'String',
54
+ :'prn' => :'String',
50
55
  :'pulp_created' => :'DateTime',
51
56
  :'pulp_last_updated' => :'DateTime',
52
57
  :'size' => :'Integer',
@@ -80,6 +85,10 @@ module PulpcoreClient
80
85
  self.pulp_href = attributes[:'pulp_href']
81
86
  end
82
87
 
88
+ if attributes.key?(:'prn')
89
+ self.prn = attributes[:'prn']
90
+ end
91
+
83
92
  if attributes.key?(:'pulp_created')
84
93
  self.pulp_created = attributes[:'pulp_created']
85
94
  end
@@ -127,6 +136,7 @@ module PulpcoreClient
127
136
  return true if self.equal?(o)
128
137
  self.class == o.class &&
129
138
  pulp_href == o.pulp_href &&
139
+ prn == o.prn &&
130
140
  pulp_created == o.pulp_created &&
131
141
  pulp_last_updated == o.pulp_last_updated &&
132
142
  size == o.size &&
@@ -143,7 +153,7 @@ module PulpcoreClient
143
153
  # Calculates hash code according to all attributes.
144
154
  # @return [Integer] Hash code
145
155
  def hash
146
- [pulp_href, pulp_created, pulp_last_updated, size, completed, chunks].hash
156
+ [pulp_href, prn, pulp_created, pulp_last_updated, size, completed, chunks].hash
147
157
  end
148
158
 
149
159
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class UploadResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -33,6 +36,7 @@ module PulpcoreClient
33
36
  def self.attribute_map
34
37
  {
35
38
  :'pulp_href' => :'pulp_href',
39
+ :'prn' => :'prn',
36
40
  :'pulp_created' => :'pulp_created',
37
41
  :'pulp_last_updated' => :'pulp_last_updated',
38
42
  :'size' => :'size',
@@ -44,6 +48,7 @@ module PulpcoreClient
44
48
  def self.openapi_types
45
49
  {
46
50
  :'pulp_href' => :'String',
51
+ :'prn' => :'String',
47
52
  :'pulp_created' => :'DateTime',
48
53
  :'pulp_last_updated' => :'DateTime',
49
54
  :'size' => :'Integer',
@@ -76,6 +81,10 @@ module PulpcoreClient
76
81
  self.pulp_href = attributes[:'pulp_href']
77
82
  end
78
83
 
84
+ if attributes.key?(:'prn')
85
+ self.prn = attributes[:'prn']
86
+ end
87
+
79
88
  if attributes.key?(:'pulp_created')
80
89
  self.pulp_created = attributes[:'pulp_created']
81
90
  end
@@ -117,6 +126,7 @@ module PulpcoreClient
117
126
  return true if self.equal?(o)
118
127
  self.class == o.class &&
119
128
  pulp_href == o.pulp_href &&
129
+ prn == o.prn &&
120
130
  pulp_created == o.pulp_created &&
121
131
  pulp_last_updated == o.pulp_last_updated &&
122
132
  size == o.size &&
@@ -132,7 +142,7 @@ module PulpcoreClient
132
142
  # Calculates hash code according to all attributes.
133
143
  # @return [Integer] Hash code
134
144
  def hash
135
- [pulp_href, pulp_created, pulp_last_updated, size, completed].hash
145
+ [pulp_href, prn, pulp_created, pulp_last_updated, size, completed].hash
136
146
  end
137
147
 
138
148
  # Builds the object from hash
@@ -45,8 +45,8 @@ module PulpcoreClient
45
45
  # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
46
46
  attr_accessor :password
47
47
 
48
- # One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"
49
- attr_accessor :pulp_label_select
48
+ # Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\"
49
+ attr_accessor :q_select
50
50
 
51
51
  # Attribute mapping from ruby-style variable name to JSON key.
52
52
  def self.attribute_map
@@ -61,7 +61,7 @@ module PulpcoreClient
61
61
  :'tls_validation' => :'tls_validation',
62
62
  :'username' => :'username',
63
63
  :'password' => :'password',
64
- :'pulp_label_select' => :'pulp_label_select'
64
+ :'q_select' => :'q_select'
65
65
  }
66
66
  end
67
67
 
@@ -78,7 +78,7 @@ module PulpcoreClient
78
78
  :'tls_validation' => :'Boolean',
79
79
  :'username' => :'String',
80
80
  :'password' => :'String',
81
- :'pulp_label_select' => :'String'
81
+ :'q_select' => :'String'
82
82
  }
83
83
  end
84
84
 
@@ -91,7 +91,7 @@ module PulpcoreClient
91
91
  :'client_key',
92
92
  :'username',
93
93
  :'password',
94
- :'pulp_label_select'
94
+ :'q_select'
95
95
  ])
96
96
  end
97
97
 
@@ -150,8 +150,8 @@ module PulpcoreClient
150
150
  self.password = attributes[:'password']
151
151
  end
152
152
 
153
- if attributes.key?(:'pulp_label_select')
154
- self.pulp_label_select = attributes[:'pulp_label_select']
153
+ if attributes.key?(:'q_select')
154
+ self.q_select = attributes[:'q_select']
155
155
  end
156
156
  end
157
157
 
@@ -345,7 +345,7 @@ module PulpcoreClient
345
345
  tls_validation == o.tls_validation &&
346
346
  username == o.username &&
347
347
  password == o.password &&
348
- pulp_label_select == o.pulp_label_select
348
+ q_select == o.q_select
349
349
  end
350
350
 
351
351
  # @see the `==` method
@@ -357,7 +357,7 @@ module PulpcoreClient
357
357
  # Calculates hash code according to all attributes.
358
358
  # @return [Integer] Hash code
359
359
  def hash
360
- [name, base_url, api_root, domain, ca_cert, client_cert, client_key, tls_validation, username, password, pulp_label_select].hash
360
+ [name, base_url, api_root, domain, ca_cert, client_cert, client_key, tls_validation, username, password, q_select].hash
361
361
  end
362
362
 
363
363
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class UpstreamPulpResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -47,8 +50,8 @@ module PulpcoreClient
47
50
  # List of hidden (write only) fields
48
51
  attr_accessor :hidden_fields
49
52
 
50
- # One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"
51
- attr_accessor :pulp_label_select
53
+ # Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\"
54
+ attr_accessor :q_select
52
55
 
53
56
  # Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed.
54
57
  attr_accessor :last_replication
@@ -57,6 +60,7 @@ module PulpcoreClient
57
60
  def self.attribute_map
58
61
  {
59
62
  :'pulp_href' => :'pulp_href',
63
+ :'prn' => :'prn',
60
64
  :'pulp_created' => :'pulp_created',
61
65
  :'pulp_last_updated' => :'pulp_last_updated',
62
66
  :'name' => :'name',
@@ -67,7 +71,7 @@ module PulpcoreClient
67
71
  :'client_cert' => :'client_cert',
68
72
  :'tls_validation' => :'tls_validation',
69
73
  :'hidden_fields' => :'hidden_fields',
70
- :'pulp_label_select' => :'pulp_label_select',
74
+ :'q_select' => :'q_select',
71
75
  :'last_replication' => :'last_replication'
72
76
  }
73
77
  end
@@ -76,6 +80,7 @@ module PulpcoreClient
76
80
  def self.openapi_types
77
81
  {
78
82
  :'pulp_href' => :'String',
83
+ :'prn' => :'String',
79
84
  :'pulp_created' => :'DateTime',
80
85
  :'pulp_last_updated' => :'DateTime',
81
86
  :'name' => :'String',
@@ -86,7 +91,7 @@ module PulpcoreClient
86
91
  :'client_cert' => :'String',
87
92
  :'tls_validation' => :'Boolean',
88
93
  :'hidden_fields' => :'Array<RemoteResponseHiddenFields>',
89
- :'pulp_label_select' => :'String',
94
+ :'q_select' => :'String',
90
95
  :'last_replication' => :'DateTime'
91
96
  }
92
97
  end
@@ -97,7 +102,7 @@ module PulpcoreClient
97
102
  :'domain',
98
103
  :'ca_cert',
99
104
  :'client_cert',
100
- :'pulp_label_select',
105
+ :'q_select',
101
106
  ])
102
107
  end
103
108
 
@@ -120,6 +125,10 @@ module PulpcoreClient
120
125
  self.pulp_href = attributes[:'pulp_href']
121
126
  end
122
127
 
128
+ if attributes.key?(:'prn')
129
+ self.prn = attributes[:'prn']
130
+ end
131
+
123
132
  if attributes.key?(:'pulp_created')
124
133
  self.pulp_created = attributes[:'pulp_created']
125
134
  end
@@ -162,8 +171,8 @@ module PulpcoreClient
162
171
  end
163
172
  end
164
173
 
165
- if attributes.key?(:'pulp_label_select')
166
- self.pulp_label_select = attributes[:'pulp_label_select']
174
+ if attributes.key?(:'q_select')
175
+ self.q_select = attributes[:'q_select']
167
176
  end
168
177
 
169
178
  if attributes.key?(:'last_replication')
@@ -205,6 +214,7 @@ module PulpcoreClient
205
214
  return true if self.equal?(o)
206
215
  self.class == o.class &&
207
216
  pulp_href == o.pulp_href &&
217
+ prn == o.prn &&
208
218
  pulp_created == o.pulp_created &&
209
219
  pulp_last_updated == o.pulp_last_updated &&
210
220
  name == o.name &&
@@ -215,7 +225,7 @@ module PulpcoreClient
215
225
  client_cert == o.client_cert &&
216
226
  tls_validation == o.tls_validation &&
217
227
  hidden_fields == o.hidden_fields &&
218
- pulp_label_select == o.pulp_label_select &&
228
+ q_select == o.q_select &&
219
229
  last_replication == o.last_replication
220
230
  end
221
231
 
@@ -228,7 +238,7 @@ module PulpcoreClient
228
238
  # Calculates hash code according to all attributes.
229
239
  # @return [Integer] Hash code
230
240
  def hash
231
- [pulp_href, pulp_created, pulp_last_updated, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, hidden_fields, pulp_label_select, last_replication].hash
241
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, hidden_fields, q_select, last_replication].hash
232
242
  end
233
243
 
234
244
  # Builds the object from hash
@@ -20,11 +20,14 @@ module PulpcoreClient
20
20
 
21
21
  attr_accessor :pulp_href
22
22
 
23
+ attr_accessor :prn
24
+
23
25
  # Attribute mapping from ruby-style variable name to JSON key.
24
26
  def self.attribute_map
25
27
  {
26
28
  :'name' => :'name',
27
- :'pulp_href' => :'pulp_href'
29
+ :'pulp_href' => :'pulp_href',
30
+ :'prn' => :'prn'
28
31
  }
29
32
  end
30
33
 
@@ -32,7 +35,8 @@ module PulpcoreClient
32
35
  def self.openapi_types
33
36
  {
34
37
  :'name' => :'String',
35
- :'pulp_href' => :'String'
38
+ :'pulp_href' => :'String',
39
+ :'prn' => :'String'
36
40
  }
37
41
  end
38
42
 
@@ -64,6 +68,10 @@ module PulpcoreClient
64
68
  if attributes.key?(:'pulp_href')
65
69
  self.pulp_href = attributes[:'pulp_href']
66
70
  end
71
+
72
+ if attributes.key?(:'prn')
73
+ self.prn = attributes[:'prn']
74
+ end
67
75
  end
68
76
 
69
77
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -109,7 +117,8 @@ module PulpcoreClient
109
117
  return true if self.equal?(o)
110
118
  self.class == o.class &&
111
119
  name == o.name &&
112
- pulp_href == o.pulp_href
120
+ pulp_href == o.pulp_href &&
121
+ prn == o.prn
113
122
  end
114
123
 
115
124
  # @see the `==` method
@@ -121,7 +130,7 @@ module PulpcoreClient
121
130
  # Calculates hash code according to all attributes.
122
131
  # @return [Integer] Hash code
123
132
  def hash
124
- [name, pulp_href].hash
133
+ [name, pulp_href, prn].hash
125
134
  end
126
135
 
127
136
  # Builds the object from hash
@@ -17,6 +17,8 @@ module PulpcoreClient
17
17
  class UserResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ attr_accessor :prn
21
+
20
22
  attr_accessor :id
21
23
 
22
24
  # Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
@@ -49,6 +51,7 @@ module PulpcoreClient
49
51
  def self.attribute_map
50
52
  {
51
53
  :'pulp_href' => :'pulp_href',
54
+ :'prn' => :'prn',
52
55
  :'id' => :'id',
53
56
  :'username' => :'username',
54
57
  :'first_name' => :'first_name',
@@ -66,6 +69,7 @@ module PulpcoreClient
66
69
  def self.openapi_types
67
70
  {
68
71
  :'pulp_href' => :'String',
72
+ :'prn' => :'String',
69
73
  :'id' => :'Integer',
70
74
  :'username' => :'String',
71
75
  :'first_name' => :'String',
@@ -104,6 +108,10 @@ module PulpcoreClient
104
108
  self.pulp_href = attributes[:'pulp_href']
105
109
  end
106
110
 
111
+ if attributes.key?(:'prn')
112
+ self.prn = attributes[:'prn']
113
+ end
114
+
107
115
  if attributes.key?(:'id')
108
116
  self.id = attributes[:'id']
109
117
  end
@@ -226,6 +234,7 @@ module PulpcoreClient
226
234
  return true if self.equal?(o)
227
235
  self.class == o.class &&
228
236
  pulp_href == o.pulp_href &&
237
+ prn == o.prn &&
229
238
  id == o.id &&
230
239
  username == o.username &&
231
240
  first_name == o.first_name &&
@@ -247,7 +256,7 @@ module PulpcoreClient
247
256
  # Calculates hash code according to all attributes.
248
257
  # @return [Integer] Hash code
249
258
  def hash
250
- [pulp_href, id, username, first_name, last_name, email, is_staff, is_active, date_joined, groups, hidden_fields].hash
259
+ [pulp_href, prn, id, username, first_name, last_name, email, is_staff, is_active, date_joined, groups, hidden_fields].hash
251
260
  end
252
261
 
253
262
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class UserRoleResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -39,6 +42,7 @@ module PulpcoreClient
39
42
  def self.attribute_map
40
43
  {
41
44
  :'pulp_href' => :'pulp_href',
45
+ :'prn' => :'prn',
42
46
  :'pulp_created' => :'pulp_created',
43
47
  :'pulp_last_updated' => :'pulp_last_updated',
44
48
  :'role' => :'role',
@@ -53,6 +57,7 @@ module PulpcoreClient
53
57
  def self.openapi_types
54
58
  {
55
59
  :'pulp_href' => :'String',
60
+ :'prn' => :'String',
56
61
  :'pulp_created' => :'DateTime',
57
62
  :'pulp_last_updated' => :'DateTime',
58
63
  :'role' => :'String',
@@ -90,6 +95,10 @@ module PulpcoreClient
90
95
  self.pulp_href = attributes[:'pulp_href']
91
96
  end
92
97
 
98
+ if attributes.key?(:'prn')
99
+ self.prn = attributes[:'prn']
100
+ end
101
+
93
102
  if attributes.key?(:'pulp_created')
94
103
  self.pulp_created = attributes[:'pulp_created']
95
104
  end
@@ -145,6 +154,7 @@ module PulpcoreClient
145
154
  return true if self.equal?(o)
146
155
  self.class == o.class &&
147
156
  pulp_href == o.pulp_href &&
157
+ prn == o.prn &&
148
158
  pulp_created == o.pulp_created &&
149
159
  pulp_last_updated == o.pulp_last_updated &&
150
160
  role == o.role &&
@@ -163,7 +173,7 @@ module PulpcoreClient
163
173
  # Calculates hash code according to all attributes.
164
174
  # @return [Integer] Hash code
165
175
  def hash
166
- [pulp_href, pulp_created, pulp_last_updated, role, content_object, description, permissions, domain].hash
176
+ [pulp_href, prn, pulp_created, pulp_last_updated, role, content_object, description, permissions, domain].hash
167
177
  end
168
178
 
169
179
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpcoreClient
17
17
  class WorkerResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -39,6 +42,7 @@ module PulpcoreClient
39
42
  def self.attribute_map
40
43
  {
41
44
  :'pulp_href' => :'pulp_href',
45
+ :'prn' => :'prn',
42
46
  :'pulp_created' => :'pulp_created',
43
47
  :'pulp_last_updated' => :'pulp_last_updated',
44
48
  :'name' => :'name',
@@ -52,6 +56,7 @@ module PulpcoreClient
52
56
  def self.openapi_types
53
57
  {
54
58
  :'pulp_href' => :'String',
59
+ :'prn' => :'String',
55
60
  :'pulp_created' => :'DateTime',
56
61
  :'pulp_last_updated' => :'DateTime',
57
62
  :'name' => :'String',
@@ -86,6 +91,10 @@ module PulpcoreClient
86
91
  self.pulp_href = attributes[:'pulp_href']
87
92
  end
88
93
 
94
+ if attributes.key?(:'prn')
95
+ self.prn = attributes[:'prn']
96
+ end
97
+
89
98
  if attributes.key?(:'pulp_created')
90
99
  self.pulp_created = attributes[:'pulp_created']
91
100
  end
@@ -132,6 +141,7 @@ module PulpcoreClient
132
141
  return true if self.equal?(o)
133
142
  self.class == o.class &&
134
143
  pulp_href == o.pulp_href &&
144
+ prn == o.prn &&
135
145
  pulp_created == o.pulp_created &&
136
146
  pulp_last_updated == o.pulp_last_updated &&
137
147
  name == o.name &&
@@ -149,7 +159,7 @@ module PulpcoreClient
149
159
  # Calculates hash code according to all attributes.
150
160
  # @return [Integer] Hash code
151
161
  def hash
152
- [pulp_href, pulp_created, pulp_last_updated, name, last_heartbeat, versions, current_task].hash
162
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, last_heartbeat, versions, current_task].hash
153
163
  end
154
164
 
155
165
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.61.0'
14
+ VERSION = '3.63.0'
15
15
  end
@@ -40,6 +40,7 @@ describe 'AccessPoliciesApi' do
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
42
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;creation_hooks&#x60; - Creation hooks * &#x60;-creation_hooks&#x60; - Creation hooks (descending) * &#x60;statements&#x60; - Statements * &#x60;-statements&#x60; - Statements (descending) * &#x60;viewset_name&#x60; - Viewset name * &#x60;-viewset_name&#x60; - Viewset name (descending) * &#x60;customized&#x60; - Customized * &#x60;-customized&#x60; - Customized (descending) * &#x60;queryset_scoping&#x60; - Queryset scoping * &#x60;-queryset_scoping&#x60; - Queryset scoping (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
46
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -72,10 +72,11 @@ describe 'ArtifactsApi' do
72
72
  # @option opts [Integer] :offset The initial index from which to return the results.
73
73
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
74
74
  # @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
75
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
75
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
78
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
- # @option opts [String] :repository_version Repository Version referenced by HREF
79
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
79
80
  # @option opts [String] :sha1 Filter results where sha1 matches value
80
81
  # @option opts [String] :sha224 Filter results where sha224 matches value
81
82
  # @option opts [String] :sha256 Filter results where sha256 matches value
@@ -40,14 +40,15 @@ describe 'ContentApi' do
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
42
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
46
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
46
47
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
47
48
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
48
- # @option opts [String] :repository_version Repository Version referenced by HREF
49
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
50
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
49
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
50
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
51
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
51
52
  # @option opts [Array<String>] :fields A list of fields to include in the response.
52
53
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
53
54
  # @return [PaginatedMultipleArtifactContentResponseList]
@@ -48,6 +48,7 @@ describe 'ContentguardsApi' do
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
50
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
51
52
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
53
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
54
  # @option opts [String] :pulp_type Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;core.composite&#x60; - core.composite * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509