pulp_deb_client 3.3.1 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentGenericContentsApi.md +10 -8
- data/docs/ContentInstallerFileIndicesApi.md +10 -8
- data/docs/ContentInstallerPackagesApi.md +10 -8
- data/docs/ContentPackageIndicesApi.md +10 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -8
- data/docs/ContentPackagesApi.md +10 -8
- data/docs/ContentReleaseArchitecturesApi.md +10 -8
- data/docs/ContentReleaseComponentsApi.md +10 -8
- data/docs/ContentReleaseFilesApi.md +10 -8
- data/docs/ContentReleasesApi.md +10 -8
- data/docs/ContentSourceIndicesApi.md +10 -8
- data/docs/ContentSourcePackagesApi.md +10 -8
- data/docs/ContentSourceReleaseComponentsApi.md +10 -8
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptPublicationResponse.md +2 -0
- data/docs/DebAptRemoteResponse.md +2 -0
- data/docs/DebAptRepositoryResponse.md +2 -0
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +4 -2
- data/docs/PublicationsAptApi.md +12 -10
- data/docs/PublicationsVerbatimApi.md +12 -10
- data/docs/RemotesAptApi.md +4 -2
- data/docs/RepositoriesAptApi.md +8 -6
- data/docs/RepositoriesAptVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +14 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +14 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +9 -6
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +5 -4
- data/spec/api/content_package_indices_api_spec.rb +5 -4
- data/spec/api/content_package_release_components_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +5 -4
- data/spec/api/content_release_architectures_api_spec.rb +5 -4
- data/spec/api/content_release_components_api_spec.rb +5 -4
- data/spec/api/content_release_files_api_spec.rb +5 -4
- data/spec/api/content_releases_api_spec.rb +5 -4
- data/spec/api/content_source_indices_api_spec.rb +5 -4
- data/spec/api/content_source_packages_api_spec.rb +5 -4
- data/spec/api/content_source_release_components_api_spec.rb +5 -4
- data/spec/api/distributions_apt_api_spec.rb +2 -1
- data/spec/api/publications_apt_api_spec.rb +6 -5
- data/spec/api/publications_verbatim_api_spec.rb +6 -5
- data/spec/api/remotes_apt_api_spec.rb +2 -1
- data/spec/api/repositories_apt_api_spec.rb +4 -3
- data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_publication_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_repository_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +71 -71
data/docs/RepositoriesAptApi.md
CHANGED
@@ -145,7 +145,7 @@ end
|
|
145
145
|
|
146
146
|
api_instance = PulpDebClient::RepositoriesAptApi.new
|
147
147
|
opts = {
|
148
|
-
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
148
|
+
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
|
149
149
|
limit: 56, # Integer | Number of results to return per page.
|
150
150
|
name: 'name_example', # String | Filter results where name matches value
|
151
151
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -158,10 +158,11 @@ opts = {
|
|
158
158
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
159
159
|
offset: 56, # Integer | The initial index from which to return the results.
|
160
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)
|
161
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
161
162
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
162
163
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
163
164
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
164
|
-
q: 'q_example', # String |
|
165
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
165
166
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
166
167
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
167
168
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
@@ -171,7 +172,7 @@ opts = {
|
|
171
172
|
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
172
173
|
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
173
174
|
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
174
|
-
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
175
|
+
with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
|
175
176
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
176
177
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
177
178
|
}
|
@@ -190,7 +191,7 @@ end
|
|
190
191
|
|
191
192
|
Name | Type | Description | Notes
|
192
193
|
------------- | ------------- | ------------- | -------------
|
193
|
-
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
194
|
+
**latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
194
195
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
195
196
|
**name** | **String**| Filter results where name matches value | [optional]
|
196
197
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
@@ -203,10 +204,11 @@ Name | Type | Description | Notes
|
|
203
204
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
204
205
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
205
206
|
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
207
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
206
208
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
207
209
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
208
210
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
209
|
-
**q** | **String**|
|
211
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
210
212
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
211
213
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
212
214
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
@@ -216,7 +218,7 @@ Name | Type | Description | Notes
|
|
216
218
|
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
217
219
|
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
218
220
|
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
219
|
-
**with_content** | **String**| Content Unit referenced by HREF | [optional]
|
221
|
+
**with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
220
222
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
221
223
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
222
224
|
|
@@ -87,8 +87,8 @@ end
|
|
87
87
|
api_instance = PulpDebClient::RepositoriesAptVersionsApi.new
|
88
88
|
deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
91
|
+
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
93
|
number: 56, # Integer | Filter results where number matches value
|
94
94
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
@@ -98,6 +98,7 @@ opts = {
|
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
101
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
101
102
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
103
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
104
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
@@ -105,7 +106,7 @@ opts = {
|
|
105
106
|
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
107
|
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
108
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
|
-
q: 'q_example', # String |
|
109
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
109
110
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
110
111
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
111
112
|
}
|
@@ -125,8 +126,8 @@ end
|
|
125
126
|
Name | Type | Description | Notes
|
126
127
|
------------- | ------------- | ------------- | -------------
|
127
128
|
**deb_apt_repository_href** | **String**| |
|
128
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
129
|
-
**content__in** | **String
|
129
|
+
**content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
130
|
+
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
131
132
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
132
133
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
@@ -136,6 +137,7 @@ Name | Type | Description | Notes
|
|
136
137
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
137
138
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
138
139
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
140
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
139
141
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
140
142
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
141
143
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -143,7 +145,7 @@ Name | Type | Description | Notes
|
|
143
145
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
144
146
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
145
147
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
146
|
-
**q** | **String**|
|
148
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
147
149
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
148
150
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
149
151
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**number** | **Integer** | | [optional] [readonly]
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpDebClient'
|
19
20
|
|
20
21
|
instance = PulpDebClient::RepositoryVersionResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
number: null,
|
@@ -114,13 +114,14 @@ module PulpDebClient
|
|
114
114
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
115
115
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
116
116
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
117
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
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.
|
119
|
-
# @option opts [String] :q
|
120
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
120
121
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
121
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
122
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
122
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
123
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
124
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
124
125
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
125
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
126
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -137,13 +138,14 @@ module PulpDebClient
|
|
137
138
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
138
139
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
139
140
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
141
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
140
142
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
141
143
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
142
|
-
# @option opts [String] :q
|
144
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
143
145
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
144
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
145
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
146
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
146
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
147
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
148
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
147
149
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
148
150
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
149
151
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -165,6 +167,7 @@ module PulpDebClient
|
|
165
167
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
166
168
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
167
169
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
170
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
168
171
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
169
172
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
170
173
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -92,13 +92,14 @@ module PulpDebClient
|
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
94
94
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
95
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
96
97
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
97
|
-
# @option opts [String] :q
|
98
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
98
99
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
99
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
101
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
100
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
102
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
102
103
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
103
104
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
104
105
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -117,13 +118,14 @@ module PulpDebClient
|
|
117
118
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
118
119
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
119
120
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
121
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
120
122
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
121
123
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
122
|
-
# @option opts [String] :q
|
124
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
123
125
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
124
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
125
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
126
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
126
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
127
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
128
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
127
129
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
128
130
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
129
131
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -147,6 +149,7 @@ module PulpDebClient
|
|
147
149
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
148
150
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
149
151
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
152
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
150
153
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
151
154
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
152
155
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -122,12 +122,13 @@ module PulpDebClient
|
|
122
122
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
123
123
|
# @option opts [String] :package Filter results where package matches value
|
124
124
|
# @option opts [String] :priority Filter results where priority matches value
|
125
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
125
126
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
126
127
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
127
|
-
# @option opts [String] :q
|
128
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
129
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
130
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
128
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
129
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
130
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
131
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
131
132
|
# @option opts [String] :section Filter results where section matches value
|
132
133
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
133
134
|
# @option opts [String] :source Filter results where source matches value
|
@@ -160,12 +161,13 @@ module PulpDebClient
|
|
160
161
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
161
162
|
# @option opts [String] :package Filter results where package matches value
|
162
163
|
# @option opts [String] :priority Filter results where priority matches value
|
164
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
163
165
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
164
166
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
165
|
-
# @option opts [String] :q
|
166
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
167
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
168
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
167
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
168
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
169
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
170
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
169
171
|
# @option opts [String] :section Filter results where section matches value
|
170
172
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
171
173
|
# @option opts [String] :source Filter results where source matches value
|
@@ -215,6 +217,7 @@ module PulpDebClient
|
|
215
217
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
216
218
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
217
219
|
query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
|
220
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
218
221
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
219
222
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
220
223
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -92,13 +92,14 @@ module PulpDebClient
|
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
94
94
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
95
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
96
97
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
97
|
-
# @option opts [String] :q
|
98
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
98
99
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
99
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
101
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
100
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
102
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
102
103
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
103
104
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
104
105
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -117,13 +118,14 @@ module PulpDebClient
|
|
117
118
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
118
119
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
119
120
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
121
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
120
122
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
121
123
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
122
|
-
# @option opts [String] :q
|
124
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
123
125
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
124
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
125
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
126
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
126
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
127
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
128
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
127
129
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
128
130
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
129
131
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -147,6 +149,7 @@ module PulpDebClient
|
|
147
149
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
148
150
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
149
151
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
152
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
150
153
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
151
154
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
152
155
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -91,13 +91,14 @@ module PulpDebClient
|
|
91
91
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
92
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
93
|
# @option opts [String] :package Filter results where package matches value
|
94
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
96
|
-
# @option opts [String] :q
|
97
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
97
98
|
# @option opts [String] :release_component Filter results where release_component matches value
|
98
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
99
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
101
102
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
102
103
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
103
104
|
# @return [PaginateddebPackageReleaseComponentResponseList]
|
@@ -114,13 +115,14 @@ module PulpDebClient
|
|
114
115
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
115
116
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
116
117
|
# @option opts [String] :package Filter results where package matches value
|
118
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
117
119
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
118
120
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
119
|
-
# @option opts [String] :q
|
121
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
120
122
|
# @option opts [String] :release_component Filter results where release_component matches value
|
121
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
122
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
123
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
124
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
125
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
124
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
125
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
126
128
|
# @return [Array<(PaginateddebPackageReleaseComponentResponseList, Integer, Hash)>] PaginateddebPackageReleaseComponentResponseList data, response status code and response headers
|
@@ -142,6 +144,7 @@ module PulpDebClient
|
|
142
144
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
143
145
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
144
146
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
147
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
145
148
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
146
149
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
147
150
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -144,15 +144,16 @@ module PulpDebClient
|
|
144
144
|
# @option opts [String] :package__regex Filter results where package matches regex value
|
145
145
|
# @option opts [String] :package__startswith Filter results where package starts with value
|
146
146
|
# @option opts [String] :priority Filter results where priority matches value
|
147
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
147
148
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
148
149
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
149
|
-
# @option opts [String] :q
|
150
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
150
151
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
151
152
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" 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)
|
152
153
|
# @option opts [String] :release_component Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" 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)
|
153
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
154
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
155
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
154
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
155
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
156
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
156
157
|
# @option opts [String] :section Filter results where section matches value
|
157
158
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
158
159
|
# @option opts [String] :source Filter results where source matches value
|
@@ -193,15 +194,16 @@ module PulpDebClient
|
|
193
194
|
# @option opts [String] :package__regex Filter results where package matches regex value
|
194
195
|
# @option opts [String] :package__startswith Filter results where package starts with value
|
195
196
|
# @option opts [String] :priority Filter results where priority matches value
|
197
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
196
198
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
197
199
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
198
|
-
# @option opts [String] :q
|
200
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
199
201
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
200
202
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" 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)
|
201
203
|
# @option opts [String] :release_component Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" 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)
|
202
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
203
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
204
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
204
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
205
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
206
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
205
207
|
# @option opts [String] :section Filter results where section matches value
|
206
208
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
207
209
|
# @option opts [String] :source Filter results where source matches value
|
@@ -259,6 +261,7 @@ module PulpDebClient
|
|
259
261
|
query_params[:'package__regex'] = opts[:'package__regex'] if !opts[:'package__regex'].nil?
|
260
262
|
query_params[:'package__startswith'] = opts[:'package__startswith'] if !opts[:'package__startswith'].nil?
|
261
263
|
query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
|
264
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
262
265
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
263
266
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
264
267
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -92,12 +92,13 @@ module PulpDebClient
|
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
94
94
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
95
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
96
97
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
97
|
-
# @option opts [String] :q
|
98
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
99
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
101
102
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
102
103
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
103
104
|
# @return [PaginateddebReleaseArchitectureResponseList]
|
@@ -115,12 +116,13 @@ module PulpDebClient
|
|
115
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
116
117
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
117
118
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
119
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
118
120
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
120
|
-
# @option opts [String] :q
|
121
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
122
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
122
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
123
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
124
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
125
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
124
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
125
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
126
128
|
# @return [Array<(PaginateddebReleaseArchitectureResponseList, Integer, Hash)>] PaginateddebReleaseArchitectureResponseList data, response status code and response headers
|
@@ -143,6 +145,7 @@ module PulpDebClient
|
|
143
145
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
144
146
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
145
147
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
148
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
146
149
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
147
150
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
148
151
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -93,12 +93,13 @@ module PulpDebClient
|
|
93
93
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
94
94
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
95
95
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" 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)
|
96
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
96
97
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
97
98
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
98
|
-
# @option opts [String] :q
|
99
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
101
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
99
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
100
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
102
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
102
103
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
103
104
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
104
105
|
# @return [PaginateddebReleaseComponentResponseList]
|
@@ -117,12 +118,13 @@ module PulpDebClient
|
|
117
118
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
118
119
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
119
120
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" 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)
|
121
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
120
122
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
121
123
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
122
|
-
# @option opts [String] :q
|
123
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
124
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
125
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
124
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
125
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
126
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
127
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
126
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
127
129
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
128
130
|
# @return [Array<(PaginateddebReleaseComponentResponseList, Integer, Hash)>] PaginateddebReleaseComponentResponseList data, response status code and response headers
|
@@ -146,6 +148,7 @@ module PulpDebClient
|
|
146
148
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
147
149
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
148
150
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
151
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
149
152
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
150
153
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
151
154
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -91,13 +91,14 @@ module PulpDebClient
|
|
91
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
92
92
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
96
|
-
# @option opts [String] :q
|
97
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
97
98
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
98
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
99
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
101
102
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
102
103
|
# @option opts [String] :suite Filter results where suite matches value
|
103
104
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -116,13 +117,14 @@ module PulpDebClient
|
|
116
117
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
117
118
|
# @option opts [Array<String>] :ordering 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
118
119
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
120
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
120
122
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
121
|
-
# @option opts [String] :q
|
123
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
122
124
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
123
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
124
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
125
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
125
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
126
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
127
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
126
128
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
127
129
|
# @option opts [String] :suite Filter results where suite matches value
|
128
130
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -146,6 +148,7 @@ module PulpDebClient
|
|
146
148
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
147
149
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
148
150
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
151
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
149
152
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
150
153
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
151
154
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|