pulp_deb_client 2.20.1 → 2.20.3

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -23,9 +23,6 @@ module PulpDebClient
23
23
  # A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/'
24
24
  attr_accessor :artifacts
25
25
 
26
- # Release this index file belongs to.
27
- attr_accessor :release
28
-
29
26
  # Component of the component - architecture combination.
30
27
  attr_accessor :component
31
28
 
@@ -41,7 +38,6 @@ module PulpDebClient
41
38
  :'pulp_href' => :'pulp_href',
42
39
  :'pulp_created' => :'pulp_created',
43
40
  :'artifacts' => :'artifacts',
44
- :'release' => :'release',
45
41
  :'component' => :'component',
46
42
  :'architecture' => :'architecture',
47
43
  :'relative_path' => :'relative_path'
@@ -54,7 +50,6 @@ module PulpDebClient
54
50
  :'pulp_href' => :'String',
55
51
  :'pulp_created' => :'DateTime',
56
52
  :'artifacts' => :'Object',
57
- :'release' => :'String',
58
53
  :'component' => :'String',
59
54
  :'architecture' => :'String',
60
55
  :'relative_path' => :'String'
@@ -94,10 +89,6 @@ module PulpDebClient
94
89
  self.artifacts = attributes[:'artifacts']
95
90
  end
96
91
 
97
- if attributes.key?(:'release')
98
- self.release = attributes[:'release']
99
- end
100
-
101
92
  if attributes.key?(:'component')
102
93
  self.component = attributes[:'component']
103
94
  end
@@ -119,10 +110,6 @@ module PulpDebClient
119
110
  invalid_properties.push('invalid value for "artifacts", artifacts cannot be nil.')
120
111
  end
121
112
 
122
- if @release.nil?
123
- invalid_properties.push('invalid value for "release", release cannot be nil.')
124
- end
125
-
126
113
  if @component.nil?
127
114
  invalid_properties.push('invalid value for "component", component cannot be nil.')
128
115
  end
@@ -138,7 +125,6 @@ module PulpDebClient
138
125
  # @return true if the model is valid
139
126
  def valid?
140
127
  return false if @artifacts.nil?
141
- return false if @release.nil?
142
128
  return false if @component.nil?
143
129
  return false if @architecture.nil?
144
130
  true
@@ -152,7 +138,6 @@ module PulpDebClient
152
138
  pulp_href == o.pulp_href &&
153
139
  pulp_created == o.pulp_created &&
154
140
  artifacts == o.artifacts &&
155
- release == o.release &&
156
141
  component == o.component &&
157
142
  architecture == o.architecture &&
158
143
  relative_path == o.relative_path
@@ -167,7 +152,7 @@ module PulpDebClient
167
152
  # Calculates hash code according to all attributes.
168
153
  # @return [Integer] Hash code
169
154
  def hash
170
- [pulp_href, pulp_created, artifacts, release, component, architecture, relative_path].hash
155
+ [pulp_href, pulp_created, artifacts, component, architecture, relative_path].hash
171
156
  end
172
157
 
173
158
  # Builds the object from hash
@@ -18,9 +18,6 @@ module PulpDebClient
18
18
  # A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/'
19
19
  attr_accessor :artifacts
20
20
 
21
- # Release this index file belongs to.
22
- attr_accessor :release
23
-
24
21
  # Component of the component - architecture combination.
25
22
  attr_accessor :component
26
23
 
@@ -34,7 +31,6 @@ module PulpDebClient
34
31
  def self.attribute_map
