pulp_container_client 2.14.13 → 2.15.0.dev1661401897

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -10
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPushRepository.md +7 -7
  6. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  7. data/docs/ContainerContainerRemote.md +2 -2
  8. data/docs/ContainerContainerRemoteResponse.md +2 -4
  9. data/docs/ContainerContainerRepository.md +2 -2
  10. data/docs/ContainerContainerRepositoryResponse.md +2 -2
  11. data/docs/ContentBlobsApi.md +10 -14
  12. data/docs/ContentManifestsApi.md +12 -16
  13. data/docs/ContentSignaturesApi.md +10 -14
  14. data/docs/ContentTagsApi.md +12 -16
  15. data/docs/DistributionsContainerApi.md +22 -30
  16. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  17. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  18. data/docs/PatchedcontainerContainerRemote.md +2 -2
  19. data/docs/PatchedcontainerContainerRepository.md +2 -2
  20. data/docs/PulpContainerNamespacesApi.md +18 -22
  21. data/docs/RemotesContainerApi.md +22 -26
  22. data/docs/RepositoriesContainerApi.md +21 -41
  23. data/docs/RepositoriesContainerPushApi.md +21 -41
  24. data/docs/RepositoriesContainerPushVersionsApi.md +14 -16
  25. data/docs/RepositoriesContainerVersionsApi.md +14 -16
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +15 -21
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +17 -23
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +15 -21
  29. data/lib/pulp_container_client/api/content_tags_api.rb +17 -23
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +31 -43
  31. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +27 -33
  32. data/lib/pulp_container_client/api/remotes_container_api.rb +31 -37
  33. data/lib/pulp_container_client/api/repositories_container_api.rb +29 -59
  34. data/lib/pulp_container_client/api/repositories_container_push_api.rb +29 -59
  35. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +19 -22
  36. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +19 -22
  37. data/lib/pulp_container_client/models/container_container_distribution.rb +48 -50
  38. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -40
  39. data/lib/pulp_container_client/models/container_container_push_repository.rb +25 -27
  40. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +47 -49
  41. data/lib/pulp_container_client/models/container_container_remote.rb +3 -5
  42. data/lib/pulp_container_client/models/container_container_remote_response.rb +4 -18
  43. data/lib/pulp_container_client/models/container_container_repository.rb +3 -5
  44. data/lib/pulp_container_client/models/container_container_repository_response.rb +3 -5
  45. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +39 -41
  47. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +25 -27
  48. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +3 -5
  49. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +3 -5
  50. data/lib/pulp_container_client/version.rb +1 -1
  51. data/lib/pulp_container_client.rb +0 -1
  52. data/spec/api/content_blobs_api_spec.rb +5 -7
  53. data/spec/api/content_manifests_api_spec.rb +6 -8
  54. data/spec/api/content_signatures_api_spec.rb +5 -7
  55. data/spec/api/content_tags_api_spec.rb +6 -8
  56. data/spec/api/distributions_container_api_spec.rb +11 -15
  57. data/spec/api/pulp_container_namespaces_api_spec.rb +9 -11
  58. data/spec/api/remotes_container_api_spec.rb +11 -13
  59. data/spec/api/repositories_container_api_spec.rb +10 -20
  60. data/spec/api/repositories_container_push_api_spec.rb +10 -20
  61. data/spec/api/repositories_container_push_versions_api_spec.rb +7 -8
  62. data/spec/api/repositories_container_versions_api_spec.rb +7 -8
  63. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  64. data/spec/models/container_container_distribution_spec.rb +5 -5
  65. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  66. data/spec/models/container_container_push_repository_spec.rb +5 -5
  67. data/spec/models/container_container_remote_response_spec.rb +0 -6
  68. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  69. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  70. metadata +46 -50
  71. data/docs/ContainerContainerRemoteResponseHiddenFields.md +0 -19
  72. data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +0 -215
  73. data/spec/models/container_container_remote_response_hidden_fields_spec.rb +0 -47
