pulp_rpm_client 3.17.15 → 3.17.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +8 -8
  4. data/docs/ContentAdvisoriesApi.md +8 -8
  5. data/docs/ContentDistributionTreesApi.md +8 -8
  6. data/docs/ContentModulemdDefaultsApi.md +8 -8
  7. data/docs/ContentModulemdsApi.md +8 -8
  8. data/docs/ContentPackagecategoriesApi.md +8 -8
  9. data/docs/ContentPackageenvironmentsApi.md +8 -8
  10. data/docs/ContentPackagegroupsApi.md +8 -8
  11. data/docs/ContentPackagelangpacksApi.md +8 -8
  12. data/docs/ContentPackagesApi.md +8 -8
  13. data/docs/ContentRepoMetadataFilesApi.md +8 -8
  14. data/docs/DistributionsRpmApi.md +8 -8
  15. data/docs/PublicationsRpmApi.md +8 -8
  16. data/docs/RemotesRpmApi.md +8 -8
  17. data/docs/RemotesUlnApi.md +8 -8
  18. data/docs/RepositoriesRpmApi.md +8 -8
  19. data/docs/RepositoriesRpmVersionsApi.md +8 -8
  20. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +12 -12
  21. data/lib/pulp_rpm_client/api/content_advisories_api.rb +12 -12
  22. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +12 -12
  23. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +12 -12
  24. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +12 -12
  25. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +12 -12
  26. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +12 -12
  27. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +12 -12
  28. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +12 -12
  29. data/lib/pulp_rpm_client/api/content_packages_api.rb +12 -12
  30. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +12 -12
  31. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +12 -12
  32. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +12 -12
  33. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +12 -12
  34. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +12 -12
  35. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +12 -12
  36. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +12 -12
  37. data/lib/pulp_rpm_client/version.rb +1 -1
  38. data/spec/api/acs_rpm_api_spec.rb +4 -4
  39. data/spec/api/content_advisories_api_spec.rb +4 -4
  40. data/spec/api/content_distribution_trees_api_spec.rb +4 -4
  41. data/spec/api/content_modulemd_defaults_api_spec.rb +4 -4
  42. data/spec/api/content_modulemds_api_spec.rb +4 -4
  43. data/spec/api/content_packagecategories_api_spec.rb +4 -4
  44. data/spec/api/content_packageenvironments_api_spec.rb +4 -4
  45. data/spec/api/content_packagegroups_api_spec.rb +4 -4
  46. data/spec/api/content_packagelangpacks_api_spec.rb +4 -4
  47. data/spec/api/content_packages_api_spec.rb +4 -4
  48. data/spec/api/content_repo_metadata_files_api_spec.rb +4 -4
  49. data/spec/api/distributions_rpm_api_spec.rb +4 -4
  50. data/spec/api/publications_rpm_api_spec.rb +4 -4
  51. data/spec/api/remotes_rpm_api_spec.rb +4 -4
  52. data/spec/api/remotes_uln_api_spec.rb +4 -4
  53. data/spec/api/repositories_rpm_api_spec.rb +4 -4
  54. data/spec/api/repositories_rpm_versions_api_spec.rb +4 -4
  55. metadata +66 -66
@@ -156,8 +156,8 @@ opts = {
156
156
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
157
157
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
158
158
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
159
- fields: 'fields_example', # String | A list of fields to include in the response.
160
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
159
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
160
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
161
161
  }
162
162
 
163
163
  begin
@@ -189,8 +189,8 @@ Name | Type | Description | Notes
189
189
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
190
190
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
191
191
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
192
- **fields** | **String**| A list of fields to include in the response. | [optional]
193
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
192
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
193
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
194
194
 
195
195
  ### Return type
196
196
 
@@ -284,8 +284,8 @@ end
284
284
  api_instance = PulpRpmClient::RemotesRpmApi.new
285
285
  rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String |
286
286
  opts = {
287
- fields: 'fields_example', # String | A list of fields to include in the response.
288
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
287
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
288
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
289
289
  }
