pulp_deb_client 2.21.2 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -5
  3. data/docs/ContentGenericContentsApi.md +3 -1
  4. data/docs/ContentInstallerFileIndicesApi.md +3 -1
  5. data/docs/ContentInstallerPackagesApi.md +3 -1
  6. data/docs/ContentPackageIndicesApi.md +3 -1
  7. data/docs/ContentPackageReleaseComponentsApi.md +3 -1
  8. data/docs/ContentPackagesApi.md +7 -1
  9. data/docs/ContentReleaseArchitecturesApi.md +5 -7
  10. data/docs/ContentReleaseComponentsApi.md +7 -7
  11. data/docs/ContentReleaseFilesApi.md +3 -1
  12. data/docs/ContentReleasesApi.md +13 -3
  13. data/docs/DebAptPublication.md +4 -2
  14. data/docs/DebAptPublicationResponse.md +4 -2
  15. data/docs/DebAptRepository.md +7 -1
  16. data/docs/DebAptRepositoryResponse.md +7 -1
  17. data/docs/DebCopyApi.md +1 -1
  18. data/docs/DebRelease.md +9 -1
  19. data/docs/DebReleaseArchitecture.md +1 -5
  20. data/docs/DebReleaseArchitectureResponse.md +1 -5
  21. data/docs/DebReleaseComponent.md +1 -5
  22. data/docs/DebReleaseComponentResponse.md +1 -5
  23. data/docs/DebReleaseFile.md +3 -3
  24. data/docs/DebReleaseFileResponse.md +3 -3
  25. data/docs/DebReleaseResponse.md +9 -1
  26. data/docs/DistributionsAptApi.md +123 -1
  27. data/docs/PatcheddebAptRepository.md +7 -1
  28. data/docs/PublicationsAptApi.md +3 -1
  29. data/docs/PublicationsVerbatimApi.md +3 -1
  30. data/docs/RemotesAptApi.md +123 -1
  31. data/docs/RepositoriesAptApi.md +123 -1
  32. data/docs/RepositoriesAptVersionsApi.md +3 -1
  33. data/docs/SetLabel.md +19 -0
  34. data/docs/SetLabelResponse.md +19 -0
  35. data/docs/UnsetLabel.md +17 -0
  36. data/docs/UnsetLabelResponse.md +19 -0
  37. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -0
  38. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -0
  39. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -0
  40. data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -0
  41. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -0
  42. data/lib/pulp_deb_client/api/content_packages_api.rb +9 -0
  43. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -9
  44. data/lib/pulp_deb_client/api/content_release_components_api.rb +9 -9
  45. data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -0
  46. data/lib/pulp_deb_client/api/content_releases_api.rb +18 -3
  47. data/lib/pulp_deb_client/api/distributions_apt_api.rb +155 -0
  48. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -0
  49. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -0
  50. data/lib/pulp_deb_client/api/remotes_apt_api.rb +155 -0
  51. data/lib/pulp_deb_client/api/repositories_apt_api.rb +155 -0
  52. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +3 -0
  53. data/lib/pulp_deb_client/configuration.rb +2 -2
  54. data/lib/pulp_deb_client/models/deb_apt_publication.rb +14 -5
  55. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +14 -5
  56. data/lib/pulp_deb_client/models/deb_apt_repository.rb +38 -5
  57. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +38 -5
  58. data/lib/pulp_deb_client/models/deb_release.rb +104 -4
  59. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -70
  60. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +4 -32
  61. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -70
  62. data/lib/pulp_deb_client/models/deb_release_component_response.rb +4 -32
  63. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  64. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  65. data/lib/pulp_deb_client/models/deb_release_response.rb +44 -4
  66. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +38 -5
  67. data/lib/pulp_deb_client/models/set_label.rb +252 -0
  68. data/lib/pulp_deb_client/models/set_label_response.rb +243 -0
  69. data/lib/pulp_deb_client/models/unset_label.rb +242 -0
  70. data/lib/pulp_deb_client/models/unset_label_response.rb +242 -0
  71. data/lib/pulp_deb_client/version.rb +1 -1
  72. data/lib/pulp_deb_client.rb +4 -0
  73. data/spec/api/content_generic_contents_api_spec.rb +1 -0
  74. data/spec/api/content_installer_file_indices_api_spec.rb +1 -0
  75. data/spec/api/content_installer_packages_api_spec.rb +1 -0
  76. data/spec/api/content_package_indices_api_spec.rb +1 -0
  77. data/spec/api/content_package_release_components_api_spec.rb +1 -0
  78. data/spec/api/content_packages_api_spec.rb +3 -0
  79. data/spec/api/content_release_architectures_api_spec.rb +2 -3
  80. data/spec/api/content_release_components_api_spec.rb +3 -3
  81. data/spec/api/content_release_files_api_spec.rb +1 -0
  82. data/spec/api/content_releases_api_spec.rb +6 -1
  83. data/spec/api/distributions_apt_api_spec.rb +31 -0
  84. data/spec/api/publications_apt_api_spec.rb +1 -0
  85. data/spec/api/publications_verbatim_api_spec.rb +1 -0
  86. data/spec/api/remotes_apt_api_spec.rb +31 -0
  87. data/spec/api/repositories_apt_api_spec.rb +31 -0
  88. data/spec/api/repositories_apt_versions_api_spec.rb +1 -0
  89. data/spec/configuration_spec.rb +3 -3
  90. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  91. data/spec/models/deb_apt_publication_spec.rb +6 -0
  92. data/spec/models/deb_apt_repository_response_spec.rb +18 -0
  93. data/spec/models/deb_apt_repository_spec.rb +18 -0
  94. data/spec/models/deb_release_architecture_response_spec.rb +0 -12
  95. data/spec/models/deb_release_architecture_spec.rb +0 -12
  96. data/spec/models/deb_release_component_response_spec.rb +0 -12
  97. data/spec/models/deb_release_component_spec.rb +0 -12
  98. data/spec/models/deb_release_response_spec.rb +24 -0
  99. data/spec/models/deb_release_spec.rb +24 -0
  100. data/spec/models/patcheddeb_apt_repository_spec.rb +18 -0
  101. data/spec/models/set_label_response_spec.rb +47 -0
  102. data/spec/models/set_label_spec.rb +47 -0
  103. data/spec/models/unset_label_response_spec.rb +47 -0
  104. data/spec/models/unset_label_spec.rb +41 -0
  105. metadata +72 -56
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RepositoriesAptApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -10,7 +10,9 @@ Method | HTTP request | Description
10
10
  [**modify**](RepositoriesAptApi.md#modify) | **POST** {deb_apt_repository_href}modify/ | Modify Repository Content
11
11
  [**partial_update**](RepositoriesAptApi.md#partial_update) | **PATCH** {deb_apt_repository_href} | Update an apt repository
12
12
  [**read**](RepositoriesAptApi.md#read) | **GET** {deb_apt_repository_href} | Inspect an apt repository
13
+ [**set_label**](RepositoriesAptApi.md#set_label) | **POST** {deb_apt_repository_href}set_label/ | Set a label
13
14
  [**sync**](RepositoriesAptApi.md#sync) | **POST** {deb_apt_repository_href}sync/ | Sync from remote
15
+ [**unset_label**](RepositoriesAptApi.md#unset_label) | **POST** {deb_apt_repository_href}unset_label/ | Unset a label
14
16
  [**update**](RepositoriesAptApi.md#update) | **PUT** {deb_apt_repository_href} | Update an apt repository
15
17
 
16
18
 
@@ -148,13 +150,18 @@ opts = {
148
150
  name: 'name_example', # String | Filter results where name matches value
149
151
  name__contains: 'name__contains_example', # String | Filter results where name contains value
150
152
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
153
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
151
154
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
155
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
156
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
157
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
152
158
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
153
159
  offset: 56, # Integer | The initial index from which to return the results.
154
160
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
155
161
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
156
162
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
163
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
164
+ q: 'q_example', # String |
158
165
  remote: 'remote_example', # String | Foreign Key referenced by HREF
159
166
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
160
167
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -188,13 +195,18 @@ Name | Type | Description | Notes
188
195
  **name** | **String**| Filter results where name matches value | [optional]
189
196
  **name__contains** | **String**| Filter results where name contains value | [optional]
190
197
  **name__icontains** | **String**| Filter results where name contains value | [optional]
198
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
191
199
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
200
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
201
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
202
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
192
203
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
193
204
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
194
205
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
195
206
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
196
207
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
197
208
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
209
+ **q** | **String**| | [optional]
198
210
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
199
211
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
200
212
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
@@ -391,6 +403,61 @@ Name | Type | Description | Notes
391
403
  - **Accept**: application/json
392
404
 
393
405
 
406
+ ## set_label
407
+
408
+ > SetLabelResponse set_label(deb_apt_repository_href, set_label)
409
+
410
+ Set a label
411
+
412
+ Set a single pulp_label on the object to a specific value or null.
413
+
414
+ ### Example
415
+
416
+ ```ruby
417
+ # load the gem
418
+ require 'pulp_deb_client'
419
+ # setup authorization
420
+ PulpDebClient.configure do |config|
421
+ # Configure HTTP basic authorization: basicAuth
422
+ config.username = 'YOUR USERNAME'
423
+ config.password = 'YOUR PASSWORD'
424
+ end
425
+
426
+ api_instance = PulpDebClient::RepositoriesAptApi.new
427
+ deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
428
+ set_label = PulpDebClient::SetLabel.new # SetLabel |
429
+
430
+ begin
431
+ #Set a label
432
+ result = api_instance.set_label(deb_apt_repository_href, set_label)
433
+ p result
434
+ rescue PulpDebClient::ApiError => e
435
+ puts "Exception when calling RepositoriesAptApi->set_label: #{e}"
436
+ end
437
+ ```
438
+
439
+ ### Parameters
440
+
441
+
442
+ Name | Type | Description | Notes
443
+ ------------- | ------------- | ------------- | -------------
444
+ **deb_apt_repository_href** | **String**| |
445
+ **set_label** | [**SetLabel**](SetLabel.md)| |
446
+
447
+ ### Return type
448
+
449
+ [**SetLabelResponse**](SetLabelResponse.md)
450
+
451
+ ### Authorization
452
+
453
+ [basicAuth](../README.md#basicAuth)
454
+
455
+ ### HTTP request headers
456
+
457
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
458
+ - **Accept**: application/json
459
+
460
+
394
461
  ## sync
395
462
 
396
463
  > AsyncOperationResponse sync(deb_apt_repository_href, apt_repository_sync_url)
@@ -446,6 +513,61 @@ Name | Type | Description | Notes
446
513
  - **Accept**: application/json
447
514
 
448
515
 
516
+ ## unset_label
517
+
518
+ > UnsetLabelResponse unset_label(deb_apt_repository_href, unset_label)
519
+
520
+ Unset a label
521
+
522
+ Unset a single pulp_label on the object.
523
+
524
+ ### Example
525
+
526
+ ```ruby
527
+ # load the gem
528
+ require 'pulp_deb_client'
529
+ # setup authorization
530
+ PulpDebClient.configure do |config|
531
+ # Configure HTTP basic authorization: basicAuth
532
+ config.username = 'YOUR USERNAME'
533
+ config.password = 'YOUR PASSWORD'
534
+ end
535
+
536
+ api_instance = PulpDebClient::RepositoriesAptApi.new
537
+ deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
538
+ unset_label = PulpDebClient::UnsetLabel.new # UnsetLabel |
539
+
540
+ begin
541
+ #Unset a label
542
+ result = api_instance.unset_label(deb_apt_repository_href, unset_label)
543
+ p result
544
+ rescue PulpDebClient::ApiError => e
545
+ puts "Exception when calling RepositoriesAptApi->unset_label: #{e}"
546
+ end
547
+ ```
548
+
549
+ ### Parameters
550
+
551
+
552
+ Name | Type | Description | Notes
553
+ ------------- | ------------- | ------------- | -------------
554
+ **deb_apt_repository_href** | **String**| |
555
+ **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
556
+
557
+ ### Return type
558
+
559
+ [**UnsetLabelResponse**](UnsetLabelResponse.md)
560
+
561
+ ### Authorization
562
+
563
+ [basicAuth](../README.md#basicAuth)
564
+
565
+ ### HTTP request headers
566
+
567
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
568
+ - **Accept**: application/json
569
+
570
+
449
571
  ## update
450
572
 
451
573
  > AsyncOperationResponse update(deb_apt_repository_href, deb_apt_repository)
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RepositoriesAptVersionsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -105,6 +105,7 @@ opts = {
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
107
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
+ q: 'q_example', # String |
108
109
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
110
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
110
111
  }
@@ -142,6 +143,7 @@ Name | Type | Description | Notes
142
143
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
143
144
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
144
145
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
146
+ **q** | **String**| | [optional]
145
147
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
146
148
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
147
149
 
data/docs/SetLabel.md ADDED
@@ -0,0 +1,19 @@
1
+ # PulpDebClient::SetLabel
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 'PulpDebClient'
14
+
15
+ instance = PulpDebClient::SetLabel.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,19 @@
1
+ # PulpDebClient::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 'PulpDebClient'
14
+
15
+ instance = PulpDebClient::SetLabelResponse.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,17 @@
1
+ # PulpDebClient::UnsetLabel
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'PulpDebClient'
13
+
14
+ instance = PulpDebClient::UnsetLabel.new(key: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # PulpDebClient::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 'PulpDebClient'
14
+
15
+ instance = PulpDebClient::UnsetLabelResponse.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -108,6 +108,7 @@ module PulpDebClient
108
108
  # @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;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
109
109
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
110
110
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
111
+ # @option opts [String] :q
111
112
  # @option opts [String] :relative_path Filter results where relative_path matches value
112
113
  # @option opts [String] :repository_version Repository Version referenced by HREF
113
114
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
@@ -129,6 +130,7 @@ module PulpDebClient
129
130
  # @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;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
130
131
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
131
132
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
133
+ # @option opts [String] :q
132
134
  # @option opts [String] :relative_path Filter results where relative_path matches value
133
135
  # @option opts [String] :repository_version Repository Version referenced by HREF
134
136
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
@@ -155,6 +157,7 @@ module PulpDebClient
155
157
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
156
158
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
157
159
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
160
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
158
161
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
159
162
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
160
163
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
@@ -93,6 +93,7 @@ module PulpDebClient
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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (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] :relative_path Filter results where relative_path matches value
97
98
  # @option opts [String] :repository_version Repository Version referenced by HREF
98
99
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
@@ -116,6 +117,7 @@ module PulpDebClient
116
117
  # @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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
118
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
118
119
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
120
+ # @option opts [String] :q
119
121
  # @option opts [String] :relative_path Filter results where relative_path matches value
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
@@ -144,6 +146,7 @@ module PulpDebClient
144
146
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
145
147
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
146
148
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
149
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
147
150
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
148
151
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
149
152
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
@@ -116,6 +116,7 @@ module PulpDebClient
116
116
  # @option opts [String] :priority Filter results where priority matches value
117
117
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
118
118
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
119
+ # @option opts [String] :q
119
120
  # @option opts [String] :repository_version Repository Version referenced by HREF
120
121
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
121
122
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -152,6 +153,7 @@ module PulpDebClient
152
153
  # @option opts [String] :priority Filter results where priority matches value
153
154
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
154
155
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
156
+ # @option opts [String] :q
155
157
  # @option opts [String] :repository_version Repository Version referenced by HREF
156
158
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
157
159
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -205,6 +207,7 @@ module PulpDebClient
205
207
  query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
206
208
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
207
209
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
210
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
208
211
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
209
212
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
210
213
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -93,6 +93,7 @@ module PulpDebClient
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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (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] :relative_path Filter results where relative_path matches value
97
98
  # @option opts [String] :repository_version Repository Version referenced by HREF
98
99
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
@@ -116,6 +117,7 @@ module PulpDebClient
116
117
  # @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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
118
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
118
119
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
120
+ # @option opts [String] :q
119
121
  # @option opts [String] :relative_path Filter results where relative_path matches value
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
@@ -144,6 +146,7 @@ module PulpDebClient
144
146
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
145
147
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
146
148
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
149
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
147
150
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
148
151
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
149
152
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
@@ -92,6 +92,7 @@ module PulpDebClient
92
92
  # @option opts [String] :package Filter results where package matches value
93
93
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
94
94
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
95
+ # @option opts [String] :q
95
96
  # @option opts [String] :release_component Filter results where release_component matches value
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
@@ -113,6 +114,7 @@ module PulpDebClient
113
114
  # @option opts [String] :package Filter results where package matches value
114
115
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
115
116
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
117
+ # @option opts [String] :q
116
118
  # @option opts [String] :release_component Filter results where release_component matches value
117
119
  # @option opts [String] :repository_version Repository Version referenced by HREF
118
120
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
@@ -139,6 +141,7 @@ module PulpDebClient
139
141
  query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
140
142
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
141
143
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
144
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
142
145
  query_params[:'release_component'] = opts[:'release_component'] if !opts[:'release_component'].nil?
143
146
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
144
147
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
@@ -130,7 +130,10 @@ module PulpDebClient
130
130
  # @option opts [String] :priority Filter results where priority matches value
131
131
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
132
132
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
133
+ # @option opts [String] :q
133
134
  # @option opts [String] :relative_path Filter results where relative_path matches value
135
+ # @option opts [String] :release Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
136
+ # @option opts [String] :release_component Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
134
137
  # @option opts [String] :repository_version Repository Version referenced by HREF
135
138
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
136
139
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -167,7 +170,10 @@ module PulpDebClient
167
170
  # @option opts [String] :priority Filter results where priority matches value
168
171
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
169
172
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
173
+ # @option opts [String] :q
170
174
  # @option opts [String] :relative_path Filter results where relative_path matches value
175
+ # @option opts [String] :release Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
176
+ # @option opts [String] :release_component Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
171
177
  # @option opts [String] :repository_version Repository Version referenced by HREF
172
178
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
173
179
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -221,7 +227,10 @@ module PulpDebClient
221
227
  query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
222
228
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
223
229
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
230
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
224
231
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
232
+ query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
233
+ query_params[:'release_component'] = opts[:'release_component'] if !opts[:'release_component'].nil?
225
234
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
226
235
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
227
236
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -87,17 +87,16 @@ module PulpDebClient
87
87
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
88
88
  # @param [Hash] opts the optional parameters
89
89
  # @option opts [String] :architecture Filter results where architecture matches value
90
- # @option opts [String] :codename Filter results where codename matches value
91
90
  # @option opts [String] :distribution Filter results where distribution matches value
92
91
  # @option opts [Integer] :limit Number of results to return per page.
93
92
  # @option opts [Integer] :offset The initial index from which to return the results.
94
- # @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;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
95
94
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
96
95
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
96
+ # @option opts [String] :q
97
97
  # @option opts [String] :repository_version Repository Version referenced by HREF
98
98
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
99
99
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
100
- # @option opts [String] :suite Filter results where suite matches value
101
100
  # @option opts [Array<String>] :fields A list of fields to include in the response.
102
101
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
103
102
  # @return [PaginateddebReleaseArchitectureResponseList]
@@ -110,17 +109,16 @@ module PulpDebClient
110
109
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
111
110
  # @param [Hash] opts the optional parameters
112
111
  # @option opts [String] :architecture Filter results where architecture matches value
113
- # @option opts [String] :codename Filter results where codename matches value
114
112
  # @option opts [String] :distribution Filter results where distribution matches value
115
113
  # @option opts [Integer] :limit Number of results to return per page.
116
114
  # @option opts [Integer] :offset The initial index from which to return the results.
117
- # @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;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
115
+ # @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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
118
116
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
117
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
118
+ # @option opts [String] :q
120
119
  # @option opts [String] :repository_version Repository Version referenced by HREF
121
120
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
122
121
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
123
- # @option opts [String] :suite Filter results where suite matches value
124
122
  # @option opts [Array<String>] :fields A list of fields to include in the response.
125
123
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
126
124
  # @return [Array<(PaginateddebReleaseArchitectureResponseList, Integer, Hash)>] PaginateddebReleaseArchitectureResponseList data, response status code and response headers
@@ -128,7 +126,7 @@ module PulpDebClient
128
126
  if @api_client.config.debugging
129
127
  @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.list ...'
130
128
  end
131
- allowable_values = ["-architecture", "-codename", "-distribution", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-suite", "-timestamp_of_interest", "-upstream_id", "architecture", "codename", "distribution", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "suite", "timestamp_of_interest", "upstream_id"]
129
+ allowable_values = ["-architecture", "-distribution", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp_of_interest", "-upstream_id", "architecture", "distribution", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp_of_interest", "upstream_id"]
132
130
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
133
131
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
134
132
  end
@@ -138,17 +136,16 @@ module PulpDebClient
138
136
  # query parameters
139
137
  query_params = opts[:query_params] || {}
140
138
  query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
141
- query_params[:'codename'] = opts[:'codename'] if !opts[:'codename'].nil?
142
139
  query_params[:'distribution'] = opts[:'distribution'] if !opts[:'distribution'].nil?
143
140
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
144
141
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
145
142
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
146
143
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
147
144
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
145
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
148
146
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
149
147
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
150
148
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
151
- query_params[:'suite'] = opts[:'suite'] if !opts[:'suite'].nil?
152
149
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
153
150
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
154
151
 
@@ -86,18 +86,18 @@ module PulpDebClient
86
86
  # List release components
87
87
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :codename Filter results where codename matches value
90
89
  # @option opts [String] :component Filter results where component matches value
91
90
  # @option opts [String] :distribution Filter results where distribution matches value
92
91
  # @option opts [Integer] :limit Number of results to return per page.
93
92
  # @option opts [Integer] :offset The initial index from which to return the results.
94
- # @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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
+ # @option opts [String] :package Must be a comma-separated string: \&quot;package_href,repository_or_repository_version_href\&quot; package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
95
95
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
96
96
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
97
+ # @option opts [String] :q
97
98
  # @option opts [String] :repository_version Repository Version referenced by HREF
98
99
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
99
100
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
100
- # @option opts [String] :suite Filter results where suite matches value
101
101
  # @option opts [Array<String>] :fields A list of fields to include in the response.
102
102
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
103
103
  # @return [PaginateddebReleaseComponentResponseList]
@@ -109,18 +109,18 @@ module PulpDebClient
109
109
  # List release components
110
110
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata.
111
111
  # @param [Hash] opts the optional parameters
112
- # @option opts [String] :codename Filter results where codename matches value
113
112
  # @option opts [String] :component Filter results where component matches value
114
113
  # @option opts [String] :distribution Filter results where distribution matches value
115
114
  # @option opts [Integer] :limit Number of results to return per page.
116
115
  # @option opts [Integer] :offset The initial index from which to return the results.
117
- # @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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
116
+ # @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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
+ # @option opts [String] :package Must be a comma-separated string: \&quot;package_href,repository_or_repository_version_href\&quot; package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
118
118
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
119
119
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
120
+ # @option opts [String] :q
120
121
  # @option opts [String] :repository_version Repository Version referenced by HREF
121
122
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
122
123
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
123
- # @option opts [String] :suite Filter results where suite matches value
124
124
  # @option opts [Array<String>] :fields A list of fields to include in the response.
125
125
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
126
126
  # @return [Array<(PaginateddebReleaseComponentResponseList, Integer, Hash)>] PaginateddebReleaseComponentResponseList data, response status code and response headers
@@ -128,7 +128,7 @@ module PulpDebClient
128
128
  if @api_client.config.debugging
129
129
  @api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.list ...'
130
130
  end
131
- allowable_values = ["-codename", "-component", "-distribution", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-suite", "-timestamp_of_interest", "-upstream_id", "codename", "component", "distribution", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "suite", "timestamp_of_interest", "upstream_id"]
131
+ allowable_values = ["-component", "-distribution", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp_of_interest", "-upstream_id", "component", "distribution", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp_of_interest", "upstream_id"]
132
132
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
133
133
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
134
134
  end
@@ -137,18 +137,18 @@ module PulpDebClient
137
137
 
138
138
  # query parameters
139
139
  query_params = opts[:query_params] || {}
140
- query_params[:'codename'] = opts[:'codename'] if !opts[:'codename'].nil?
141
140
  query_params[:'component'] = opts[:'component'] if !opts[:'component'].nil?
142
141
  query_params[:'distribution'] = opts[:'distribution'] if !opts[:'distribution'].nil?
143
142
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
144
143
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
145
144
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
145
+ query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
146
146
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
147
147
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
148
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
148
149
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
149
150
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
150
151
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
151
- query_params[:'suite'] = opts[:'suite'] if !opts[:'suite'].nil?
152
152
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
153
153
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
154
154