pulp_rpm_client 3.22.2 → 3.22.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +42 -29
  3. data/docs/AcsRpmApi.md +19 -9
  4. data/docs/ContentAdvisoriesApi.md +6 -4
  5. data/docs/ContentDistributionTreesApi.md +3 -1
  6. data/docs/ContentModulemdDefaultsApi.md +3 -1
  7. data/docs/ContentModulemdObsoletesApi.md +3 -1
  8. data/docs/ContentModulemdsApi.md +3 -1
  9. data/docs/ContentPackagecategoriesApi.md +3 -1
  10. data/docs/ContentPackageenvironmentsApi.md +3 -1
  11. data/docs/ContentPackagegroupsApi.md +3 -1
  12. data/docs/ContentPackagelangpacksApi.md +3 -1
  13. data/docs/ContentPackagesApi.md +5 -3
  14. data/docs/ContentRepoMetadataFilesApi.md +3 -1
  15. data/docs/DistributionsRpmApi.md +132 -10
  16. data/docs/PublicationsRpmApi.md +15 -9
  17. data/docs/RemotesRpmApi.md +131 -9
  18. data/docs/RemotesUlnApi.md +131 -9
  19. data/docs/RepositoriesRpmApi.md +132 -10
  20. data/docs/RepositoriesRpmVersionsApi.md +3 -1
  21. data/docs/RpmCompsApi.md +1 -1
  22. data/docs/RpmCopyApi.md +1 -1
  23. data/docs/RpmModulemd.md +3 -1
  24. data/docs/RpmModulemdDefaults.md +3 -1
  25. data/docs/RpmModulemdObsolete.md +3 -1
  26. data/docs/RpmPackage.md +3 -3
  27. data/docs/RpmUpdateRecord.md +3 -3
  28. data/docs/SetLabel.md +19 -0
  29. data/docs/SetLabelResponse.md +19 -0
  30. data/docs/UnsetLabel.md +17 -0
  31. data/docs/UnsetLabelResponse.md +19 -0
  32. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +17 -0
  33. data/lib/pulp_rpm_client/api/content_advisories_api.rb +6 -3
  34. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -0
  35. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +3 -0
  36. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +3 -0
  37. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +3 -0
  38. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +3 -0
  39. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +3 -0
  40. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +3 -0
  41. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +3 -0
  42. data/lib/pulp_rpm_client/api/content_packages_api.rb +6 -3
  43. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +3 -0
  44. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +157 -0
  45. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +11 -0
  46. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +157 -0
  47. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +157 -0
  48. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +157 -0
  49. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -0
  50. data/lib/pulp_rpm_client/configuration.rb +2 -2
  51. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +11 -1
  52. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +11 -1
  53. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete.rb +11 -1
  54. data/lib/pulp_rpm_client/models/rpm_package.rb +11 -11
  55. data/lib/pulp_rpm_client/models/rpm_update_record.rb +14 -14
  56. data/lib/pulp_rpm_client/models/set_label.rb +252 -0
  57. data/lib/pulp_rpm_client/models/set_label_response.rb +243 -0
  58. data/lib/pulp_rpm_client/models/unset_label.rb +242 -0
  59. data/lib/pulp_rpm_client/models/unset_label_response.rb +242 -0
  60. data/lib/pulp_rpm_client/version.rb +1 -1
  61. data/lib/pulp_rpm_client.rb +4 -0
  62. data/spec/api/acs_rpm_api_spec.rb +7 -0
  63. data/spec/api/content_advisories_api_spec.rb +2 -1
  64. data/spec/api/content_distribution_trees_api_spec.rb +1 -0
  65. data/spec/api/content_modulemd_defaults_api_spec.rb +1 -0
  66. data/spec/api/content_modulemd_obsoletes_api_spec.rb +1 -0
  67. data/spec/api/content_modulemds_api_spec.rb +1 -0
  68. data/spec/api/content_packagecategories_api_spec.rb +1 -0
  69. data/spec/api/content_packageenvironments_api_spec.rb +1 -0
  70. data/spec/api/content_packagegroups_api_spec.rb +1 -0
  71. data/spec/api/content_packagelangpacks_api_spec.rb +1 -0
  72. data/spec/api/content_packages_api_spec.rb +2 -1
  73. data/spec/api/content_repo_metadata_files_api_spec.rb +1 -0
  74. data/spec/api/distributions_rpm_api_spec.rb +33 -0
  75. data/spec/api/publications_rpm_api_spec.rb +5 -0
  76. data/spec/api/remotes_rpm_api_spec.rb +33 -0
  77. data/spec/api/remotes_uln_api_spec.rb +33 -0
  78. data/spec/api/repositories_rpm_api_spec.rb +33 -0
  79. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -0
  80. data/spec/configuration_spec.rb +3 -3
  81. data/spec/models/rpm_modulemd_defaults_spec.rb +6 -0
  82. data/spec/models/rpm_modulemd_obsolete_spec.rb +6 -0
  83. data/spec/models/rpm_modulemd_spec.rb +6 -0
  84. data/spec/models/rpm_package_spec.rb +4 -4
  85. data/spec/models/rpm_update_record_spec.rb +2 -2
  86. data/spec/models/set_label_response_spec.rb +47 -0
  87. data/spec/models/set_label_spec.rb +47 -0
  88. data/spec/models/unset_label_response_spec.rb +47 -0
  89. data/spec/models/unset_label_spec.rb +41 -0
  90. metadata +97 -81
