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.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -4
  3. data/docs/ContentGenericContentsApi.md +10 -8
  4. data/docs/ContentInstallerFileIndicesApi.md +10 -8
  5. data/docs/ContentInstallerPackagesApi.md +10 -8
  6. data/docs/ContentPackageIndicesApi.md +10 -8
  7. data/docs/ContentPackageReleaseComponentsApi.md +10 -8
  8. data/docs/ContentPackagesApi.md +10 -8
  9. data/docs/ContentReleaseArchitecturesApi.md +10 -8
  10. data/docs/ContentReleaseComponentsApi.md +10 -8
  11. data/docs/ContentReleaseFilesApi.md +10 -8
  12. data/docs/ContentReleasesApi.md +10 -8
  13. data/docs/ContentSourceIndicesApi.md +10 -8
  14. data/docs/ContentSourcePackagesApi.md +10 -8
  15. data/docs/ContentSourceReleaseComponentsApi.md +10 -8
  16. data/docs/DebAptDistributionResponse.md +4 -0
  17. data/docs/DebAptPublicationResponse.md +2 -0
  18. data/docs/DebAptRemoteResponse.md +2 -0
  19. data/docs/DebAptRepositoryResponse.md +2 -0
  20. data/docs/DebGenericContentResponse.md +2 -0
  21. data/docs/DebInstallerFileIndexResponse.md +2 -0
  22. data/docs/DebInstallerPackageResponse.md +2 -0
  23. data/docs/DebPackageIndexResponse.md +2 -0
  24. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  25. data/docs/DebPackageResponse.md +2 -0
  26. data/docs/DebReleaseArchitectureResponse.md +2 -0
  27. data/docs/DebReleaseComponentResponse.md +5 -1
  28. data/docs/DebReleaseFileResponse.md +2 -0
  29. data/docs/DebReleaseResponse.md +2 -0
  30. data/docs/DebSourceIndexResponse.md +2 -0
  31. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  32. data/docs/DebSourcePackageResponse.md +4 -0
  33. data/docs/DebVerbatimPublicationResponse.md +2 -0
  34. data/docs/DistributionsAptApi.md +236 -2
  35. data/docs/MyPermissionsResponse.md +17 -0
  36. data/docs/NestedRole.md +21 -0
  37. data/docs/NestedRoleResponse.md +21 -0
  38. data/docs/ObjectRolesResponse.md +17 -0
  39. data/docs/PublicationsAptApi.md +244 -10
  40. data/docs/PublicationsVerbatimApi.md +244 -10
  41. data/docs/RemotesAptApi.md +236 -2
  42. data/docs/RepositoriesAptApi.md +240 -6
  43. data/docs/RepositoriesAptVersionsApi.md +8 -6
  44. data/docs/RepositoryVersionResponse.md +2 -0
  45. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +11 -8
  46. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
  47. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +11 -8
  48. data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
  49. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
  50. data/lib/pulp_deb_client/api/content_packages_api.rb +11 -8
  51. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
  52. data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
  53. data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
  54. data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
  55. data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
  56. data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
  57. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
  58. data/lib/pulp_deb_client/api/distributions_apt_api.rb +281 -2
  59. data/lib/pulp_deb_client/api/publications_apt_api.rb +290 -11
  60. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +290 -11
  61. data/lib/pulp_deb_client/api/remotes_apt_api.rb +281 -2
  62. data/lib/pulp_deb_client/api/repositories_apt_api.rb +285 -6
  63. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
  64. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
  65. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
  66. data/lib/pulp_deb_client/models/deb_apt_remote.rb +20 -20
  67. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -21
  68. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
  69. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
  70. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
  71. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
  72. data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
  73. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
  74. data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
  75. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
  76. data/lib/pulp_deb_client/models/deb_release_component_response.rb +24 -4
  77. data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
  78. data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
  79. data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
  80. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
  81. data/lib/pulp_deb_client/models/deb_source_package_response.rb +21 -1
  82. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
  83. data/lib/pulp_deb_client/models/my_permissions_response.rb +213 -0
  84. data/lib/pulp_deb_client/models/nested_role.rb +253 -0
  85. data/lib/pulp_deb_client/models/nested_role_response.rb +234 -0
  86. data/lib/pulp_deb_client/models/object_roles_response.rb +213 -0
  87. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +20 -20
  88. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
  89. data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
  90. data/lib/pulp_deb_client/version.rb +1 -1
  91. data/lib/pulp_deb_client.rb +4 -0
  92. data/spec/api/content_generic_contents_api_spec.rb +5 -4
  93. data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
  94. data/spec/api/content_installer_packages_api_spec.rb +5 -4
  95. data/spec/api/content_package_indices_api_spec.rb +5 -4
  96. data/spec/api/content_package_release_components_api_spec.rb +5 -4
  97. data/spec/api/content_packages_api_spec.rb +5 -4
  98. data/spec/api/content_release_architectures_api_spec.rb +5 -4
  99. data/spec/api/content_release_components_api_spec.rb +5 -4
  100. data/spec/api/content_release_files_api_spec.rb +5 -4
  101. data/spec/api/content_releases_api_spec.rb +5 -4
  102. data/spec/api/content_source_indices_api_spec.rb +5 -4
  103. data/spec/api/content_source_packages_api_spec.rb +5 -4
  104. data/spec/api/content_source_release_components_api_spec.rb +5 -4
  105. data/spec/api/distributions_apt_api_spec.rb +56 -1
  106. data/spec/api/publications_apt_api_spec.rb +60 -5
  107. data/spec/api/publications_verbatim_api_spec.rb +60 -5
  108. data/spec/api/remotes_apt_api_spec.rb +56 -1
  109. data/spec/api/repositories_apt_api_spec.rb +58 -3
  110. data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
  111. data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
  112. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  113. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  114. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  115. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  116. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  117. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  118. data/spec/models/deb_package_index_response_spec.rb +6 -0
  119. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  120. data/spec/models/deb_package_response_spec.rb +6 -0
  121. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  122. data/spec/models/deb_release_component_response_spec.rb +12 -0
  123. data/spec/models/deb_release_file_response_spec.rb +6 -0
  124. data/spec/models/deb_release_response_spec.rb +6 -0
  125. data/spec/models/deb_source_index_response_spec.rb +6 -0
  126. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  127. data/spec/models/deb_source_package_response_spec.rb +12 -0
  128. data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
  129. data/spec/models/my_permissions_response_spec.rb +41 -0
  130. data/spec/models/nested_role_response_spec.rb +53 -0
  131. data/spec/models/nested_role_spec.rb +53 -0
  132. data/spec/models/object_roles_response_spec.rb +41 -0
  133. data/spec/models/repository_version_response_spec.rb +6 -0
  134. metadata +91 -75