290
290
 
291
291
  begin
@@ -303,8 +303,8 @@ end
303
303
  Name | Type | Description | Notes
304
304
  ------------- | ------------- | ------------- | -------------
305
305
  **rpm_rpm_remote_href** | **String**| |
306
- **fields** | **String**| A list of fields to include in the response. | [optional]
307
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
306
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
307
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
308
308
 
309
309
  ### Return type
310
310
 
@@ -156,8 +156,8 @@ opts = {
156
156
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
157
157
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
158
158
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
159
- fields: 'fields_example', # String | A list of fields to include in the response.
160
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
159
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
160
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
161
161
  }
162
162
 
163
163
  begin
@@ -189,8 +189,8 @@ Name | Type | Description | Notes
189
189
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
190
190
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
191
191
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
192
- **fields** | **String**| A list of fields to include in the response. | [optional]
193
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
192
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
193
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
194
194
 
195
195
  ### Return type
196
196
 
@@ -284,8 +284,8 @@ end
284
284
  api_instance = PulpRpmClient::RemotesUlnApi.new
285
285
  rpm_uln_remote_href = 'rpm_uln_remote_href_example' # String |
286
286
  opts = {
287
- fields: 'fields_example', # String | A list of fields to include in the response.
288
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
287
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
288
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
289
289
  }
290
290
 
291
291
  begin
@@ -303,8 +303,8 @@ end
303
303
  Name | Type | Description | Notes
304
304
  ------------- | ------------- | ------------- | -------------
305
305
  **rpm_uln_remote_href** | **String**| |
306
- **fields** | **String**| A list of fields to include in the response. | [optional]
307
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
306
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
307
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
308
308
 
309
309
  ### Return type
310
310
 
@@ -153,8 +153,8 @@ opts = {
153
153
  ordering: ['ordering_example'], # Array<String> | Ordering
154
154
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
155
  remote: 'remote_example', # String | Foreign Key referenced by HREF
156
- fields: 'fields_example', # String | A list of fields to include in the response.
157
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
156
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
157
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
158
158
  }
159
159
 
160
160
  begin
@@ -181,8 +181,8 @@ Name | Type | Description | Notes
181
181
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
182
182
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
183
183
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
184
- **fields** | **String**| A list of fields to include in the response. | [optional]
185
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
184
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
185
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
186
186
 
187
187
  ### Return type
188
188
 
@@ -331,8 +331,8 @@ end
331
331
  api_instance = PulpRpmClient::RepositoriesRpmApi.new
332
332
  rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
333
333
  opts = {
334
- fields: 'fields_example', # String | A list of fields to include in the response.
335
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
334
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
335
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
336
336
  }
337
337
 
338
338
  begin
@@ -350,8 +350,8 @@ end
350
350
  Name | Type | Description | Notes
351
351
  ------------- | ------------- | ------------- | -------------
352
352
  **rpm_rpm_repository_href** | **String**| |
353
- **fields** | **String**| A list of fields to include in the response. | [optional]
354
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
353
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
354
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
355
355
 
356
356
  ### Return type
357
357
 
@@ -104,8 +104,8 @@ opts = {
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
- 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.
107
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
108
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
109
109
  }
110
110
 
111
111
  begin
@@ -140,8 +140,8 @@ Name | Type | Description | Notes
140
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
141
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
142
142
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [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]
143
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
145
145
 
146
146
  ### Return type
147
147
 
@@ -180,8 +180,8 @@ end
180
180
  api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
181
181
  rpm_rpm_repository_version_href = 'rpm_rpm_repository_version_href_example' # String |
182
182
  opts = {
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.
183
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
184
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
185
185
  }
186
186
 
187
187
  begin
@@ -199,8 +199,8 @@ end
199
199
  Name | Type | Description | Notes
200
200
  ------------- | ------------- | ------------- | -------------
201
201
  **rpm_rpm_repository_version_href** | **String**| |
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]
202
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
204
204
 
205
205
  ### Return type