35
32
  {
36
33
  :'artifacts' => :'artifacts',
37
- :'release' => :'release',
38
34
  :'component' => :'component',
39
35
  :'architecture' => :'architecture',
40
36
  :'relative_path' => :'relative_path'
@@ -45,7 +41,6 @@ module PulpDebClient
45
41
  def self.openapi_types
46
42
  {
47
43
  :'artifacts' => :'Object',
48
- :'release' => :'String',
49
44
  :'component' => :'String',
50
45
  :'architecture' => :'String',
51
46
  :'relative_path' => :'String'
@@ -77,10 +72,6 @@ module PulpDebClient
77
72
  self.artifacts = attributes[:'artifacts']
78
73
  end
79
74
 
80
- if attributes.key?(:'release')
81
- self.release = attributes[:'release']
82
- end
83
-
84
75
  if attributes.key?(:'component')
85
76
  self.component = attributes[:'component']
86
77
  end
@@ -102,10 +93,6 @@ module PulpDebClient
102
93
  invalid_properties.push('invalid value for "artifacts", artifacts cannot be nil.')
103
94
  end
104
95
 
105
- if @release.nil?
106
- invalid_properties.push('invalid value for "release", release cannot be nil.')
107
- end
108
-
109
96
  if !@component.nil? && @component.to_s.length < 1
110
97
  invalid_properties.push('invalid value for "component", the character length must be great than or equal to 1.')
111
98
  end
@@ -125,7 +112,6 @@ module PulpDebClient
125
112
  # @return true if the model is valid
126
113
  def valid?
127
114
  return false if @artifacts.nil?
128
- return false if @release.nil?
129
115
  return false if !@component.nil? && @component.to_s.length < 1
130
116
  return false if !@architecture.nil? && @architecture.to_s.length < 1
131
117
  return false if !@relative_path.nil? && @relative_path.to_s.length < 1
@@ -168,7 +154,6 @@ module PulpDebClient
168
154
  return true if self.equal?(o)
169
155
  self.class == o.class &&
170
156
  artifacts == o.artifacts &&
171
- release == o.release &&
172
157
  component == o.component &&
173
158
  architecture == o.architecture &&
174
159
  relative_path == o.relative_path
@@ -183,7 +168,7 @@ module PulpDebClient
183
168
  # Calculates hash code according to all attributes.
184
169
  # @return [Integer] Hash code
185
170
  def hash
186
- [artifacts, release, component, architecture, relative_path].hash
171
+ [artifacts, component, architecture, relative_path].hash
187
172
  end
188
173
 
189
174
  # Builds the object from hash
@@ -23,9 +23,6 @@ module PulpDebClient
23
23
  # A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/'
24
24
  attr_accessor :artifacts
25
25
 
26
- # Release this index file belongs to.
27
- attr_accessor :release
28
-
29
26
  # Component of the component - architecture combination.
30
27
  attr_accessor :component
31
28
 
@@ -41,7 +38,6 @@ module PulpDebClient
41
38
  :'pulp_href' => :'pulp_href',
42
39
  :'pulp_created' => :'pulp_created',
43
40
  :'artifacts' => :'artifacts',
44
- :'release' => :'release',
45
41
  :'component' => :'component',
46
42
  :'architecture' => :'architecture',
47
43
  :'relative_path' => :'relative_path'
@@ -54,7 +50,6 @@ module PulpDebClient
54
50
  :'pulp_href' => :'String',
55
51
  :'pulp_created' => :'DateTime',
56
52
  :'artifacts' => :'Object',
57
- :'release' => :'String',
58
53
  :'component' => :'String',
59
54
  :'architecture' => :'String',
60
55
  :'relative_path' => :'String'
@@ -94,10 +89,6 @@ module PulpDebClient
94
89
  self.artifacts = attributes[:'artifacts']
95
90
  end
96
91
 
97
- if attributes.key?(:'release')
98
- self.release = attributes[:'release']
99
- end
100
-
101
92
  if attributes.key?(:'component')
102
93
  self.component = attributes[:'component']
103
94
  end
@@ -119,10 +110,6 @@ module PulpDebClient
119
110
  invalid_properties.push('invalid value for "artifacts", artifacts cannot be nil.')
120
111
  end
121
112
 
122
- if @release.nil?
123
- invalid_properties.push('invalid value for "release", release cannot be nil.')
124
- end
125
-
126
113
  invalid_properties
127
114
  end
128
115
 
@@ -130,7 +117,6 @@ module PulpDebClient
130
117
  # @return true if the model is valid
131
118
  def valid?
132
119
  return false if @artifacts.nil?
133
- return false if @release.nil?
134
120
  true
135
121
  end
136
122
 
@@ -142,7 +128,6 @@ module PulpDebClient
142
128
  pulp_href == o.pulp_href &&
143
129
  pulp_created == o.pulp_created &&
144
130
  artifacts == o.artifacts &&
145
- release == o.release &&
146
131
  component == o.component &&
147
132
  architecture == o.architecture &&
148
133
  relative_path == o.relative_path
@@ -157,7 +142,7 @@ module PulpDebClient
157
142
  # Calculates hash code according to all attributes.
158
143
  # @return [Integer] Hash code
159
144
  def hash
160
- [pulp_href, pulp_created, artifacts, release, component, architecture, relative_path].hash
145
+ [pulp_href, pulp_created, artifacts, component, architecture, relative_path].hash
161
146
  end
162
147
 
163
148
  # Builds the object from hash
@@ -49,7 +49,7 @@ module PulpDebClient
49
49
  {
50
50
  :'base_path' => :'String',
51
51
  :'content_guard' => :'String',
52
- :'pulp_labels' => :'Object',
52
+ :'pulp_labels' => :'Hash<String, String>',
53
53
  :'name' => :'String',
54
54
  :'repository' => :'String',
55
55
  :'publication' => :'String'
@@ -89,7 +89,9 @@ module PulpDebClient
89
89
  end
90
90
 
91
91
  if attributes.key?(:'pulp_labels')
92
- self.pulp_labels = attributes[:'pulp_labels']
92
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
93
+ self.pulp_labels = value
94
+ end
93
95
  end
94
96
 
95
97
  if attributes.key?(:'name')
@@ -56,7 +56,7 @@ module PulpDebClient
56
56
  # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
57
57
  attr_accessor :max_retries
58
58
 
59
- # The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
59
+ # The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.
60
60
  attr_accessor :policy
61
61
 
62
62
  # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
@@ -150,7 +150,7 @@ module PulpDebClient
150
150
  :'proxy_password' => :'String',
151
151
  :'username' => :'String',
152
152
  :'password' => :'String',
153
- :'pulp_labels' => :'Object',
153
+ :'pulp_labels' => :'Hash<String, String>',
154
154
  :'download_concurrency' => :'Integer',
155
155
  :'max_retries' => :'Integer',
156
156
  :'policy' => :'PolicyEnum',
@@ -255,7 +255,9 @@ module PulpDebClient
255
255
  end
256
256
 
257
257
  if attributes.key?(:'pulp_labels')
258
- self.pulp_labels = attributes[:'pulp_labels']
258
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
259
+ self.pulp_labels = value
260
+ end
259
261
  end
260
262
 
261
263
  if attributes.key?(:'download_concurrency')
@@ -23,7 +23,7 @@ module PulpDebClient
23
23
  # An optional description.
24
24
  attr_accessor :description
25
25
 
26
- # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
26
+ # Retain X versions of the repository. Default is null which retains all versions.
27
27
  attr_accessor :retain_repo_versions
28
28
 
29
29
  # An optional remote to use by default when syncing.
@@ -43,7 +43,7 @@ module PulpDebClient
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'pulp_labels' => :'Object',
46
+ :'pulp_labels' => :'Hash<String, String>',
47
47
  :'name' => :'String',
48
48
  :'description' => :'String',
49
49
  :'retain_repo_versions' => :'Integer',
@@ -76,7 +76,9 @@ module PulpDebClient
76
76
  }
77
77
 
78
78
  if attributes.key?(:'pulp_labels')
79
- self.pulp_labels = attributes[:'pulp_labels']
79
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
+ self.pulp_labels = value
81
+ end
80
82
  end
81
83
 
82
84
  if attributes.key?(:'name')
@@ -36,8 +36,8 @@ module PulpDebClient
36
36
  # Attribute type mapping.
37
37
  def self.openapi_types
38
38
  {
39
- :'add_content_units' => :'Array<AnyType>',
40
- :'remove_content_units' => :'Array<AnyType>',
39
+ :'add_content_units' => :'Array<String>',
40
+ :'remove_content_units' => :'Array<String>',
41
41
  :'base_version' => :'String'
42
42
  }
43
43
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '2.20.1'
14
+ VERSION = '2.20.3'
15
15
  end
@@ -27,6 +27,7 @@ require 'pulp_deb_client/models/deb_apt_publication'
27
27
  require 'pulp_deb_client/models/deb_apt_publication_response'
28
28
  require 'pulp_deb_client/models/deb_apt_remote'
29
29
  require 'pulp_deb_client/models/deb_apt_remote_response'
30
+ require 'pulp_deb_client/models/deb_apt_remote_response_hidden_fields'
30
31
  require 'pulp_deb_client/models/deb_apt_repository'
31
32
  require 'pulp_deb_client/models/deb_apt_repository_response'
32
33
  require 'pulp_deb_client/models/deb_base_package'
@@ -54,14 +54,16 @@ describe 'ContentGenericContentsApi' do
54
54
  # @param [Hash] opts the optional parameters
55
55
  # @option opts [Integer] :limit Number of results to return per page.
56
56
  # @option opts [Integer] :offset The initial index from which to return the results.
57
- # @option opts [Array<String>] :ordering Ordering
57
+ # @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;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
58
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
59
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
58
60
  # @option opts [String] :relative_path Filter results where relative_path matches value
59
61
  # @option opts [String] :repository_version Repository Version referenced by HREF
60
62
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
61
63
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
62
64
  # @option opts [String] :sha256 Filter results where sha256 matches value
63
- # @option opts [String] :fields A list of fields to include in the response.
64
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
65
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
66
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
65
67
  # @return [PaginateddebGenericContentResponseList]
66
68
  describe 'list test' do
67
69
  it 'should work' do
@@ -74,8 +76,8 @@ describe 'ContentGenericContentsApi' do
74
76
  # GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
75
77
  # @param deb_generic_content_href
76
78
  # @param [Hash] opts the optional parameters
77
- # @option opts [String] :fields A list of fields to include in the response.
78
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
79
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
80
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
79
81
  # @return [DebGenericContentResponse]
80
82
  describe 'read test' do
81
83
  it 'should work' do
@@ -52,14 +52,16 @@ describe 'ContentInstallerFileIndicesApi' do
52
52
  # @option opts [String] :component Filter results where component matches value
53
53
  # @option opts [Integer] :limit Number of results to return per page.
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @option opts [Array<String>] :ordering Ordering
55
+ # @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;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)
56
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
56
58
  # @option opts [String] :relative_path Filter results where relative_path matches value
57
59
  # @option opts [String] :repository_version Repository Version referenced by HREF
58
60
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
61
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
60
62
  # @option opts [String] :sha256 Filter results where sha256 matches value
61
- # @option opts [String] :fields A list of fields to include in the response.
62
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
64
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
63
65
  # @return [PaginateddebInstallerFileIndexResponseList]
64
66
  describe 'list test' do
65
67
  it 'should work' do
@@ -72,8 +74,8 @@ describe 'ContentInstallerFileIndicesApi' do
72
74
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
73
75
  # @param deb_installer_file_index_href
74
76
  # @param [Hash] opts the optional parameters
75
- # @option opts [String] :fields A list of fields to include in the response.
76
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
77
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
78
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
77
79
  # @return [DebInstallerFileIndexResponse]
78
80
  describe 'read test' do
79
81
  it 'should work' do
@@ -54,19 +54,21 @@ describe 'ContentInstallerPackagesApi' do
54
54
  # @param [Hash] opts the optional parameters
55
55
  # @option opts [String] :architecture Filter results where architecture matches value
56
56
  # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
57
- # @option opts [Boolean] :build_essential Filter results where build_essential matches value
57
+ # @option opts [Boolean] :build_essential Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
58
58
  # @option opts [String] :built_using Filter results where built_using matches value
59
- # @option opts [Boolean] :essential Filter results where essential matches value
59
+ # @option opts [Boolean] :essential Filter results where essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
60
60
  # @option opts [Integer] :installed_size Filter results where installed_size matches value
61
61
  # @option opts [Integer] :limit Number of results to return per page.
62
62
  # @option opts [String] :maintainer Filter results where maintainer matches value
63
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
63
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value * &#x60;no&#x60; - no * &#x60;same&#x60; - same * &#x60;foreign&#x60; - foreign * &#x60;allowed&#x60; - allowed
64
64
  # @option opts [Integer] :offset The initial index from which to return the results.
65
- # @option opts [Array<String>] :ordering Ordering
65
+ # @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;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)
66
66
  # @option opts [String] :origin Filter results where origin matches value
67
67
  # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
68
68
  # @option opts [String] :package Filter results where package matches value
69
69
  # @option opts [String] :priority Filter results where priority matches value
70
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
72
  # @option opts [String] :repository_version Repository Version referenced by HREF
71
73
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
72
74
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -75,8 +77,8 @@ describe 'ContentInstallerPackagesApi' do
75
77
  # @option opts [String] :source Filter results where source matches value
76
78
  # @option opts [String] :tag Filter results where tag matches value
77
79
  # @option opts [String] :version Filter results where version matches value
78
- # @option opts [String] :fields A list of fields to include in the response.
79
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
81
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
82
  # @return [PaginateddebBasePackageResponseList]
81
83
  describe 'list test' do
82
84
  it 'should work' do
@@ -89,8 +91,8 @@ describe 'ContentInstallerPackagesApi' do
89
91
  # An InstallerPackage represents a &#39;.udeb&#39; installer package. Associated artifacts: Exactly one &#39;.udeb&#39; installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
90
92
  # @param deb_installer_package_href
91
93
  # @param [Hash] opts the optional parameters
92
- # @option opts [String] :fields A list of fields to include in the response.
93
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
94
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
95
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
94
96
  # @return [DebBasePackageResponse]
95
97
  describe 'read test' do
96
98
  it 'should work' do
@@ -52,14 +52,16 @@ describe 'ContentPackageIndicesApi' do
52
52
  # @option opts [String] :component Filter results where component matches value
53
53
  # @option opts [Integer] :limit Number of results to return per page.
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @option opts [Array<String>] :ordering Ordering
55
+ # @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;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)
56
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
56
58
  # @option opts [String] :relative_path Filter results where relative_path matches value
57
59
  # @option opts [String] :repository_version Repository Version referenced by HREF
58
60
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
61
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
60
62
  # @option opts [String] :sha256 Filter results where sha256 matches value
61
- # @option opts [String] :fields A list of fields to include in the response.
62
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
64
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
63
65
  # @return [PaginateddebPackageIndexResponseList]
64
66
  describe 'list test' do
65
67
  it 'should work' do
@@ -72,8 +74,8 @@ describe 'ContentPackageIndicesApi' do
72
74
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one &#39;Packages&#39; file. May optionally include one or more of &#39;Packages.gz&#39;, &#39;Packages.xz&#39;, &#39;Release&#39;. If included, the &#39;Release&#39; file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Packages&#39; files it needs when creating the publication. It does not make use of PackageIndex content.
73
75
  # @param deb_package_index_href
74
76
  # @param [Hash] opts the optional parameters
75
- # @option opts [String] :fields A list of fields to include in the response.
76
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
77
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
78
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
77
79
  # @return [DebPackageIndexResponse]
78
80
  describe 'read test' do
79
81
  it 'should work' do
@@ -50,14 +50,16 @@ describe 'ContentPackageReleaseComponentsApi' do
50
50
  # @param [Hash] opts the optional parameters
51
51
  # @option opts [Integer] :limit Number of results to return per page.
52
52
  # @option opts [Integer] :offset The initial index from which to return the results.
53
- # @option opts [Array<String>] :ordering Ordering
53
+ # @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)
54
54
  # @option opts [String] :package Filter results where package matches value
55
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
57
  # @option opts [String] :release_component Filter results where release_component matches value
56
58
  # @option opts [String] :repository_version Repository Version referenced by HREF
57
59
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
60
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
61
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
62
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
63
  # @return [PaginateddebPackageReleaseComponentResponseList]
62
64
  describe 'list test' do
63
65
  it 'should work' do
@@ -70,8 +72,8 @@ describe 'ContentPackageReleaseComponentsApi' do
70
72
  # A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
71
73
  # @param deb_package_release_component_href
72
74
  # @param [Hash] opts the optional parameters
73
- # @option opts [String] :fields A list of fields to include in the response.
74
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
76
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
77
  # @return [DebPackageReleaseComponentResponse]
76
78
  describe 'read test' do
77
79
  it 'should work' do
@@ -54,19 +54,21 @@ describe 'ContentPackagesApi' do
54
54
  # @param [Hash] opts the optional parameters
55
55
  # @option opts [String] :architecture Filter results where architecture matches value
56
56
  # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
57
- # @option opts [Boolean] :build_essential Filter results where build_essential matches value
57
+ # @option opts [Boolean] :build_essential Filter results where build_essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
58
58
  # @option opts [String] :built_using Filter results where built_using matches value
59
- # @option opts [Boolean] :essential Filter results where essential matches value
59
+ # @option opts [Boolean] :essential Filter results where essential matches value * &#x60;True&#x60; - yes * &#x60;False&#x60; - no
60
60
  # @option opts [Integer] :installed_size Filter results where installed_size matches value
61
61
  # @option opts [Integer] :limit Number of results to return per page.
62
62
  # @option opts [String] :maintainer Filter results where maintainer matches value
63
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
63
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value * &#x60;no&#x60; - no * &#x60;same&#x60; - same * &#x60;foreign&#x60; - foreign * &#x60;allowed&#x60; - allowed
64
64
  # @option opts [Integer] :offset The initial index from which to return the results.
65
- # @option opts [Array<String>] :ordering Ordering
65
+ # @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;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)
66
66
  # @option opts [String] :origin Filter results where origin matches value
67
67
  # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
68
68
  # @option opts [String] :package Filter results where package matches value
69
69
  # @option opts [String] :priority Filter results where priority matches value
70
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
72
  # @option opts [String] :relative_path Filter results where relative_path matches value
71
73
  # @option opts [String] :repository_version Repository Version referenced by HREF
72
74
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
@@ -76,8 +78,8 @@ describe 'ContentPackagesApi' do
76
78
  # @option opts [String] :source Filter results where source matches value
77
79
  # @option opts [String] :tag Filter results where tag matches value
78
80
  # @option opts [String] :version Filter results where version matches value
79
- # @option opts [String] :fields A list of fields to include in the response.
80
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
81
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
82
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
81
83
  # @return [PaginateddebBasePackageResponseList]
82
84
  describe 'list test' do
83
85
  it 'should work' do
@@ -90,8 +92,8 @@ describe 'ContentPackagesApi' do
90
92
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
91
93
  # @param deb_package_href
92
94
  # @param [Hash] opts the optional parameters
93
- # @option opts [String] :fields A list of fields to include in the response.
94
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
95
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
96
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
95
97
  # @return [DebBasePackageResponse]
96
98
  describe 'read test' do
97
99
  it 'should work' do
@@ -51,13 +51,15 @@ describe 'ContentReleaseArchitecturesApi' do
51
51
  # @option opts [String] :architecture Filter results where architecture matches value
52
52
  # @option opts [Integer] :limit Number of results to return per page.
53
53
  # @option opts [Integer] :offset The initial index from which to return the results.
54
- # @option opts [Array<String>] :ordering Ordering
54
+ # @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;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
57
  # @option opts [String] :release Filter results where release matches value
56
58
  # @option opts [String] :repository_version Repository Version referenced by HREF
57
59
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
60
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
61
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
62
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
63
  # @return [PaginateddebReleaseArchitectureResponseList]
62
64
  describe 'list test' do
63
65
  it 'should work' do
@@ -70,8 +72,8 @@ describe 'ContentReleaseArchitecturesApi' do
70
72
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
71
73
  # @param deb_release_architecture_href
72
74
  # @param [Hash] opts the optional parameters
73
- # @option opts [String] :fields A list of fields to include in the response.
74
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
76
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
77
  # @return [DebReleaseArchitectureResponse]
76
78
  describe 'read test' do
77
79
  it 'should work' do