@@ -97,27 +97,17 @@ end
97
97
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
98
98
  opts = {
99
99
  limit: 56, # Integer | Number of results to return per page.
100
- name: 'name_example', # String | Filter results where name matches value
100
+ name: 'name_example', # String |
101
101
  name__contains: 'name__contains_example', # String | Filter results where name contains value
102
102
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
103
103
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
104
104
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
105
105
  offset: 56, # Integer | The initial index from which to return the results.
106
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
107
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
106
+ ordering: ['ordering_example'], # Array<String> | Ordering
109
107
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
110
108
  remote: 'remote_example', # String | Foreign Key referenced by HREF
111
- retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
112
- retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
113
- retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
114
- retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
115
- retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
116
- retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
117
- retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
118
- retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
119
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
120
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
109
+ fields: 'fields_example', # String | A list of fields to include in the response.
110
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
121
111
  }
122
112
 
123
113
  begin
@@ -135,27 +125,17 @@ end
135
125
  Name | Type | Description | Notes
136
126
  ------------- | ------------- | ------------- | -------------
137
127
  **limit** | **Integer**| Number of results to return per page. | [optional]
138
- **name** | **String**| Filter results where name matches value | [optional]
128
+ **name** | **String**| | [optional]
139
129
  **name__contains** | **String**| Filter results where name contains value | [optional]
140
130
  **name__icontains** | **String**| Filter results where name contains value | [optional]
141
131
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
142
132
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
143
133
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
144
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
145
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
146
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
134
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
147
135
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
148
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
149
- **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
150
- **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
151
- **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
152
- **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
153
- **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
154
- **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
155
- **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
156
- **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
157
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
158
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
136
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
137
+ **fields** | **String**| A list of fields to include in the response. | [optional]
138
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
159
139
 
160
140
  ### Return type
161
141
 
@@ -194,8 +174,8 @@ end
194
174
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
195
175
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
196
176
  opts = {
197
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
198
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
177
+ fields: 'fields_example', # String | A list of fields to include in the response.
178
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
199
179
  }
200
180
 
201
181
  begin
@@ -212,8 +192,8 @@ end
212
192
  Name | Type | Description | Notes
213
193
  ------------- | ------------- | ------------- | -------------
214
194
  **container_container_push_repository_href** | **String**| |
215
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
216
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
195
+ **fields** | **String**| A list of fields to include in the response. | [optional]
196
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
217
197
 
218
198
  ### Return type
219
199
 
@@ -252,8 +232,8 @@ end
252
232
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
253
233
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
254
234
  opts = {
255
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
256
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
235
+ fields: 'fields_example', # String | A list of fields to include in the response.
236
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
257
237
  }
258
238
 
259
239
  begin
@@ -270,8 +250,8 @@ end
270
250
  Name | Type | Description | Notes
271
251
  ------------- | ------------- | ------------- | -------------
272
252
  **container_container_push_repository_href** | **String**| |
273
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
274
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
253
+ **fields** | **String**| A list of fields to include in the response. | [optional]
254
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
275
255
 
276
256
  ### Return type
277
257
 
@@ -365,8 +345,8 @@ end
365
345
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
366
346
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
367
347
  opts = {
368
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
369
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
348
+ fields: 'fields_example', # String | A list of fields to include in the response.
349
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
370
350
  }
371
351
 
372
352
  begin
@@ -384,8 +364,8 @@ end
384
364
  Name | Type | Description | Notes
385
365
  ------------- | ------------- | ------------- | -------------
386
366
  **container_container_push_repository_href** | **String**| |
387
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
388
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
367
+ **fields** | **String**| A list of fields to include in the response. | [optional]
368
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
389
369
 
390
370
  ### Return type
391
371
 
@@ -90,23 +90,22 @@ opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
91
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
92
92
  limit: 56, # Integer | Number of results to return per page.
93
- number: 56, # Integer | Filter results where number matches value
93
+ number: 56, # Integer |
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
95
95
  number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
96
  number__lt: 56, # Integer | Filter results where number is less than value
