pulp_deb_client 3.3.1 → 3.5.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 +28 -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 +5 -1
- 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 +4 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +236 -2
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PublicationsAptApi.md +244 -10
- data/docs/PublicationsVerbatimApi.md +244 -10
- data/docs/RemotesAptApi.md +236 -2
- data/docs/RepositoriesAptApi.md +240 -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 +281 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +290 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +290 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +281 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +285 -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.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_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 +24 -4
- 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 +21 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_deb_client/models/nested_role.rb +253 -0
- data/lib/pulp_deb_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_deb_client/models/object_roles_response.rb +213 -0
- 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/lib/pulp_deb_client.rb +4 -0
- 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 +56 -1
- data/spec/api/publications_apt_api_spec.rb +60 -5
- data/spec/api/publications_verbatim_api_spec.rb +60 -5
- data/spec/api/remotes_apt_api_spec.rb +56 -1
- data/spec/api/repositories_apt_api_spec.rb +58 -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 +12 -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 +12 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +91 -75
|
@@ -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?
|
|
@@ -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?
|