206
206
 
@@ -156,8 +156,8 @@ module PulpRpmClient
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [Array<String>] :ordering Ordering
159
- # @option opts [String] :fields A list of fields to include in the response.
160
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
159
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
160
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
161
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
162
162
  def list(opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(opts)
@@ -175,8 +175,8 @@ module PulpRpmClient
175
175
  # @option opts [String] :name__startswith Filter results where name starts with value
176
176
  # @option opts [Integer] :offset The initial index from which to return the results.
177
177
  # @option opts [Array<String>] :ordering Ordering
178
- # @option opts [String] :fields A list of fields to include in the response.
179
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
178
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
179
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
180
180
  # @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
181
181
  def list_with_http_info(opts = {})
182
182
  if @api_client.config.debugging
@@ -199,8 +199,8 @@ module PulpRpmClient
199
199
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
200
200
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
201
201
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
202
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
203
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
202
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
203
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
204
204
 
205
205
  # header parameters
206
206
  header_params = opts[:header_params] || {}
@@ -309,8 +309,8 @@ module PulpRpmClient
309
309
  # ViewSet for ACS.
310
310
  # @param rpm_rpm_alternate_content_source_href [String]
311
311
  # @param [Hash] opts the optional parameters
312
- # @option opts [String] :fields A list of fields to include in the response.
313
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
312
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
313
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
314
314
  # @return [RpmRpmAlternateContentSourceResponse]
315
315
  def read(rpm_rpm_alternate_content_source_href, opts = {})
316
316
  data, _status_code, _headers = read_with_http_info(rpm_rpm_alternate_content_source_href, opts)
@@ -321,8 +321,8 @@ module PulpRpmClient
321
321
  # ViewSet for ACS.
322
322
  # @param rpm_rpm_alternate_content_source_href [String]
323
323
  # @param [Hash] opts the optional parameters
324
- # @option opts [String] :fields A list of fields to include in the response.
325
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
324
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
325
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
326
326
  # @return [Array<(RpmRpmAlternateContentSourceResponse, Integer, Hash)>] RpmRpmAlternateContentSourceResponse data, response status code and response headers
327
327
  def read_with_http_info(rpm_rpm_alternate_content_source_href, opts = {})
328
328
  if @api_client.config.debugging
@@ -337,8 +337,8 @@ module PulpRpmClient
337
337
 
338
338
  # query parameters
339
339
  query_params = opts[:query_params] || {}
340
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
341
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
340
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
341
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
342
342
 
343
343
  # header parameters
344
344
  header_params = opts[:header_params] || {}
@@ -103,8 +103,8 @@ module PulpRpmClient
103
103
  # @option opts [String] :type Filter results where type matches value
104
104
  # @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
105
105
  # @option opts [String] :type__ne Filter results where type not equal to value
106
- # @option opts [String] :fields A list of fields to include in the response.
107
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
106
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
107
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
108
108
  # @return [PaginatedrpmUpdateRecordResponseList]
109
109
  def list(opts = {})
110
110
  data, _status_code, _headers = list_with_http_info(opts)
@@ -131,8 +131,8 @@ module PulpRpmClient
131
131
  # @option opts [String] :type Filter results where type matches value
132
132
  # @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
133
133
  # @option opts [String] :type__ne Filter results where type not equal to value
134
- # @option opts [String] :fields A list of fields to include in the response.
135
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
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.
136
136
  # @return [Array<(PaginatedrpmUpdateRecordResponseList, Integer, Hash)>] PaginatedrpmUpdateRecordResponseList data, response status code and response headers
137
137
  def list_with_http_info(opts = {})
138
138
  if @api_client.config.debugging
@@ -164,8 +164,8 @@ module PulpRpmClient
164
164
  query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
165
165
  query_params[:'type__in'] = @api_client.build_collection_param(opts[:'type__in'], :csv) if !opts[:'type__in'].nil?
166
166
  query_params[:'type__ne'] = opts[:'type__ne'] if !opts[:'type__ne'].nil?
167
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
168
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
167
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
168
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
169
169
 
170
170
  # header parameters
171
171
  header_params = opts[:header_params] || {}
@@ -204,8 +204,8 @@ module PulpRpmClient
204
204
  # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
205
205
  # @param rpm_update_record_href [String]
206
206
  # @param [Hash] opts the optional parameters
207
- # @option opts [String] :fields A list of fields to include in the response.
208
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
207
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
208
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
209
209
  # @return [RpmUpdateRecordResponse]
210
210
  def read(rpm_update_record_href, opts = {})
211
211
  data, _status_code, _headers = read_with_http_info(rpm_update_record_href, opts)
@@ -216,8 +216,8 @@ module PulpRpmClient
216
216
  # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
217
217
  # @param rpm_update_record_href [String]
218
218
  # @param [Hash] opts the optional parameters
219
- # @option opts [String] :fields A list of fields to include in the response.
220
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
219
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
220
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
221
221
  # @return [Array<(RpmUpdateRecordResponse, Integer, Hash)>] RpmUpdateRecordResponse data, response status code and response headers
222
222
  def read_with_http_info(rpm_update_record_href, opts = {})
223
223
  if @api_client.config.debugging
@@ -232,8 +232,8 @@ module PulpRpmClient
232
232
 
233
233
  # query parameters
234
234
  query_params = opts[:query_params] || {}
235
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
236
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
235
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
236
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
237
237
 
238
238
  # header parameters
239
239
  header_params = opts[:header_params] || {}
@@ -28,8 +28,8 @@ module PulpRpmClient
28
28
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
29
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
30
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
31
- # @option opts [String] :fields A list of fields to include in the response.
32
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
31
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
32
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
33
33
  # @return [PaginatedrpmDistributionTreeResponseList]
34
34
  def list(opts = {})
35
35
  data, _status_code, _headers = list_with_http_info(opts)
@@ -45,8 +45,8 @@ module PulpRpmClient
45
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
48
- # @option opts [String] :fields A list of fields to include in the response.
49
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
48
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
49
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
50
50
  # @return [Array<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
51
51
  def list_with_http_info(opts = {})
52
52
  if @api_client.config.debugging
@@ -67,8 +67,8 @@ module PulpRpmClient
67
67
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
68
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
69
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
70
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
71
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
70
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
71
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
72
72
 
73
73
  # header parameters
74
74
  header_params = opts[:header_params] || {}
@@ -107,8 +107,8 @@ module PulpRpmClient
107
107
  # Distribution Tree Viewset.
108
108
  # @param rpm_distribution_tree_href [String]
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :fields A list of fields to include in the response.
111
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
110
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
111
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
112
112
  # @return [RpmDistributionTreeResponse]
113
113
  def read(rpm_distribution_tree_href, opts = {})
114
114
  data, _status_code, _headers = read_with_http_info(rpm_distribution_tree_href, opts)
@@ -119,8 +119,8 @@ module PulpRpmClient
119
119
  # Distribution Tree Viewset.
120
120
  # @param rpm_distribution_tree_href [String]
121
121
  # @param [Hash] opts the optional parameters
122
- # @option opts [String] :fields A list of fields to include in the response.
123
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
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.
124
124
  # @return [Array<(RpmDistributionTreeResponse, Integer, Hash)>] RpmDistributionTreeResponse data, response status code and response headers
125
125
  def read_with_http_info(rpm_distribution_tree_href, opts = {})
126
126
  if @api_client.config.debugging
@@ -135,8 +135,8 @@ module PulpRpmClient
135
135
 
136
136
  # query parameters
137
137
  query_params = opts[:query_params] || {}
138
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
139
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
138
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
139
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
140
140
 
141
141
  # header parameters
142
142
  header_params = opts[:header_params] || {}
@@ -143,8 +143,8 @@ module PulpRpmClient
143
143
  # @option opts [String] :sha256
144
144
  # @option opts [String] :stream Filter results where stream matches value
145
145
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
146
- # @option opts [String] :fields A list of fields to include in the response.
147
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
146
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
147
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
148
148
  # @return [PaginatedrpmModulemdDefaultsResponseList]
149
149
  def list(opts = {})
150
150
  data, _status_code, _headers = list_with_http_info(opts)
@@ -165,8 +165,8 @@ module PulpRpmClient
165
165
  # @option opts [String] :sha256
166
166
  # @option opts [String] :stream Filter results where stream matches value
167
167
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
168
- # @option opts [String] :fields A list of fields to include in the response.
169
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
168
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
169
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
170
170
  # @return [Array<(PaginatedrpmModulemdDefaultsResponseList, Integer, Hash)>] PaginatedrpmModulemdDefaultsResponseList data, response status code and response headers
171
171
  def list_with_http_info(opts = {})
172
172
  if @api_client.config.debugging
@@ -192,8 +192,8 @@ module PulpRpmClient
192
192
  query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
193
193
  query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
194
194
  query_params[:'stream__in'] = @api_client.build_collection_param(opts[:'stream__in'], :csv) if !opts[:'stream__in'].nil?
195
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
196
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
195
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
196
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
197
197
 
198
198
  # header parameters
199
199
  header_params = opts[:header_params] || {}
@@ -232,8 +232,8 @@ module PulpRpmClient
232
232
  # ViewSet for Modulemd.
233
233
  # @param rpm_modulemd_defaults_href [String]
234
234
  # @param [Hash] opts the optional parameters
235
- # @option opts [String] :fields A list of fields to include in the response.
236
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
235
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
236
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
237
237
  # @return [RpmModulemdDefaultsResponse]
238
238
  def read(rpm_modulemd_defaults_href, opts = {})
239
239
  data, _status_code, _headers = read_with_http_info(rpm_modulemd_defaults_href, opts)
@@ -244,8 +244,8 @@ module PulpRpmClient
244
244
  # ViewSet for Modulemd.
245
245
  # @param rpm_modulemd_defaults_href [String]
246
246
  # @param [Hash] opts the optional parameters
247
- # @option opts [String] :fields A list of fields to include in the response.
248
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
247
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
248
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
249
249
  # @return [Array<(RpmModulemdDefaultsResponse, Integer, Hash)>] RpmModulemdDefaultsResponse data, response status code and response headers
250
250
  def read_with_http_info(rpm_modulemd_defaults_href, opts = {})
251
251
  if @api_client.config.debugging
@@ -260,8 +260,8 @@ module PulpRpmClient
260
260
 
261
261
  # query parameters
262
262
  query_params = opts[:query_params] || {}
263
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
264
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
263
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
264
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
265
265
 
266
266
  # header parameters
267
267
  header_params = opts[:header_params] || {}
@@ -181,8 +181,8 @@ module PulpRpmClient
181
181
  # @option opts [String] :sha256
182
182
  # @option opts [String] :stream Filter results where stream matches value
183
183
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
184
- # @option opts [String] :fields A list of fields to include in the response.
185
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
185
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
186
186
  # @return [PaginatedrpmModulemdResponseList]
187
187
  def list(opts = {})
188
188
  data, _status_code, _headers = list_with_http_info(opts)
@@ -203,8 +203,8 @@ module PulpRpmClient
203
203
  # @option opts [String] :sha256
204
204
  # @option opts [String] :stream Filter results where stream matches value
205
205
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
206
- # @option opts [String] :fields A list of fields to include in the response.
207
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
206
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
207
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
208
208
  # @return [Array<(PaginatedrpmModulemdResponseList, Integer, Hash)>] PaginatedrpmModulemdResponseList data, response status code and response headers
209
209
  def list_with_http_info(opts = {})
210
210
  if @api_client.config.debugging
@@ -230,8 +230,8 @@ module PulpRpmClient
230
230
  query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
231
231
  query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
232
232
  query_params[:'stream__in'] = @api_client.build_collection_param(opts[:'stream__in'], :csv) if !opts[:'stream__in'].nil?
233
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
234
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
233
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
234
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
235
235
 
236
236
  # header parameters
237
237
  header_params = opts[:header_params] || {}
@@ -270,8 +270,8 @@ module PulpRpmClient
270
270
  # ViewSet for Modulemd.
271
271
  # @param rpm_modulemd_href [String]
272
272
  # @param [Hash] opts the optional parameters
273
- # @option opts [String] :fields A list of fields to include in the response.
274
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
273
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
274
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
275
275
  # @return [RpmModulemdResponse]
276
276
  def read(rpm_modulemd_href, opts = {})
277
277
  data, _status_code, _headers = read_with_http_info(rpm_modulemd_href, opts)
@@ -282,8 +282,8 @@ module PulpRpmClient
282
282
  # ViewSet for Modulemd.
283
283
  # @param rpm_modulemd_href [String]
284
284
  # @param [Hash] opts the optional parameters
285
- # @option opts [String] :fields A list of fields to include in the response.
286
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
285
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
286
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
287
287
  # @return [Array<(RpmModulemdResponse, Integer, Hash)>] RpmModulemdResponse data, response status code and response headers
288
288
  def read_with_http_info(rpm_modulemd_href, opts = {})
289
289
  if @api_client.config.debugging
@@ -298,8 +298,8 @@ module PulpRpmClient
298
298
 
299
299
  # query parameters
300
300
  query_params = opts[:query_params] || {}
301
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
302
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
301
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
302
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
303
303
 
304
304
  # header parameters
305
305
  header_params = opts[:header_params] || {}
@@ -28,8 +28,8 @@ module PulpRpmClient
28
28
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
29
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
30
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
31
- # @option opts [String] :fields A list of fields to include in the response.
32
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
31
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
32
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
33
33
  # @return [PaginatedrpmPackageCategoryResponseList]
34
34
  def list(opts = {})
35
35
  data, _status_code, _headers = list_with_http_info(opts)
@@ -45,8 +45,8 @@ module PulpRpmClient
45
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
48
- # @option opts [String] :fields A list of fields to include in the response.
49
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
48
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
49
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
50
50
  # @return [Array<(PaginatedrpmPackageCategoryResponseList, Integer, Hash)>] PaginatedrpmPackageCategoryResponseList data, response status code and response headers
51
51
  def list_with_http_info(opts = {})
52
52
  if @api_client.config.debugging
@@ -67,8 +67,8 @@ module PulpRpmClient
67
67
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
68
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
69
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
70
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
71
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
70
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
71
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
72
72
 
73
73
  # header parameters
74
74
  header_params = opts[:header_params] || {}
@@ -107,8 +107,8 @@ module PulpRpmClient
107
107
  # PackageCategory ViewSet.
108
108
  # @param rpm_package_category_href [String]
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :fields A list of fields to include in the response.
111
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
110
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
111
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
112
112
  # @return [RpmPackageCategoryResponse]
113
113
  def read(rpm_package_category_href, opts = {})
114
114
  data, _status_code, _headers = read_with_http_info(rpm_package_category_href, opts)
@@ -119,8 +119,8 @@ module PulpRpmClient
119
119
  # PackageCategory ViewSet.
120
120
  # @param rpm_package_category_href [String]
121
121
  # @param [Hash] opts the optional parameters
122
- # @option opts [String] :fields A list of fields to include in the response.
123
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
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.
124
124
  # @return [Array<(RpmPackageCategoryResponse, Integer, Hash)>] RpmPackageCategoryResponse data, response status code and response headers
125
125
  def read_with_http_info(rpm_package_category_href, opts = {})
126
126
  if @api_client.config.debugging
@@ -135,8 +135,8 @@ module PulpRpmClient
135
135
 
136
136
  # query parameters
137
137
  query_params = opts[:query_params] || {}
138
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
139
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
138
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
139
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
140
140
 
141
141
  # header parameters
142
142
  header_params = opts[:header_params] || {}