97
97
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
98
98
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
101
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
100
+ ordering: ['ordering_example'], # Array<String> | Ordering
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
103
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
105
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
106
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
107
+ fields: 'fields_example', # String | A list of fields to include in the response.
108
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
109
  }
111
110
 
112
111
  begin
@@ -127,23 +126,22 @@ Name | Type | Description | Notes
127
126
  **content** | **String**| Content Unit referenced by HREF | [optional]
128
127
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
129
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
130
- **number** | **Integer**| Filter results where number matches value | [optional]
129
+ **number** | **Integer**| | [optional]
131
130
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
132
131
  **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
133
132
  **number__lt** | **Integer**| Filter results where number is less than value | [optional]
134
133
  **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
135
134
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
136
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
137
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
138
- **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
136
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
139
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
140
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
141
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
142
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
143
142
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
144
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
145
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
146
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
143
+ **fields** | **String**| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
147
145
 
148
146
  ### Return type
149
147
 
@@ -182,8 +180,8 @@ end
182
180
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
183
181
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
184
182
  opts = {
185
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
186
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
183
+ fields: 'fields_example', # String | A list of fields to include in the response.
184
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
187
185
  }
188
186
 
189
187
  begin
@@ -201,8 +199,8 @@ end
201
199
  Name | Type | Description | Notes
202
200
  ------------- | ------------- | ------------- | -------------
203
201
  **container_container_push_repository_version_href** | **String**| |
204
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
205
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
202
+ **fields** | **String**| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
206
204
 
207
205
  ### Return type
208
206
 
@@ -90,23 +90,22 @@ opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
91
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
92
92
  limit: 56, # Integer | Number of results to return per page.
93
- number: 56, # Integer | Filter results where number matches value
93
+ number: 56, # Integer |
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
95
95
  number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
96
  number__lt: 56, # Integer | Filter results where number is less than value
97
97
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
98
98
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
101
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
100
+ ordering: ['ordering_example'], # Array<String> | Ordering
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
103
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
105
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
106
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
107
+ fields: 'fields_example', # String | A list of fields to include in the response.
108
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
109
  }
111
110
 
112
111
  begin
@@ -127,23 +126,22 @@ Name | Type | Description | Notes
127
126
  **content** | **String**| Content Unit referenced by HREF | [optional]
128
127
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
129
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
130
- **number** | **Integer**| Filter results where number matches value | [optional]
129
+ **number** | **Integer**| | [optional]
131
130
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
132
131
  **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
133
132
  **number__lt** | **Integer**| Filter results where number is less than value | [optional]
134
133
  **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
135
134
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
136
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
137
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
138
- **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
136
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
139
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
140
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
141
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
142
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
143
142
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
144
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
145
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
146
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
143
+ **fields** | **String**| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
147
145
 
148
146
  ### Return type
149
147
 
@@ -182,8 +180,8 @@ end
182
180
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
183
181
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
184
182
  opts = {
185
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
186
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
183
+ fields: 'fields_example', # String | A list of fields to include in the response.
184
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
187
185
  }
188
186
 
189
187
  begin
@@ -201,8 +199,8 @@ end
201
199
  Name | Type | Description | Notes
202
200
  ------------- | ------------- | ------------- | -------------
203
201
  **container_container_repository_version_href** | **String**| |
204
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
205
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
202
+ **fields** | **String**| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
206
204
 
207
205
  ### Return type
208
206
 
@@ -26,14 +26,12 @@ module PulpContainerClient
26
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
30
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
31
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :ordering Ordering
32
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
33
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
34
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
35
- # @option opts [Array<String>] :fields A list of fields to include in the response.
36
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
33
+ # @option opts [String] :fields A list of fields to include in the response.
34
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
37
35
  # @return [PaginatedcontainerBlobResponseList]
38
36
  def list(opts = {})
39
37
  data, _status_code, _headers = list_with_http_info(opts)
@@ -47,20 +45,18 @@ module PulpContainerClient
47
45
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
48
46
  # @option opts [Integer] :limit Number of results to return per page.