@@ -91,13 +91,14 @@ module PulpDebClient
91
91
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
152
153
  # @option opts [String] :release_component Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
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: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
201
203
  # @option opts [String] :release_component Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
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: \&quot;package_href,repository_or_repository_version_href\&quot; package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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: \&quot;package_href,repository_or_repository_version_href\&quot; package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;components&#x60; - Components * &#x60;-components&#x60; - Components (descending) * &#x60;architectures&#x60; - Architectures * &#x60;-architectures&#x60; - Architectures (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;components&#x60; - Components * &#x60;-components&#x60; - Components (descending) * &#x60;architectures&#x60; - Architectures * &#x60;-architectures&#x60; - Architectures (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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: \&quot;package_href,repository_or_repository_version_href\&quot; 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: \&quot;package_href,repository_or_repository_version_href\&quot; 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
118
  # @option opts [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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;format&#x60; - Format * &#x60;-format&#x60; - Format (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;binary&#x60; - Binary * &#x60;-binary&#x60; - Binary (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;uploaders&#x60; - Uploaders * &#x60;-uploaders&#x60; - Uploaders (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;vcs_browser&#x60; - Vcs browser * &#x60;-vcs_browser&#x60; - Vcs browser (descending) * &#x60;vcs_arch&#x60; - Vcs arch * &#x60;-vcs_arch&#x60; - Vcs arch (descending) * &#x60;vcs_bzr&#x60; - Vcs bzr * &#x60;-vcs_bzr&#x60; - Vcs bzr (descending) * &#x60;vcs_cvs&#x60; - Vcs cvs * &#x60;-vcs_cvs&#x60; - Vcs cvs (descending) * &#x60;vcs_darcs&#x60; - Vcs darcs * &#x60;-vcs_darcs&#x60; - Vcs darcs (descending) * &#x60;vcs_git&#x60; - Vcs git * &#x60;-vcs_git&#x60; - Vcs git (descending) * &#x60;vcs_hg&#x60; - Vcs hg * &#x60;-vcs_hg&#x60; - Vcs hg (descending) * &#x60;vcs_mtn&#x60; - Vcs mtn * &#x60;-vcs_mtn&#x60; - Vcs mtn (descending) * &#x60;vcs_snv&#x60; - Vcs snv * &#x60;-vcs_snv&#x60; - Vcs snv (descending) * &#x60;testsuite&#x60; - Testsuite * &#x60;-testsuite&#x60; - Testsuite (descending) * &#x60;dgit&#x60; - Dgit * &#x60;-dgit&#x60; - Dgit (descending) * &#x60;standards_version&#x60; - Standards version * &#x60;-standards_version&#x60; - Standards version (descending) * &#x60;build_depends&#x60; - Build depends * &#x60;-build_depends&#x60; - Build depends (descending) * &#x60;build_depends_indep&#x60; - Build depends indep * &#x60;-build_depends_indep&#x60; - Build depends indep (descending) * &#x60;build_depends_arch&#x60; - Build depends arch * &#x60;-build_depends_arch&#x60; - Build depends arch (descending) * &#x60;build_conflicts&#x60; - Build conflicts * &#x60;-build_conflicts&#x60; - Build conflicts (descending) * &#x60;build_conflicts_indep&#x60; - Build conflicts indep * &#x60;-build_conflicts_indep&#x60; - Build conflicts indep (descending) * &#x60;build_conflicts_arch&#x60; - Build conflicts arch * &#x60;-build_conflicts_arch&#x60; - Build conflicts arch (descending) * &#x60;package_list&#x60; - Package list * &#x60;-package_list&#x60; - Package list (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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: \&quot;release_href,repository_or_repository_version_href\&quot; 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: \&quot;release_component_href,repository_or_repository_version_href\&quot; 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;format&#x60; - Format * &#x60;-format&#x60; - Format (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;binary&#x60; - Binary * &#x60;-binary&#x60; - Binary (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;uploaders&#x60; - Uploaders * &#x60;-uploaders&#x60; - Uploaders (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;vcs_browser&#x60; - Vcs browser * &#x60;-vcs_browser&#x60; - Vcs browser (descending) * &#x60;vcs_arch&#x60; - Vcs arch * &#x60;-vcs_arch&#x60; - Vcs arch (descending) * &#x60;vcs_bzr&#x60; - Vcs bzr * &#x60;-vcs_bzr&#x60; - Vcs bzr (descending) * &#x60;vcs_cvs&#x60; - Vcs cvs * &#x60;-vcs_cvs&#x60; - Vcs cvs (descending) * &#x60;vcs_darcs&#x60; - Vcs darcs * &#x60;-vcs_darcs&#x60; - Vcs darcs (descending) * &#x60;vcs_git&#x60; - Vcs git * &#x60;-vcs_git&#x60; - Vcs git (descending) * &#x60;vcs_hg&#x60; - Vcs hg * &#x60;-vcs_hg&#x60; - Vcs hg (descending) * &#x60;vcs_mtn&#x60; - Vcs mtn * &#x60;-vcs_mtn&#x60; - Vcs mtn (descending) * &#x60;vcs_snv&#x60; - Vcs snv * &#x60;-vcs_snv&#x60; - Vcs snv (descending) * &#x60;testsuite&#x60; - Testsuite * &#x60;-testsuite&#x60; - Testsuite (descending) * &#x60;dgit&#x60; - Dgit * &#x60;-dgit&#x60; - Dgit (descending) * &#x60;standards_version&#x60; - Standards version * &#x60;-standards_version&#x60; - Standards version (descending) * &#x60;build_depends&#x60; - Build depends * &#x60;-build_depends&#x60; - Build depends (descending) * &#x60;build_depends_indep&#x60; - Build depends indep * &#x60;-build_depends_indep&#x60; - Build depends indep (descending) * &#x60;build_depends_arch&#x60; - Build depends arch * &#x60;-build_depends_arch&#x60; - Build depends arch (descending) * &#x60;build_conflicts&#x60; - Build conflicts * &#x60;-build_conflicts&#x60; - Build conflicts (descending) * &#x60;build_conflicts_indep&#x60; - Build conflicts indep * &#x60;-build_conflicts_indep&#x60; - Build conflicts indep (descending) * &#x60;build_conflicts_arch&#x60; - Build conflicts arch * &#x60;-build_conflicts_arch&#x60; - Build conflicts arch (descending) * &#x60;package_list&#x60; - Package list * &#x60;-package_list&#x60; - Package list (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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: \&quot;release_href,repository_or_repository_version_href\&quot; 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: \&quot;release_component_href,repository_or_repository_version_href\&quot; 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - 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?