pulp_deb_client 2.20.1 → 2.20.3

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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContentGenericContentsApi.md +14 -10
  4. data/docs/ContentInstallerFileIndicesApi.md +14 -10
  5. data/docs/ContentInstallerPackagesApi.md +20 -16
  6. data/docs/ContentPackageIndicesApi.md +14 -10
  7. data/docs/ContentPackageReleaseComponentsApi.md +16 -12
  8. data/docs/ContentPackagesApi.md +20 -16
  9. data/docs/ContentReleaseArchitecturesApi.md +15 -11
  10. data/docs/ContentReleaseComponentsApi.md +15 -11
  11. data/docs/ContentReleaseFilesApi.md +14 -10
  12. data/docs/ContentReleasesApi.md +14 -10
  13. data/docs/DebAptDistribution.md +1 -1
  14. data/docs/DebAptDistributionResponse.md +1 -1
  15. data/docs/DebAptRemote.md +2 -2
  16. data/docs/DebAptRemoteResponse.md +4 -2
  17. data/docs/DebAptRemoteResponseHiddenFields.md +19 -0
  18. data/docs/DebAptRepository.md +2 -2
  19. data/docs/DebAptRepositoryResponse.md +2 -2
  20. data/docs/DebInstallerFileIndex.md +0 -2
  21. data/docs/DebInstallerFileIndexResponse.md +0 -2
  22. data/docs/DebPackageIndex.md +0 -2
  23. data/docs/DebPackageIndexResponse.md +0 -2
  24. data/docs/DistributionsAptApi.md +22 -14
  25. data/docs/PatcheddebAptDistribution.md +1 -1
  26. data/docs/PatcheddebAptRemote.md +2 -2
  27. data/docs/PatcheddebAptRepository.md +2 -2
  28. data/docs/PublicationsAptApi.md +16 -12
  29. data/docs/PublicationsVerbatimApi.md +16 -12
  30. data/docs/RemotesAptApi.md +18 -14
  31. data/docs/RepositoriesAptApi.md +33 -13
  32. data/docs/RepositoriesAptVersionsApi.md +16 -14
  33. data/docs/RepositoryAddRemoveContent.md +2 -2
  34. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +21 -15
  35. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +21 -15
  36. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +27 -21
  37. data/lib/pulp_deb_client/api/content_package_indices_api.rb +21 -15
  38. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +21 -15
  39. data/lib/pulp_deb_client/api/content_packages_api.rb +27 -21
  40. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +21 -15
  41. data/lib/pulp_deb_client/api/content_release_components_api.rb +21 -15
  42. data/lib/pulp_deb_client/api/content_release_files_api.rb +21 -15
  43. data/lib/pulp_deb_client/api/content_releases_api.rb +21 -15
  44. data/lib/pulp_deb_client/api/distributions_apt_api.rb +31 -19
  45. data/lib/pulp_deb_client/api/publications_apt_api.rb +23 -17
  46. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +23 -17
  47. data/lib/pulp_deb_client/api/remotes_apt_api.rb +25 -19
  48. data/lib/pulp_deb_client/api/repositories_apt_api.rb +47 -17
  49. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +22 -19
  50. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -2
  51. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +4 -2
  52. data/lib/pulp_deb_client/models/deb_apt_remote.rb +5 -3
  53. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -4
  54. data/lib/pulp_deb_client/models/deb_apt_remote_response_hidden_fields.rb +215 -0
  55. data/lib/pulp_deb_client/models/deb_apt_repository.rb +5 -3
  56. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +5 -3
  57. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -16
  58. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +1 -16
  59. data/lib/pulp_deb_client/models/deb_package_index.rb +1 -16
  60. data/lib/pulp_deb_client/models/deb_package_index_response.rb +1 -16
  61. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +4 -2
  62. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +5 -3
  63. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +5 -3
  64. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +2 -2
  65. data/lib/pulp_deb_client/version.rb +1 -1
  66. data/lib/pulp_deb_client.rb +1 -0
  67. data/spec/api/content_generic_contents_api_spec.rb +7 -5
  68. data/spec/api/content_installer_file_indices_api_spec.rb +7 -5
  69. data/spec/api/content_installer_packages_api_spec.rb +10 -8
  70. data/spec/api/content_package_indices_api_spec.rb +7 -5
  71. data/spec/api/content_package_release_components_api_spec.rb +7 -5
  72. data/spec/api/content_packages_api_spec.rb +10 -8
  73. data/spec/api/content_release_architectures_api_spec.rb +7 -5
  74. data/spec/api/content_release_components_api_spec.rb +7 -5
  75. data/spec/api/content_release_files_api_spec.rb +7 -5
  76. data/spec/api/content_releases_api_spec.rb +7 -5
  77. data/spec/api/distributions_apt_api_spec.rb +11 -7
  78. data/spec/api/publications_apt_api_spec.rb +8 -6
  79. data/spec/api/publications_verbatim_api_spec.rb +8 -6
  80. data/spec/api/remotes_apt_api_spec.rb +9 -7
  81. data/spec/api/repositories_apt_api_spec.rb +16 -6
  82. data/spec/api/repositories_apt_versions_api_spec.rb +8 -7
  83. data/spec/models/deb_apt_remote_response_hidden_fields_spec.rb +47 -0
  84. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  85. data/spec/models/deb_installer_file_index_response_spec.rb +0 -6
  86. data/spec/models/deb_installer_file_index_spec.rb +0 -6
  87. data/spec/models/deb_package_index_response_spec.rb +0 -6
  88. data/spec/models/deb_package_index_spec.rb +0 -6
  89. metadata +57 -53
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c55bf03e5f149e1a375fade3c19789b2cc7e3c8ec6376b1a81f8f6fde278188
4
- data.tar.gz: a1c7e80960b692f37eb39651d1c6c64c441b919e240bed8a549df573364a7d99
3
+ metadata.gz: cb6bb8d396bfddc99d0d59c0fae8e230fd05123d06139cf203e39483a8ea6a72
4
+ data.tar.gz: e2615b979d7f359087d2c6565b4461bbc9505b1b2ac9f12ac8ea444cfddb31c6
5
5
  SHA512:
6
- metadata.gz: 80651c7150cad10c8dbffbdbfe42841295363057ecb2446fec3d9fa2e549deaccfb0a28f9f2c5534a08e01537a4e08f3e27bdaf306da8c74c8fc4e48eafefd11
7
- data.tar.gz: 3d58328e5690295ca1f0400c63a80785fa9a693015d62b08ac24d18bc5924a41b72c7c851b11f634af84de0a059b4abffd537ddecc7b9e29cc02d6900054b21a
6
+ metadata.gz: fee7efec3f358545d96949ddf6e80fbc8b9f3edd80d0f53d52aca0ea0fae65a28ceea33df045cb7239264b4e1d66d30c6df0365f5cb5d25f51a90cea5f07c361
7
+ data.tar.gz: 74e06d89ce92d342018eade1ca7587e9d282ce7981b8a5de67559fbb892a6e13f4090504b4dd6e534ecf2a7f522e03e745baf5fb9d0d90a5f3211a44defa0a0c
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.20.1
10
+ - Package version: 2.20.3
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_deb_client-2.20.1.gem
27
+ gem install ./pulp_deb_client-2.20.3.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.20.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-2.20.3.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_deb_client', '~> 2.20.1'
36
+ gem 'pulp_deb_client', '~> 2.20.3'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -166,6 +166,7 @@ Class | Method | HTTP request | Description
166
166
  - [PulpDebClient::DebAptPublicationResponse](docs/DebAptPublicationResponse.md)
167
167
  - [PulpDebClient::DebAptRemote](docs/DebAptRemote.md)
168
168
  - [PulpDebClient::DebAptRemoteResponse](docs/DebAptRemoteResponse.md)
169
+ - [PulpDebClient::DebAptRemoteResponseHiddenFields](docs/DebAptRemoteResponseHiddenFields.md)
169
170
  - [PulpDebClient::DebAptRepository](docs/DebAptRepository.md)
170
171
  - [PulpDebClient::DebAptRepositoryResponse](docs/DebAptRepositoryResponse.md)