49
47
  # @option opts [Integer] :offset The initial index from which to return the results.
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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :ordering Ordering
53
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
54
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
55
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
56
- # @option opts [Array<String>] :fields A list of fields to include in the response.
57
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
52
+ # @option opts [String] :fields A list of fields to include in the response.
53
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
58
54
  # @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
59
55
  def list_with_http_info(opts = {})
60
56
  if @api_client.config.debugging
61
57
  @api_client.config.logger.debug 'Calling API: ContentBlobsApi.list ...'
62
58
  end
63
- allowable_values = ["-digest", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp_of_interest", "-upstream_id", "digest", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp_of_interest", "upstream_id"]
59
+ allowable_values = ["-_artifacts", "-config_blob", "-container_manifest", "-content_ptr", "-contentartifact", "-digest", "-group_roles", "-manifest_blobs", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repositories", "-timestamp_of_interest", "-upstream_id", "-user_roles", "-version_memberships", "_artifacts", "config_blob", "container_manifest", "content_ptr", "contentartifact", "digest", "group_roles", "manifest_blobs", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repositories", "timestamp_of_interest", "upstream_id", "user_roles", "version_memberships"]
64
60
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
65
61
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
66
62
  end
@@ -74,13 +70,11 @@ module PulpContainerClient
74
70
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
75
71
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
76
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
77
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
78
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
79
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
80
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
81
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
82
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
83
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
76
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
77
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
84
78
 
85
79
  # header parameters
86
80
  header_params = opts[:header_params] || {}
@@ -119,8 +113,8 @@ module PulpContainerClient
119
113
  # ViewSet for Blobs.
120
114
  # @param container_blob_href [String]
121
115
  # @param [Hash] opts the optional parameters
122
- # @option opts [Array<String>] :fields A list of fields to include in the response.
123
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
116
+ # @option opts [String] :fields A list of fields to include in the response.
117
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
124
118
  # @return [ContainerBlobResponse]
125
119
  def read(container_blob_href, opts = {})
126
120
  data, _status_code, _headers = read_with_http_info(container_blob_href, opts)
@@ -131,8 +125,8 @@ module PulpContainerClient
131
125
  # ViewSet for Blobs.
132
126
  # @param container_blob_href [String]
133
127
  # @param [Hash] opts the optional parameters
134
- # @option opts [Array<String>] :fields A list of fields to include in the response.
135
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
128
+ # @option opts [String] :fields A list of fields to include in the response.
129
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
136
130
  # @return [Array<(ContainerBlobResponse, Integer, Hash)>] ContainerBlobResponse data, response status code and response headers
137
131
  def read_with_http_info(container_blob_href, opts = {})
138
132
  if @api_client.config.debugging
@@ -147,8 +141,8 @@ module PulpContainerClient
147
141
 
148
142
  # query parameters
149
143
  query_params = opts[:query_params] || {}
150
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
151
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
144
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
145
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
152
146
 
153
147
  # header parameters
154
148
  header_params = opts[:header_params] || {}
@@ -25,16 +25,14 @@ module PulpContainerClient
25
25
  # @option opts [String] :digest Filter results where digest matches value
26
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
27
27
  # @option opts [Integer] :limit Number of results to return per page.
28
- # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
28
+ # @option opts [Array<String>] :media_type
29
29
  # @option opts [Integer] :offset The initial index from which to return the results.
30
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
31
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
32
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [Array<String>] :ordering Ordering
33
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
34
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
35
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
36
- # @option opts [Array<String>] :fields A list of fields to include in the response.
37
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
34
+ # @option opts [String] :fields A list of fields to include in the response.
35
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
38
36
  # @return [PaginatedcontainerManifestResponseList]
39
37
  def list(opts = {})
40
38
  data, _status_code, _headers = list_with_http_info(opts)
@@ -47,16 +45,14 @@ module PulpContainerClient
47
45
  # @option opts [String] :digest Filter results where digest matches value
48
46
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
49
47
  # @option opts [Integer] :limit Number of results to return per page.
