pulp_deb_client 3.3.0 → 3.4.0
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.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContentGenericContentsApi.md +14 -10
- data/docs/ContentInstallerFileIndicesApi.md +11 -9
- data/docs/ContentInstallerPackagesApi.md +14 -10
- data/docs/ContentPackageIndicesApi.md +11 -9
- data/docs/ContentPackageReleaseComponentsApi.md +11 -9
- data/docs/ContentPackagesApi.md +13 -9
- data/docs/ContentReleaseArchitecturesApi.md +11 -9
- data/docs/ContentReleaseComponentsApi.md +11 -9
- data/docs/ContentReleaseFilesApi.md +11 -9
- data/docs/ContentReleasesApi.md +11 -9
- data/docs/ContentSourceIndicesApi.md +11 -9
- data/docs/ContentSourcePackagesApi.md +11 -9
- data/docs/ContentSourceReleaseComponentsApi.md +11 -9
- 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/DebCopyApi.md +1 -1
- data/docs/DebGenericContent.md +3 -1
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackage.md +3 -1
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackage.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 +5 -3
- data/docs/PublicationsAptApi.md +13 -11
- data/docs/PublicationsVerbatimApi.md +13 -11
- data/docs/RemotesAptApi.md +5 -3
- data/docs/RepositoriesAptApi.md +9 -7
- data/docs/RepositoriesAptVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +18 -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 +18 -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 +18 -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/configuration.rb +2 -2
- 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.rb +20 -20
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -21
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_generic_content.rb +29 -4
- 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.rb +29 -4
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package.rb +26 -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/patcheddeb_apt_remote.rb +20 -20
- 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 +6 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +6 -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 +6 -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/configuration_spec.rb +3 -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_generic_content_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_installer_package_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_package_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 +85 -85
@@ -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?
|
@@ -27,6 +27,7 @@ module PulpDebClient
|
|
27
27
|
# @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
|
28
28
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
29
29
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
30
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
30
31
|
# @option opts [String] :distribution Name of the distribution.
|
31
32
|
# @option opts [String] :component Name of the component.
|
32
33
|
# @return [AsyncOperationResponse]
|
@@ -43,6 +44,7 @@ module PulpDebClient
|
|
43
44
|
# @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
|
44
45
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
45
46
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
47
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
46
48
|
# @option opts [String] :distribution Name of the distribution.
|
47
49
|
# @option opts [String] :component Name of the component.
|
48
50
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
@@ -54,6 +56,10 @@ module PulpDebClient
|
|
54
56
|
fail ArgumentError, 'invalid value for "opts[:"relative_path"]" when calling ContentPackagesApi.create, the character length must be great than or equal to 1.'
|
55
57
|
end
|
56
58
|
|
59
|
+
if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
|
60
|
+
fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentPackagesApi.create, the character length must be great than or equal to 1.'
|
61
|
+
end
|
62
|
+
|
57
63
|
if @api_client.config.client_side_validation && !opts[:'distribution'].nil? && opts[:'distribution'].to_s.length < 1
|
58
64
|
fail ArgumentError, 'invalid value for "opts[:"distribution"]" when calling ContentPackagesApi.create, the character length must be great than or equal to 1.'
|
59
65
|
end
|
@@ -82,6 +88,7 @@ module PulpDebClient
|
|
82
88
|
form_params['relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
|
83
89
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
84
90
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
91
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
85
92
|
form_params['distribution'] = opts[:'distribution'] if !opts[:'distribution'].nil?
|
86
93
|
form_params['component'] = opts[:'component'] if !opts[:'component'].nil?
|
87
94
|
|
@@ -137,15 +144,16 @@ module PulpDebClient
|
|
137
144
|
# @option opts [String] :package__regex Filter results where package matches regex value
|
138
145
|
# @option opts [String] :package__startswith Filter results where package starts with value
|
139
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.
|
140
148
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
141
149
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
142
|
-
# @option opts [String] :q
|
150
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
143
151
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
144
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)
|
145
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)
|
146
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
147
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
148
|
-
# @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
|
149
157
|
# @option opts [String] :section Filter results where section matches value
|
150
158
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
151
159
|
# @option opts [String] :source Filter results where source matches value
|
@@ -186,15 +194,16 @@ module PulpDebClient
|
|
186
194
|
# @option opts [String] :package__regex Filter results where package matches regex value
|
187
195
|
# @option opts [String] :package__startswith Filter results where package starts with value
|
188
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.
|
189
198
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
190
199
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
191
|
-
# @option opts [String] :q
|
200
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
192
201
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
193
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)
|
194
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)
|
195
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
196
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
197
|
-
# @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
|
198
207
|
# @option opts [String] :section Filter results where section matches value
|
199
208
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
200
209
|
# @option opts [String] :source Filter results where source matches value
|
@@ -252,6 +261,7 @@ module PulpDebClient
|
|
252
261
|
query_params[:'package__regex'] = opts[:'package__regex'] if !opts[:'package__regex'].nil?
|
253
262
|
query_params[:'package__startswith'] = opts[:'package__startswith'] if !opts[:'package__startswith'].nil?
|
254
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?
|
255
265
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
256
266
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
257
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?
|
@@ -95,12 +95,13 @@ module PulpDebClient
|
|
95
95
|
# @option opts [String] :origin Filter results where origin matches value
|
96
96
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
97
97
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
98
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
98
99
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
99
100
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
100
|
-
# @option opts [String] :q
|
101
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
102
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
103
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
101
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
102
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
103
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
104
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
104
105
|
# @option opts [String] :suite Filter results where suite matches value
|
105
106
|
# @option opts [String] :version Filter results where version matches value
|
106
107
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -123,12 +124,13 @@ module PulpDebClient
|
|
123
124
|
# @option opts [String] :origin Filter results where origin matches value
|
124
125
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
125
126
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
127
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
126
128
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
127
129
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
128
|
-
# @option opts [String] :q
|
129
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
130
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
131
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
130
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
131
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
132
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
133
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
132
134
|
# @option opts [String] :suite Filter results where suite matches value
|
133
135
|
# @option opts [String] :version Filter results where version matches value
|
134
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -156,6 +158,7 @@ module PulpDebClient
|
|
156
158
|
query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
|
157
159
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
158
160
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
161
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
159
162
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
160
163
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
161
164
|
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) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - 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 [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.
|
@@ -115,13 +116,14 @@ 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) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (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
|
122
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
121
123
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
122
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
124
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
124
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
125
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
126
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
125
127
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
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.
|
@@ -144,6 +146,7 @@ module PulpDebClient
|
|
144
146
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
145
147
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
146
148
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
149
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
147
150
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
148
151
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
149
152
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -103,15 +103,16 @@ module PulpDebClient
|
|
103
103
|
# @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) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
104
104
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
105
105
|
# @option opts [String] :package_list Filter results where package_list matches value
|
106
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
106
107
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
107
108
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
108
|
-
# @option opts [String] :q
|
109
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
109
110
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
110
111
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
111
112
|
# @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 SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
112
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
113
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
114
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
113
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
114
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
115
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
115
116
|
# @option opts [String] :source Filter results where source matches value
|
116
117
|
# @option opts [String] :standards_version Filter results where standards_version matches value
|
117
118
|
# @option opts [String] :testsuite Filter results where testsuite matches value
|
@@ -154,15 +155,16 @@ module PulpDebClient
|
|
154
155
|
# @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) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
155
156
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
156
157
|
# @option opts [String] :package_list Filter results where package_list matches value
|
158
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
157
159
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
158
160
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
159
|
-
# @option opts [String] :q
|
161
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
160
162
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
161
163
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
162
164
|
# @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 SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
163
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
164
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
165
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
165
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
166
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
167
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
166
168
|
# @option opts [String] :source Filter results where source matches value
|
167
169
|
# @option opts [String] :standards_version Filter results where standards_version matches value
|
168
170
|
# @option opts [String] :testsuite Filter results where testsuite matches value
|
@@ -210,6 +212,7 @@ module PulpDebClient
|
|
210
212
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
211
213
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
212
214
|
query_params[:'package_list'] = opts[:'package_list'] if !opts[:'package_list'].nil?
|
215
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
213
216
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
214
217
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
215
218
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -90,13 +90,14 @@ module PulpDebClient
|
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
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
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
|
-
# @option opts [String] :q
|
96
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
96
97
|
# @option opts [String] :release_component Filter results where release_component matches value
|
97
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
98
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
99
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
100
101
|
# @option opts [String] :source_package Filter results where source_package matches value
|
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.
|
@@ -113,13 +114,14 @@ module PulpDebClient
|
|
113
114
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
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.
|
117
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
116
118
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
117
119
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
118
|
-
# @option opts [String] :q
|
120
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
119
121
|
# @option opts [String] :release_component Filter results where release_component matches value
|
120
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
121
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
122
|
-
# @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
|
123
125
|
# @option opts [String] :source_package Filter results where source_package matches value
|
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.
|
@@ -141,6 +143,7 @@ module PulpDebClient
|
|
141
143
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
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?
|
146
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
144
147
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
145
148
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
146
149
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -164,10 +164,11 @@ module PulpDebClient
|
|
164
164
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
165
165
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
166
166
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
167
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
167
168
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
168
169
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
169
170
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
170
|
-
# @option opts [String] :q
|
171
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
171
172
|
# @option opts [String] :repository Filter results where repository matches value
|
172
173
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
173
174
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -198,10 +199,11 @@ module PulpDebClient
|
|
198
199
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
199
200
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
200
201
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
202
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
201
203
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
202
204
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
203
205
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
204
|
-
# @option opts [String] :q
|
206
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
205
207
|
# @option opts [String] :repository Filter results where repository matches value
|
206
208
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
207
209
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -237,6 +239,7 @@ module PulpDebClient
|
|
237
239
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
238
240
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
239
241
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
242
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
240
243
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
241
244
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
242
245
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|