@@ -0,0 +1,19 @@
1
+ # PulpRpmClient::SetLabelResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+ **value** | **String** | |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpRpmClient'
14
+
15
+ instance = PulpRpmClient::SetLabelResponse.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,17 @@
1
+ # PulpRpmClient::UnsetLabel
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'PulpRpmClient'
13
+
14
+ instance = PulpRpmClient::UnsetLabel.new(key: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # PulpRpmClient::UnsetLabelResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+ **value** | **String** | | [optional] [readonly]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpRpmClient'
14
+
15
+ instance = PulpRpmClient::UnsetLabelResponse.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -19,6 +19,7 @@ module PulpRpmClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
+ # Add a role
22
23
  # Add a role for this object to users/groups.
23
24
  # @param rpm_rpm_alternate_content_source_href [String]
24
25
  # @param nested_role [NestedRole]
@@ -29,6 +30,7 @@ module PulpRpmClient
29
30
  data
30
31
  end
31
32
 
33
+ # Add a role
32
34
  # Add a role for this object to users/groups.
33
35
  # @param rpm_rpm_alternate_content_source_href [String]
34
36
  # @param nested_role [NestedRole]
@@ -220,12 +222,15 @@ module PulpRpmClient
220
222
  # @option opts [String] :name Filter results where name matches value
221
223
  # @option opts [String] :name__contains Filter results where name contains value
222
224
  # @option opts [String] :name__icontains Filter results where name contains value
225
+ # @option opts [String] :name__iexact Filter results where name matches value
223
226
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
227
+ # @option opts [String] :name__istartswith Filter results where name starts with value
224
228
  # @option opts [String] :name__startswith Filter results where name starts with value
225
229
  # @option opts [Integer] :offset The initial index from which to return the results.
226
230
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
227
231
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
228
232
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
233
+ # @option opts [String] :q
229
234
  # @option opts [Array<String>] :fields A list of fields to include in the response.
230
235
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
231
236
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
@@ -241,12 +246,15 @@ module PulpRpmClient
241
246
  # @option opts [String] :name Filter results where name matches value
242
247
  # @option opts [String] :name__contains Filter results where name contains value
243
248
  # @option opts [String] :name__icontains Filter results where name contains value
249
+ # @option opts [String] :name__iexact Filter results where name matches value
244
250
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
251
+ # @option opts [String] :name__istartswith Filter results where name starts with value
245
252
  # @option opts [String] :name__startswith Filter results where name starts with value
246
253
  # @option opts [Integer] :offset The initial index from which to return the results.
247
254
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
248
255
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
249
256
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
257
+ # @option opts [String] :q
250
258
  # @option opts [Array<String>] :fields A list of fields to include in the response.
251
259
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
252
260
  # @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
@@ -267,12 +275,15 @@ module PulpRpmClient
267
275
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
268
276
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
269
277
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
278
+ query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
270
279
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
280
+ query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
271
281
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
272
282
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
273
283
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
274
284
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
275
285
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
286
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
276
287
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
277
288
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
278
289
 
@@ -309,6 +320,7 @@ module PulpRpmClient
309
320
  return data, status_code, headers
310
321
  end
311
322
 
323
+ # List roles
312
324
  # List roles assigned to this object.
313
325
  # @param rpm_rpm_alternate_content_source_href [String]
314
326
  # @param [Hash] opts the optional parameters
@@ -320,6 +332,7 @@ module PulpRpmClient
320
332
  data
321
333
  end
322
334
 
335
+ # List roles
323
336
  # List roles assigned to this object.
324
337
  # @param rpm_rpm_alternate_content_source_href [String]
325
338
  # @param [Hash] opts the optional parameters
@@ -375,6 +388,7 @@ module PulpRpmClient
375
388
  return data, status_code, headers
376
389
  end
377
390
 
391
+ # List user permissions
378
392
  # List permissions available to the current user on this object.
379
393
  # @param rpm_rpm_alternate_content_source_href [String]
380
394
  # @param [Hash] opts the optional parameters
@@ -386,6 +400,7 @@ module PulpRpmClient
386
400
  data
387
401
  end
388
402
 
403
+ # List user permissions
389
404
  # List permissions available to the current user on this object.
390
405
  # @param rpm_rpm_alternate_content_source_href [String]
391
406
  # @param [Hash] opts the optional parameters
@@ -639,6 +654,7 @@ module PulpRpmClient
639
654
  return data, status_code, headers
640
655
  end
641
656
 
657
+ # Remove a role
642
658
  # Remove a role for this object from users/groups.
643
659
  # @param rpm_rpm_alternate_content_source_href [String]
644
660
  # @param nested_role [NestedRole]
@@ -649,6 +665,7 @@ module PulpRpmClient
649
665
  data
650
666
  end
651
667
 
668
+ # Remove a role
652
669
  # Remove a role for this object from users/groups.
653
670
  # @param rpm_rpm_alternate_content_source_href [String]
654
671
  # @param nested_role [NestedRole]
@@ -22,8 +22,8 @@ module PulpRpmClient
22
22
  # Create an update record
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
26
25
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
26
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
27
27
  # @return [AsyncOperationResponse]
28
28
  def create(opts = {})
29
29
  data, _status_code, _headers = create_with_http_info(opts)
@@ -33,8 +33,8 @@ module PulpRpmClient
33
33
  # Create an update record
34
34
  # Trigger an asynchronous task to create content,optionally create new repository version.
35
35
  # @param [Hash] opts the optional parameters
36
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
37
36
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
37
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
38
38
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
39
39
  def create_with_http_info(opts = {})
40
40
  if @api_client.config.debugging
@@ -55,8 +55,8 @@ module PulpRpmClient
55
55
 
56
56
  # form parameters
57
57
  form_params = opts[:form_params] || {}
58
- form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
59
58
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
59
+ form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
60
60
 
61
61
  # http body (model)
62
62
  post_body = opts[:body]
@@ -93,6 +93,7 @@ module PulpRpmClient
93
93
  # @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;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
94
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
95
95
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
96
+ # @option opts [String] :q
96
97
  # @option opts [String] :repository_version Repository Version referenced by HREF
97
98
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
98
99
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -123,6 +124,7 @@ module PulpRpmClient
123
124
  # @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;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
124
125
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
125
126
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
127
+ # @option opts [String] :q
126
128
  # @option opts [String] :repository_version Repository Version referenced by HREF
127
129
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
128
130
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -158,6 +160,7 @@ module PulpRpmClient
158
160
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
159
161
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
160
162
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
163
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
161
164
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
162
165
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
163
166
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -27,6 +27,7 @@ module PulpRpmClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [String] :q
30
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,6 +47,7 @@ module PulpRpmClient
46
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [String] :q
49
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +72,7 @@ module PulpRpmClient
70
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
75
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
73
76
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
77
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
78
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -93,6 +93,7 @@ module PulpRpmClient
93
93
  # @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;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
94
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
95
95
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
96
+ # @option opts [String] :q
96
97
  # @option opts [String] :repository_version Repository Version referenced by HREF
97
98
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
98
99
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -117,6 +118,7 @@ module PulpRpmClient
117
118
  # @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;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
118
119
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
120
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
121
+ # @option opts [String] :q
120
122
  # @option opts [String] :repository_version Repository Version referenced by HREF
121
123
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
122
124
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -146,6 +148,7 @@ module PulpRpmClient
146
148
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
147
149
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
148
150
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
151
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
149
152
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
150
153
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
151
154
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -91,6 +91,7 @@ module PulpRpmClient
91
91
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
92
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
93
93
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
+ # @option opts [String] :q
94
95
  # @option opts [String] :repository_version Repository Version referenced by HREF
95
96
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
97
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -110,6 +111,7 @@ module PulpRpmClient
110
111
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
111
112
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
112
113
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
114
+ # @option opts [String] :q
113
115
  # @option opts [String] :repository_version Repository Version referenced by HREF
114
116
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
117
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -134,6 +136,7 @@ module PulpRpmClient
134
136
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
135
137
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
136
138
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
139
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
137
140
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
138
141
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
139
142
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -97,6 +97,7 @@ module PulpRpmClient
97
97
  # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
98
98
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
99
99
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
100
+ # @option opts [String] :q
100
101
  # @option opts [String] :repository_version Repository Version referenced by HREF
101
102
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
102
103
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -127,6 +128,7 @@ module PulpRpmClient
127
128
  # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
128
129
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
129
130
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
131
+ # @option opts [String] :q
130
132
  # @option opts [String] :repository_version Repository Version referenced by HREF
131
133
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
132
134
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -162,6 +164,7 @@ module PulpRpmClient
162
164
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
163
165
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
164
166
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
167
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
165
168
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
166
169
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
167
170
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -27,6 +27,7 @@ module PulpRpmClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [String] :q
30
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,6 +47,7 @@ module PulpRpmClient
46
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [String] :q
49
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +72,7 @@ module PulpRpmClient
70
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
75
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
73
76
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
77
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
78
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -27,6 +27,7 @@ module PulpRpmClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [String] :q
30
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,6 +47,7 @@ module PulpRpmClient
46
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [String] :q
49
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +72,7 @@ module PulpRpmClient
70
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
75
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
73
76
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
77
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
78
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -27,6 +27,7 @@ module PulpRpmClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [String] :q
30
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,6 +47,7 @@ module PulpRpmClient
46
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [String] :q
49
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +72,7 @@ module PulpRpmClient
70
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
75
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
73
76
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
77
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
78
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -27,6 +27,7 @@ module PulpRpmClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [String] :q
30
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,6 +47,7 @@ module PulpRpmClient
46
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [String] :q
49
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +72,7 @@ module PulpRpmClient
70
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
75
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
73
76
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
77
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
78
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -22,10 +22,10 @@ module PulpRpmClient
22
22
  # Create a package
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
25
26
  # @option opts [String] :artifact Artifact file representing the physical content
26
27
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
27
28
  # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
28
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
29
29
  # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
30
30
  # @return [AsyncOperationResponse]
31
31
  def create(opts = {})
@@ -36,10 +36,10 @@ module PulpRpmClient
36
36
  # Create a package
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
39
40
  # @option opts [String] :artifact Artifact file representing the physical content
40
41
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
41
42
  # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
42
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
43
43
  # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
44
44
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
45
45
  def create_with_http_info(opts = {})
@@ -65,10 +65,10 @@ module PulpRpmClient
65
65
 
66
66
  # form parameters
67
67
  form_params = opts[:form_params] || {}
68
+ form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
68
69
  form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
69
70
  form_params['relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
70
71
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
71
- form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
72
72
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
73
73
 
74
74
  # http body (model)
@@ -122,6 +122,7 @@ module PulpRpmClient
122
122
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
123
123
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
124
124
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
125
+ # @option opts [String] :q
125
126
  # @option opts [String] :release Filter results where release matches value
126
127
  # @option opts [String] :release__contains Filter results where release contains value
127
128
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
@@ -168,6 +169,7 @@ module PulpRpmClient
168
169
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
169
170
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
170
171
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
172
+ # @option opts [String] :q
171
173
  # @option opts [String] :release Filter results where release matches value
172
174
  # @option opts [String] :release__contains Filter results where release contains value
173
175
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
@@ -223,6 +225,7 @@ module PulpRpmClient
223
225
  query_params[:'pkgId__in'] = @api_client.build_collection_param(opts[:'pkg_id__in'], :csv) if !opts[:'pkg_id__in'].nil?
224
226
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
225
227
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
228
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
226
229
  query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
227
230
  query_params[:'release__contains'] = opts[:'release__contains'] if !opts[:'release__contains'].nil?
228
231
  query_params[:'release__in'] = @api_client.build_collection_param(opts[:'release__in'], :csv) if !opts[:'release__in'].nil?
@@ -27,6 +27,7 @@ module PulpRpmClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [String] :q
30
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
31
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
32
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,6 +47,7 @@ module PulpRpmClient
46
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [String] :q
49
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
51
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -70,6 +72,7 @@ module PulpRpmClient
70
72
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
73
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
74
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
75
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
73
76
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
74
77
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
75
78
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?