50
- # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
48
+ # @option opts [Array<String>] :media_type
51
49
  # @option opts [Integer] :offset The initial index from which to return the results.
52
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
53
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
54
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [Array<String>] :ordering Ordering
55
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
56
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
57
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
58
- # @option opts [Array<String>] :fields A list of fields to include in the response.
59
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
54
+ # @option opts [String] :fields A list of fields to include in the response.
55
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
60
56
  # @return [Array<(PaginatedcontainerManifestResponseList, Integer, Hash)>] PaginatedcontainerManifestResponseList data, response status code and response headers
61
57
  def list_with_http_info(opts = {})
62
58
  if @api_client.config.debugging
@@ -66,7 +62,7 @@ module PulpContainerClient
66
62
  if @api_client.config.client_side_validation && opts[:'media_type'] && !opts[:'media_type'].all? { |item| allowable_values.include?(item) }
67
63
  fail ArgumentError, "invalid value for \"media_type\", must include one of #{allowable_values}"
68
64
  end
69
- allowable_values = ["-digest", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-schema_version", "-timestamp_of_interest", "-upstream_id", "digest", "media_type", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "schema_version", "timestamp_of_interest", "upstream_id"]
65
+ allowable_values = ["-_artifacts", "-blob_manifests", "-blobs", "-config_blob", "-container_manifest", "-content_ptr", "-contentartifact", "-digest", "-group_roles", "-image_manifests", "-listed_manifests", "-manifest_lists", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repositories", "-schema_version", "-signed_manifests", "-tagged_manifests", "-timestamp_of_interest", "-upstream_id", "-user_roles", "-version_memberships", "_artifacts", "blob_manifests", "blobs", "config_blob", "container_manifest", "content_ptr", "contentartifact", "digest", "group_roles", "image_manifests", "listed_manifests", "manifest_lists", "media_type", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repositories", "schema_version", "signed_manifests", "tagged_manifests", "timestamp_of_interest", "upstream_id", "user_roles", "version_memberships"]
70
66
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
71
67
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
72
68
  end
@@ -81,13 +77,11 @@ module PulpContainerClient
81
77
  query_params[:'media_type'] = @api_client.build_collection_param(opts[:'media_type'], :multi) if !opts[:'media_type'].nil?
82
78
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
83
79
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
84
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
85
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
86
80
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
87
81
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
88
82
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
89
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
90
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
83
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
84
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
91
85
 
92
86
  # header parameters
93
87
  header_params = opts[:header_params] || {}
@@ -126,8 +120,8 @@ module PulpContainerClient
126
120
  # ViewSet for Manifest.
127
121
  # @param container_manifest_href [String]
128
122
  # @param [Hash] opts the optional parameters
129
- # @option opts [Array<String>] :fields A list of fields to include in the response.
130
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
123
+ # @option opts [String] :fields A list of fields to include in the response.
124
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
131
125
  # @return [ContainerManifestResponse]
132
126
  def read(container_manifest_href, opts = {})
133
127
  data, _status_code, _headers = read_with_http_info(container_manifest_href, opts)
@@ -138,8 +132,8 @@ module PulpContainerClient
138
132
  # ViewSet for Manifest.
139
133
  # @param container_manifest_href [String]
140
134
  # @param [Hash] opts the optional parameters
141
- # @option opts [Array<String>] :fields A list of fields to include in the response.
142
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
135
+ # @option opts [String] :fields A list of fields to include in the response.
136
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
143
137
  # @return [Array<(ContainerManifestResponse, Integer, Hash)>] ContainerManifestResponse data, response status code and response headers
144
138
  def read_with_http_info(container_manifest_href, opts = {})
145
139
  if @api_client.config.debugging
@@ -154,8 +148,8 @@ module PulpContainerClient
154
148
 
155
149
  # query parameters
156
150
  query_params = opts[:query_params] || {}
157
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
158
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
151
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
152
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
159
153
 
160
154
  # header parameters
161
155
  header_params = opts[:header_params] || {}