171
172
  - [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
@@ -97,14 +97,16 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
97
97
  opts = {
98
98
  limit: 56, # Integer | Number of results to return per page.
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
- ordering: ['ordering_example'], # Array<String> | Ordering
100
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
101
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
102
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
101
103
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
102
104
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
103
105
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
104
106
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
105
107
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
106
- fields: 'fields_example', # String | A list of fields to include in the response.
107
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
108
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
108
110
  }
109
111
 
110
112
  begin
@@ -123,14 +125,16 @@ Name | Type | Description | Notes
123
125
  ------------- | ------------- | ------------- | -------------
124
126
  **limit** | **Integer**| Number of results to return per page. | [optional]
125
127
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
126
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
128
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
129
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
127
131
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
128
132
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
129
133
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
130
134
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
131
135
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
132
- **fields** | **String**| A list of fields to include in the response. | [optional]
133
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
136
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
137
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
134
138
 
135
139
  ### Return type
136
140
 
@@ -169,8 +173,8 @@ end
169
173
  api_instance = PulpDebClient::ContentGenericContentsApi.new
170
174
  deb_generic_content_href = 'deb_generic_content_href_example' # String |
171
175
  opts = {
172
- fields: 'fields_example', # String | A list of fields to include in the response.
173
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
176
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
177
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
174
178
  }
175
179
 
176
180
  begin
@@ -188,8 +192,8 @@ end
188
192
  Name | Type | Description | Notes
189
193
  ------------- | ------------- | ------------- | -------------
190
194
  **deb_generic_content_href** | **String**| |
191
- **fields** | **String**| A list of fields to include in the response. | [optional]
192
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
195
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
196
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
193
197
 
194
198
  ### Return type
195
199
 
@@ -89,14 +89,16 @@ opts = {
89
89
  component: 'component_example', # String | Filter results where component matches value
90
90
  limit: 56, # Integer | Number of results to return per page.
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering
92
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
93
95
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
94
96
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
95
97
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
96
98
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
97
99
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
100
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
102
  }
101
103
 
102
104
  begin
@@ -117,14 +119,16 @@ Name | Type | Description | Notes
117
119
  **component** | **String**| Filter results where component matches value | [optional]
118
120
  **limit** | **Integer**| Number of results to return per page. | [optional]
119
121
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
122
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
125
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
122
126
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
123
127
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
124
128
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
125
129
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
126
- **fields** | **String**| A list of fields to include in the response. | [optional]
127
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
130
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
128
132
 
129
133
  ### Return type
130
134
 
@@ -163,8 +167,8 @@ end
163
167
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
164
168
  deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
165
169
  opts = {
166
- fields: 'fields_example', # String | A list of fields to include in the response.
167
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
170
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
171
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
168
172
  }
169
173
 
170
174
  begin
@@ -182,8 +186,8 @@ end
182
186
  Name | Type | Description | Notes
183
187
  ------------- | ------------- | ------------- | -------------
184
188
  **deb_installer_file_index_href** | **String**| |
185
- **fields** | **String**| A list of fields to include in the response. | [optional]
186
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
189
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
190
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
187
191
 
188
192
  ### Return type
189
193
 
@@ -97,19 +97,21 @@ api_instance = PulpDebClient::ContentInstallerPackagesApi.new
97
97
  opts = {
98
98
  architecture: 'architecture_example', # String | Filter results where architecture matches value
99
99
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
100
- build_essential: true, # Boolean | Filter results where build_essential matches value
100
+ build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
101
101
  built_using: 'built_using_example', # String | Filter results where built_using matches value
102
- essential: true, # Boolean | Filter results where essential matches value
102
+ essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
103
103
  installed_size: 56, # Integer | Filter results where installed_size matches value
104
104
  limit: 56, # Integer | Number of results to return per page.
105
105
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
106
- multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
106
+ multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value * `no` - no * `same` - same * `foreign` - foreign * `allowed` - allowed
107
107
  offset: 56, # Integer | The initial index from which to return the results.
108
- ordering: ['ordering_example'], # Array<String> | Ordering
108
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending)
109
109
  origin: 'origin_example', # String | Filter results where origin matches value
110
110
  original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
111
111
  package: 'package_example', # String | Filter results where package matches value
112
112
  priority: 'priority_example', # String | Filter results where priority matches value
113
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
114
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
113
115
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
114
116
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
115
117
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -118,8 +120,8 @@ opts = {
118
120
  source: 'source_example', # String | Filter results where source matches value
119
121
  tag: 'tag_example', # String | Filter results where tag matches value
120
122
  version: 'version_example', # String | Filter results where version matches value
121
- fields: 'fields_example', # String | A list of fields to include in the response.
122
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
123
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
124
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
123
125
  }
124
126
 
125
127
  begin
@@ -138,19 +140,21 @@ Name | Type | Description | Notes
138
140
  ------------- | ------------- | ------------- | -------------
139
141
  **architecture** | **String**| Filter results where architecture matches value | [optional]
140
142
  **auto_built_package** | **String**| Filter results where auto_built_package matches value | [optional]
141
- **build_essential** | **Boolean**| Filter results where build_essential matches value | [optional]
143
+ **build_essential** | **Boolean**| Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no | [optional]
142
144
  **built_using** | **String**| Filter results where built_using matches value | [optional]
143
- **essential** | **Boolean**| Filter results where essential matches value | [optional]
145
+ **essential** | **Boolean**| Filter results where essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no | [optional]
144
146
  **installed_size** | **Integer**| Filter results where installed_size matches value | [optional]
145
147
  **limit** | **Integer**| Number of results to return per page. | [optional]
146
148
  **maintainer** | **String**| Filter results where maintainer matches value | [optional]
147
- **multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
149
+ **multi_arch** | **String**| Filter results where multi_arch matches value * &#x60;no&#x60; - no * &#x60;same&#x60; - same * &#x60;foreign&#x60; - foreign * &#x60;allowed&#x60; - allowed | [optional]
148
150
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
149
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
151
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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;package&#x60; - Package * &#x60;-package&#x60; - Package (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;section&#x60; - Section * &#x60;-section&#x60; - Section (descending) * &#x60;priority&#x60; - Priority * &#x60;-priority&#x60; - Priority (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;tag&#x60; - Tag * &#x60;-tag&#x60; - Tag (descending) * &#x60;bugs&#x60; - Bugs * &#x60;-bugs&#x60; - Bugs (descending) * &#x60;essential&#x60; - Essential * &#x60;-essential&#x60; - Essential (descending) * &#x60;build_essential&#x60; - Build essential * &#x60;-build_essential&#x60; - Build essential (descending) * &#x60;installed_size&#x60; - Installed size * &#x60;-installed_size&#x60; - Installed size (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;original_maintainer&#x60; - Original maintainer * &#x60;-original_maintainer&#x60; - Original maintainer (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;description_md5&#x60; - Description md5 * &#x60;-description_md5&#x60; - Description md5 (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;built_using&#x60; - Built using * &#x60;-built_using&#x60; - Built using (descending) * &#x60;auto_built_package&#x60; - Auto built package * &#x60;-auto_built_package&#x60; - Auto built package (descending) * &#x60;multi_arch&#x60; - Multi arch * &#x60;-multi_arch&#x60; - Multi arch (descending) * &#x60;breaks&#x60; - Breaks * &#x60;-breaks&#x60; - Breaks (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;depends&#x60; - Depends * &#x60;-depends&#x60; - Depends (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;pre_depends&#x60; - Pre depends * &#x60;-pre_depends&#x60; - Pre depends (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;replaces&#x60; - Replaces * &#x60;-replaces&#x60; - Replaces (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;custom_fields&#x60; - Custom fields * &#x60;-custom_fields&#x60; - Custom fields (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
150
152
  **origin** | **String**| Filter results where origin matches value | [optional]
151
153
  **original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
152
154
  **package** | **String**| Filter results where package matches value | [optional]
153
155
  **priority** | **String**| Filter results where priority matches value | [optional]
156
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
157
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
154
158
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
155
159
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
156
160
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -159,8 +163,8 @@ Name | Type | Description | Notes
159
163
  **source** | **String**| Filter results where source matches value | [optional]
160
164
  **tag** | **String**| Filter results where tag matches value | [optional]
161
165
  **version** | **String**| Filter results where version matches value | [optional]
162
- **fields** | **String**| A list of fields to include in the response. | [optional]
163
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
166
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
167
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
164
168
 
165
169
  ### Return type
166
170
 
@@ -199,8 +203,8 @@ end
199
203
  api_instance = PulpDebClient::ContentInstallerPackagesApi.new
200
204
  deb_installer_package_href = 'deb_installer_package_href_example' # String |
201
205
  opts = {
202
- fields: 'fields_example', # String | A list of fields to include in the response.
203
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
206
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
207
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
204
208
  }
205
209
 
206
210
  begin
@@ -218,8 +222,8 @@ end
218
222
  Name | Type | Description | Notes
219
223
  ------------- | ------------- | ------------- | -------------
220
224
  **deb_installer_package_href** | **String**| |
221
- **fields** | **String**| A list of fields to include in the response. | [optional]
222
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
225
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
226
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
223
227
 
224
228
  ### Return type
225
229
 
@@ -89,14 +89,16 @@ opts = {
89
89
  component: 'component_example', # String | Filter results where component matches value
90
90
  limit: 56, # Integer | Number of results to return per page.
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering
92
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
93
95
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
94
96
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
95
97
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
96
98
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
97
99
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
100
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
102
  }
101
103
 
102
104
  begin
@@ -117,14 +119,16 @@ Name | Type | Description | Notes
117
119
  **component** | **String**| Filter results where component matches value | [optional]
118
120
  **limit** | **Integer**| Number of results to return per page. | [optional]
119
121
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
122
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
125
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
122
126
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
123
127
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
124
128
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
125
129
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
126
- **fields** | **String**| A list of fields to include in the response. | [optional]
127
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
130
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
128
132
 
129
133
  ### Return type
130
134
 
@@ -163,8 +167,8 @@ end
163
167
  api_instance = PulpDebClient::ContentPackageIndicesApi.new
164
168
  deb_package_index_href = 'deb_package_index_href_example' # String |
165
169
  opts = {
166
- fields: 'fields_example', # String | A list of fields to include in the response.
167
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
170
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
171
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
168
172
  }
169
173
 
170
174
  begin
@@ -182,8 +186,8 @@ end
182
186
  Name | Type | Description | Notes
183
187
  ------------- | ------------- | ------------- | -------------
184
188
  **deb_package_index_href** | **String**| |
185
- **fields** | **String**| A list of fields to include in the response. | [optional]
186
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
189
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
190
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
187
191
 
188
192
  ### Return type
189
193
 
@@ -87,14 +87,16 @@ api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
87
87
  opts = {
88
88
  limit: 56, # Integer | Number of results to return per page.
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
- ordering: ['ordering_example'], # Array<String> | Ordering
90
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `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)
91
91
  package: 'package_example', # String | Filter results where package matches value
92
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
93
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
92
94
  release_component: 'release_component_example', # String | Filter results where release_component matches value
93
95
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
96
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
97
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
- fields: 'fields_example', # String | A list of fields to include in the response.
97
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
98
100
  }
99
101
 
100
102
  begin
@@ -113,14 +115,16 @@ Name | Type | Description | Notes
113
115
  ------------- | ------------- | ------------- | -------------
114
116
  **limit** | **Integer**| Number of results to return per page. | [optional]
115
117
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
116
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
117
- **package** | [**String**](.md)| Filter results where package matches value | [optional]
118
- **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
118
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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) | [optional]
119
+ **package** | **String**| Filter results where package matches value | [optional]
120
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
122
+ **release_component** | **String**| Filter results where release_component matches value | [optional]
119
123
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
124
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
125
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
122
- **fields** | **String**| A list of fields to include in the response. | [optional]
123
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
126
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
127
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
124
128
 
125
129
  ### Return type
126
130
 
@@ -159,8 +163,8 @@ end
159
163
  api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
160
164
  deb_package_release_component_href = 'deb_package_release_component_href_example' # String |
161
165
  opts = {
162
- fields: 'fields_example', # String | A list of fields to include in the response.
163
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
166
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
164
168
  }
165
169
 
166
170
  begin
@@ -178,8 +182,8 @@ end
178
182
  Name | Type | Description | Notes
179
183
  ------------- | ------------- | ------------- | -------------
180
184
  **deb_package_release_component_href** | **String**| |
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
186
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
187
 
184
188
  ### Return type
185
189
 
@@ -97,19 +97,21 @@ api_instance = PulpDebClient::ContentPackagesApi.new
97
97
  opts = {
98
98
  architecture: 'architecture_example', # String | Filter results where architecture matches value
99
99
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
100
- build_essential: true, # Boolean | Filter results where build_essential matches value
100
+ build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
101
101
  built_using: 'built_using_example', # String | Filter results where built_using matches value
102
- essential: true, # Boolean | Filter results where essential matches value
102
+ essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
103
103
  installed_size: 56, # Integer | Filter results where installed_size matches value
104
104
  limit: 56, # Integer | Number of results to return per page.
105
105
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
106
- multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
106
+ multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value * `no` - no * `same` - same * `foreign` - foreign * `allowed` - allowed
107
107
  offset: 56, # Integer | The initial index from which to return the results.
108
- ordering: ['ordering_example'], # Array<String> | Ordering
108
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending)
109
109
  origin: 'origin_example', # String | Filter results where origin matches value
110
110
  original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
111
111
  package: 'package_example', # String | Filter results where package matches value
112
112
  priority: 'priority_example', # String | Filter results where priority matches value
113
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
114
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
113
115
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
114
116
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
115
117
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -119,8 +121,8 @@ opts = {
119
121
  source: 'source_example', # String | Filter results where source matches value
120
122
  tag: 'tag_example', # String | Filter results where tag matches value
121
123
  version: 'version_example', # String | Filter results where version matches value
122
- fields: 'fields_example', # String | A list of fields to include in the response.
123
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
124
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
125
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
124
126
  }
125
127
 
126
128
  begin
@@ -139,19 +141,21 @@ Name | Type | Description | Notes
139
141
  ------------- | ------------- | ------------- | -------------
140
142
  **architecture** | **String**| Filter results where architecture matches value | [optional]
141
143
  **auto_built_package** | **String**| Filter results where auto_built_package matches value | [optional]
142
- **build_essential** | **Boolean**| Filter results where build_essential matches value | [optional]
144
+ **build_essential** | **Boolean**| Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no | [optional]
143
145
  **built_using** | **String**| Filter results where built_using matches value | [optional]
144
- **essential** | **Boolean**| Filter results where essential matches value | [optional]
146
+ **essential** | **Boolean**| Filter results where essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no | [optional]
145
147
  **installed_size** | **Integer**| Filter results where installed_size matches value | [optional]
146
148
  **limit** | **Integer**| Number of results to return per page. | [optional]
147
149
  **maintainer** | **String**| Filter results where maintainer matches value | [optional]
148
- **multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
150
+ **multi_arch** | **String**| Filter results where multi_arch matches value * &#x60;no&#x60; - no * &#x60;same&#x60; - same * &#x60;foreign&#x60; - foreign * &#x60;allowed&#x60; - allowed | [optional]
149
151
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
150
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
152
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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;package&#x60; - Package * &#x60;-package&#x60; - Package (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;section&#x60; - Section * &#x60;-section&#x60; - Section (descending) * &#x60;priority&#x60; - Priority * &#x60;-priority&#x60; - Priority (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;tag&#x60; - Tag * &#x60;-tag&#x60; - Tag (descending) * &#x60;bugs&#x60; - Bugs * &#x60;-bugs&#x60; - Bugs (descending) * &#x60;essential&#x60; - Essential * &#x60;-essential&#x60; - Essential (descending) * &#x60;build_essential&#x60; - Build essential * &#x60;-build_essential&#x60; - Build essential (descending) * &#x60;installed_size&#x60; - Installed size * &#x60;-installed_size&#x60; - Installed size (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;original_maintainer&#x60; - Original maintainer * &#x60;-original_maintainer&#x60; - Original maintainer (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;description_md5&#x60; - Description md5 * &#x60;-description_md5&#x60; - Description md5 (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;built_using&#x60; - Built using * &#x60;-built_using&#x60; - Built using (descending) * &#x60;auto_built_package&#x60; - Auto built package * &#x60;-auto_built_package&#x60; - Auto built package (descending) * &#x60;multi_arch&#x60; - Multi arch * &#x60;-multi_arch&#x60; - Multi arch (descending) * &#x60;breaks&#x60; - Breaks * &#x60;-breaks&#x60; - Breaks (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;depends&#x60; - Depends * &#x60;-depends&#x60; - Depends (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;pre_depends&#x60; - Pre depends * &#x60;-pre_depends&#x60; - Pre depends (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;replaces&#x60; - Replaces * &#x60;-replaces&#x60; - Replaces (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;custom_fields&#x60; - Custom fields * &#x60;-custom_fields&#x60; - Custom fields (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
151
153
  **origin** | **String**| Filter results where origin matches value | [optional]
152
154
  **original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
153
155
  **package** | **String**| Filter results where package matches value | [optional]
154
156
  **priority** | **String**| Filter results where priority matches value | [optional]
157
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
158
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
155
159
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
156
160
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
157
161
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -161,8 +165,8 @@ Name | Type | Description | Notes
161
165
  **source** | **String**| Filter results where source matches value | [optional]
162
166
  **tag** | **String**| Filter results where tag matches value | [optional]
163
167
  **version** | **String**| Filter results where version matches value | [optional]
164
- **fields** | **String**| A list of fields to include in the response. | [optional]
165
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
168
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
169
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
166
170
 
167
171
  ### Return type
168
172
 
@@ -201,8 +205,8 @@ end
201
205
  api_instance = PulpDebClient::ContentPackagesApi.new
202
206
  deb_package_href = 'deb_package_href_example' # String |
203
207
  opts = {
204
- fields: 'fields_example', # String | A list of fields to include in the response.
205
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
208
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
209
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
206
210
  }
207
211
 
208
212
  begin
@@ -220,8 +224,8 @@ end
220
224
  Name | Type | Description | Notes
221
225
  ------------- | ------------- | ------------- | -------------
222
226
  **deb_package_href** | **String**| |
223
- **fields** | **String**| A list of fields to include in the response. | [optional]
224
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
227
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
228
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
225
229
 
226
230
  ### Return type
227
231
 
@@ -88,13 +88,15 @@ opts = {
88
88
  architecture: 'architecture_example', # String | Filter results where architecture matches value
89
89
  limit: 56, # Integer | Number of results to return per page.
90
90
  offset: 56, # Integer | The initial index from which to return the results.
91
- ordering: ['ordering_example'], # Array<String> | Ordering
91
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
92
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
93
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
92
94
  release: 'release_example', # String | Filter results where release matches value
93
95
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
96
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
97
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
- fields: 'fields_example', # String | A list of fields to include in the response.
97
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
98
100
  }
99
101
 
100
102
  begin
@@ -114,13 +116,15 @@ Name | Type | Description | Notes
114
116
  **architecture** | **String**| Filter results where architecture matches value | [optional]
115
117
  **limit** | **Integer**| Number of results to return per page. | [optional]
116
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
117
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
118
- **release** | [**String**](.md)| Filter results where release matches value | [optional]
119
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
120
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
122
+ **release** | **String**| Filter results where release matches value | [optional]
119
123
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
124
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
125
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
122
- **fields** | **String**| A list of fields to include in the response. | [optional]
123
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
126
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
127
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
124
128
 
125
129
  ### Return type
126
130
 
@@ -159,8 +163,8 @@ end
159
163
  api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
160
164
  deb_release_architecture_href = 'deb_release_architecture_href_example' # String |
161
165
  opts = {
162
- fields: 'fields_example', # String | A list of fields to include in the response.
163
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
166
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
167
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
164
168
  }
165
169
 
166
170
  begin
@@ -178,8 +182,8 @@ end
178
182
  Name | Type | Description | Notes
179
183
  ------------- | ------------- | ------------- | -------------
180
184
  **deb_release_architecture_href** | **String**| |
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
186
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
187
 
184
188
  ### Return type
185
189