pulp_deb_client 2.9.2 → 2.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentGenericContentsApi.md +10 -10
  4. data/docs/ContentInstallerFileIndicesApi.md +14 -14
  5. data/docs/ContentInstallerPackagesApi.md +40 -40
  6. data/docs/ContentPackageIndicesApi.md +14 -14
  7. data/docs/ContentPackageReleaseComponentsApi.md +10 -10
  8. data/docs/ContentPackagesApi.md +42 -42
  9. data/docs/ContentReleaseArchitecturesApi.md +10 -10
  10. data/docs/ContentReleaseComponentsApi.md +10 -10
  11. data/docs/ContentReleaseFilesApi.md +14 -14
  12. data/docs/ContentReleasesApi.md +12 -12
  13. data/docs/DebAptDistribution.md +2 -0
  14. data/docs/DebAptDistributionResponse.md +2 -0
  15. data/docs/DebAptRemote.md +11 -1
  16. data/docs/DebAptRemoteResponse.md +7 -7
  17. data/docs/DebAptRepository.md +3 -1
  18. data/docs/DebAptRepositoryResponse.md +2 -0
  19. data/docs/DistributionsAptApi.md +20 -12
  20. data/docs/PatcheddebAptDistribution.md +2 -0
  21. data/docs/PatcheddebAptRemote.md +11 -1
  22. data/docs/PatcheddebAptRepository.md +3 -1
  23. data/docs/PublicationsAptApi.md +14 -14
  24. data/docs/PublicationsVerbatimApi.md +14 -14
  25. data/docs/RemotesAptApi.md +24 -16
  26. data/docs/RepositoriesAptApi.md +12 -4
  27. data/docs/RepositoriesDebVersionsApi.md +28 -28
  28. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
  29. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
  30. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +51 -43
  31. data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
  32. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
  33. data/lib/pulp_deb_client/api/content_packages_api.rb +53 -45
  34. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
  35. data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
  36. data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
  37. data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
  38. data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
  39. data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
  40. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
  41. data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
  42. data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
  43. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +50 -30
  44. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +10 -1
  45. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +10 -1
  46. data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
  47. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
  48. data/lib/pulp_deb_client/models/deb_apt_repository.rb +10 -1
  49. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +10 -1
  50. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +10 -1
  51. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
  52. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +10 -1
  53. data/lib/pulp_deb_client/version.rb +1 -1
  54. data/spec/api/content_generic_contents_api_spec.rb +5 -5
  55. data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
  56. data/spec/api/content_installer_packages_api_spec.rb +20 -20
  57. data/spec/api/content_package_indices_api_spec.rb +7 -7
  58. data/spec/api/content_package_release_components_api_spec.rb +5 -5
  59. data/spec/api/content_packages_api_spec.rb +21 -21
  60. data/spec/api/content_release_architectures_api_spec.rb +5 -5
  61. data/spec/api/content_release_components_api_spec.rb +5 -5
  62. data/spec/api/content_release_files_api_spec.rb +7 -7
  63. data/spec/api/content_releases_api_spec.rb +6 -6
  64. data/spec/api/distributions_apt_api_spec.rb +10 -6
  65. data/spec/api/publications_apt_api_spec.rb +7 -7
  66. data/spec/api/publications_verbatim_api_spec.rb +7 -7
  67. data/spec/api/remotes_apt_api_spec.rb +12 -8
  68. data/spec/api/repositories_apt_api_spec.rb +6 -2
  69. data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
  70. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  71. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  72. data/spec/models/deb_apt_remote_response_spec.rb +12 -12
  73. data/spec/models/deb_apt_remote_spec.rb +30 -0
  74. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  75. data/spec/models/deb_apt_repository_spec.rb +6 -0
  76. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  77. data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
  78. data/spec/models/patcheddeb_apt_repository_spec.rb +6 -0
  79. metadata +56 -56
@@ -89,11 +89,11 @@ module PulpDebClient
89
89
  # @option opts [Integer] :limit Number of results to return per page.
90
90
  # @option opts [Integer] :offset The initial index from which to return the results.
91
91
  # @option opts [String] :ordering Which field to use when ordering the results.
92
- # @option opts [String] :package package
93
- # @option opts [String] :release_component release_component
94
- # @option opts [String] :repository_version repository_version
95
- # @option opts [String] :repository_version_added repository_version_added
96
- # @option opts [String] :repository_version_removed repository_version_removed
92
+ # @option opts [String] :package Filter results where package matches value
93
+ # @option opts [String] :release_component Filter results where release_component matches value
94
+ # @option opts [String] :repository_version Repository Version referenced by HREF
95
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
99
  # @return [PaginateddebPackageReleaseComponentResponseList]
@@ -108,11 +108,11 @@ module PulpDebClient
108
108
  # @option opts [Integer] :limit Number of results to return per page.
109
109
  # @option opts [Integer] :offset The initial index from which to return the results.
110
110
  # @option opts [String] :ordering Which field to use when ordering the results.
111
- # @option opts [String] :package package
112
- # @option opts [String] :release_component release_component
113
- # @option opts [String] :repository_version repository_version
114
- # @option opts [String] :repository_version_added repository_version_added
115
- # @option opts [String] :repository_version_removed repository_version_removed
111
+ # @option opts [String] :package Filter results where package matches value
112
+ # @option opts [String] :release_component Filter results where release_component matches value
113
+ # @option opts [String] :repository_version Repository Version referenced by HREF
114
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
118
  # @return [Array<(PaginateddebPackageReleaseComponentResponseList, Integer, Hash)>] PaginateddebPackageReleaseComponentResponseList data, response status code and response headers
@@ -92,30 +92,30 @@ module PulpDebClient
92
92
  # List packages
93
93
  # A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
94
94
  # @param [Hash] opts the optional parameters
95
- # @option opts [String] :architecture architecture
96
- # @option opts [String] :auto_built_package auto_built_package
97
- # @option opts [String] :build_essential build_essential
98
- # @option opts [String] :built_using built_using
99
- # @option opts [String] :essential essential
100
- # @option opts [String] :installed_size installed_size
95
+ # @option opts [String] :architecture Filter results where architecture matches value
96
+ # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
97
+ # @option opts [Boolean] :build_essential Filter results where build_essential matches value
98
+ # @option opts [String] :built_using Filter results where built_using matches value
99
+ # @option opts [Boolean] :essential Filter results where essential matches value
100
+ # @option opts [Integer] :installed_size Filter results where installed_size matches value
101
101
  # @option opts [Integer] :limit Number of results to return per page.
102
- # @option opts [String] :maintainer maintainer
103
- # @option opts [String] :multi_arch multi_arch
102
+ # @option opts [String] :maintainer Filter results where maintainer matches value
103
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value
104
104
  # @option opts [Integer] :offset The initial index from which to return the results.
105
105
  # @option opts [String] :ordering Which field to use when ordering the results.
106
- # @option opts [String] :origin origin
107
- # @option opts [String] :original_maintainer original_maintainer
108
- # @option opts [String] :package package
109
- # @option opts [String] :priority priority
110
- # @option opts [String] :relative_path relative_path
111
- # @option opts [String] :repository_version repository_version
112
- # @option opts [String] :repository_version_added repository_version_added
113
- # @option opts [String] :repository_version_removed repository_version_removed
114
- # @option opts [String] :section section
115
- # @option opts [String] :sha256 sha256
116
- # @option opts [String] :source source
117
- # @option opts [String] :tag tag
118
- # @option opts [String] :version version
106
+ # @option opts [String] :origin Filter results where origin matches value
107
+ # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
108
+ # @option opts [String] :package Filter results where package matches value
109
+ # @option opts [String] :priority Filter results where priority matches value
110
+ # @option opts [String] :relative_path Filter results where relative_path matches value
111
+ # @option opts [String] :repository_version Repository Version referenced by HREF
112
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
113
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
114
+ # @option opts [String] :section Filter results where section matches value
115
+ # @option opts [String] :sha256 Filter results where sha256 matches value
116
+ # @option opts [String] :source Filter results where source matches value
117
+ # @option opts [String] :tag Filter results where tag matches value
118
+ # @option opts [String] :version Filter results where version matches value
119
119
  # @option opts [String] :fields A list of fields to include in the response.
120
120
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
121
121
  # @return [PaginateddebBasePackageResponseList]
@@ -127,30 +127,30 @@ module PulpDebClient
127
127
  # List packages
128
128
  # A Package represents a &#39;.deb&#39; binary package. Associated artifacts: Exactly one &#39;.deb&#39; package file.
129
129
  # @param [Hash] opts the optional parameters
130
- # @option opts [String] :architecture architecture
131
- # @option opts [String] :auto_built_package auto_built_package
132
- # @option opts [String] :build_essential build_essential
133
- # @option opts [String] :built_using built_using
134
- # @option opts [String] :essential essential
135
- # @option opts [String] :installed_size installed_size
130
+ # @option opts [String] :architecture Filter results where architecture matches value
131
+ # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
132
+ # @option opts [Boolean] :build_essential Filter results where build_essential matches value
133
+ # @option opts [String] :built_using Filter results where built_using matches value
134
+ # @option opts [Boolean] :essential Filter results where essential matches value
135
+ # @option opts [Integer] :installed_size Filter results where installed_size matches value
136
136
  # @option opts [Integer] :limit Number of results to return per page.
137
- # @option opts [String] :maintainer maintainer
138
- # @option opts [String] :multi_arch multi_arch
137
+ # @option opts [String] :maintainer Filter results where maintainer matches value
138
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value
139
139
  # @option opts [Integer] :offset The initial index from which to return the results.
140
140
  # @option opts [String] :ordering Which field to use when ordering the results.
141
- # @option opts [String] :origin origin
142
- # @option opts [String] :original_maintainer original_maintainer
143
- # @option opts [String] :package package
144
- # @option opts [String] :priority priority
145
- # @option opts [String] :relative_path relative_path
146
- # @option opts [String] :repository_version repository_version
147
- # @option opts [String] :repository_version_added repository_version_added
148
- # @option opts [String] :repository_version_removed repository_version_removed
149
- # @option opts [String] :section section
150
- # @option opts [String] :sha256 sha256
151
- # @option opts [String] :source source
152
- # @option opts [String] :tag tag
153
- # @option opts [String] :version version
141
+ # @option opts [String] :origin Filter results where origin matches value
142
+ # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
143
+ # @option opts [String] :package Filter results where package matches value
144
+ # @option opts [String] :priority Filter results where priority matches value
145
+ # @option opts [String] :relative_path Filter results where relative_path matches value
146
+ # @option opts [String] :repository_version Repository Version referenced by HREF
147
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
148
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
149
+ # @option opts [String] :section Filter results where section matches value
150
+ # @option opts [String] :sha256 Filter results where sha256 matches value
151
+ # @option opts [String] :source Filter results where source matches value
152
+ # @option opts [String] :tag Filter results where tag matches value
153
+ # @option opts [String] :version Filter results where version matches value
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
156
  # @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
@@ -158,15 +158,23 @@ module PulpDebClient
158
158
  if @api_client.config.debugging
159
159
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
160
160
  end
161
- allowable_values = ["true", "false"]
161
+ allowable_values = ["false", "true"]
162
162
  if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
163
163
  fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
164
164
  end
165
- allowable_values = ["true", "false"]
165
+ allowable_values = ["false", "true"]
166
166
  if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
167
167
  fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
168
168
  end
169
- allowable_values = ["no", "same", "foreign", "allowed"]
169
+ if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] > 2147483647
170
+ fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentPackagesApi.list, must be smaller than or equal to 2147483647.'
171
+ end
172
+
173
+ if @api_client.config.client_side_validation && !opts[:'installed_size'].nil? && opts[:'installed_size'] < -2147483648
174
+ fail ArgumentError, 'invalid value for "opts[:"installed_size"]" when calling ContentPackagesApi.list, must be greater than or equal to -2147483648.'
175
+ end
176
+
177
+ allowable_values = ["allowed", "foreign", "no", "same"]
170
178
  if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
171
179
  fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
172
180
  end
@@ -86,14 +86,14 @@ module PulpDebClient
86
86
  # List release architectures
87
87
  # 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.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :architecture architecture
89
+ # @option opts [String] :architecture Filter results where architecture matches value
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
- # @option opts [String] :release release
94
- # @option opts [String] :repository_version repository_version
95
- # @option opts [String] :repository_version_added repository_version_added
96
- # @option opts [String] :repository_version_removed repository_version_removed
93
+ # @option opts [String] :release Filter results where release matches value
94
+ # @option opts [String] :repository_version Repository Version referenced by HREF
95
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
99
  # @return [PaginateddebReleaseArchitectureResponseList]
@@ -105,14 +105,14 @@ module PulpDebClient
105
105
  # List release architectures
106
106
  # 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.
107
107
  # @param [Hash] opts the optional parameters
108
- # @option opts [String] :architecture architecture
108
+ # @option opts [String] :architecture Filter results where architecture matches value
109
109
  # @option opts [Integer] :limit Number of results to return per page.
110
110
  # @option opts [Integer] :offset The initial index from which to return the results.
111
111
  # @option opts [String] :ordering Which field to use when ordering the results.
112
- # @option opts [String] :release release
113
- # @option opts [String] :repository_version repository_version
114
- # @option opts [String] :repository_version_added repository_version_added
115
- # @option opts [String] :repository_version_removed repository_version_removed
112
+ # @option opts [String] :release Filter results where release matches value
113
+ # @option opts [String] :repository_version Repository Version referenced by HREF
114
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
118
  # @return [Array<(PaginateddebReleaseArchitectureResponseList, Integer, Hash)>] PaginateddebReleaseArchitectureResponseList data, response status code and response headers
@@ -86,14 +86,14 @@ module PulpDebClient
86
86
  # List release components
87
87
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata. Every ReleaseComponent is always associated with exactly one Release. This indicates that the release/distribution in question contains this component.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :component component
89
+ # @option opts [String] :component Filter results where component matches value
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
- # @option opts [String] :release release
94
- # @option opts [String] :repository_version repository_version
95
- # @option opts [String] :repository_version_added repository_version_added
96
- # @option opts [String] :repository_version_removed repository_version_removed
93
+ # @option opts [String] :release Filter results where release matches value
94
+ # @option opts [String] :repository_version Repository Version referenced by HREF
95
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
99
  # @return [PaginateddebReleaseComponentResponseList]
@@ -105,14 +105,14 @@ module PulpDebClient
105
105
  # List release components
106
106
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata. Every ReleaseComponent is always associated with exactly one Release. This indicates that the release/distribution in question contains this component.
107
107
  # @param [Hash] opts the optional parameters
108
- # @option opts [String] :component component
108
+ # @option opts [String] :component Filter results where component matches value
109
109
  # @option opts [Integer] :limit Number of results to return per page.
110
110
  # @option opts [Integer] :offset The initial index from which to return the results.
111
111
  # @option opts [String] :ordering Which field to use when ordering the results.
112
- # @option opts [String] :release release
113
- # @option opts [String] :repository_version repository_version
114
- # @option opts [String] :repository_version_added repository_version_added
115
- # @option opts [String] :repository_version_removed repository_version_removed
112
+ # @option opts [String] :release Filter results where release matches value
113
+ # @option opts [String] :repository_version Repository Version referenced by HREF
114
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
118
  # @return [Array<(PaginateddebReleaseComponentResponseList, Integer, Hash)>] PaginateddebReleaseComponentResponseList data, response status code and response headers
@@ -86,16 +86,16 @@ module PulpDebClient
86
86
  # List release files
87
87
  # A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :codename codename
89
+ # @option opts [String] :codename Filter results where codename matches value
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
- # @option opts [String] :relative_path relative_path
94
- # @option opts [String] :repository_version repository_version
95
- # @option opts [String] :repository_version_added repository_version_added
96
- # @option opts [String] :repository_version_removed repository_version_removed
97
- # @option opts [String] :sha256 sha256
98
- # @option opts [String] :suite suite
93
+ # @option opts [String] :relative_path Filter results where relative_path matches value
94
+ # @option opts [String] :repository_version Repository Version referenced by HREF
95
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
+ # @option opts [String] :sha256 Filter results where sha256 matches value
98
+ # @option opts [String] :suite Filter results where suite matches value
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
101
  # @return [PaginateddebReleaseFileResponseList]
@@ -107,16 +107,16 @@ module PulpDebClient
107
107
  # List release files
108
108
  # A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of &#39;Release&#39; and &#39;InRelease&#39; file. If the &#39;Release&#39; file is present, then there may also be a &#39;Release.gpg&#39; detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Release&#39; files it needs when creating the publication. It does not make use of ReleaseFile content.
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :codename codename
110
+ # @option opts [String] :codename Filter results where codename matches value
111
111
  # @option opts [Integer] :limit Number of results to return per page.
112
112
  # @option opts [Integer] :offset The initial index from which to return the results.
113
113
  # @option opts [String] :ordering Which field to use when ordering the results.
114
- # @option opts [String] :relative_path relative_path
115
- # @option opts [String] :repository_version repository_version
116
- # @option opts [String] :repository_version_added repository_version_added
117
- # @option opts [String] :repository_version_removed repository_version_removed
118
- # @option opts [String] :sha256 sha256
119
- # @option opts [String] :suite suite
114
+ # @option opts [String] :relative_path Filter results where relative_path matches value
115
+ # @option opts [String] :repository_version Repository Version referenced by HREF
116
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
117
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
118
+ # @option opts [String] :sha256 Filter results where sha256 matches value
119
+ # @option opts [String] :suite Filter results where suite matches value
120
120
  # @option opts [String] :fields A list of fields to include in the response.
121
121
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
122
122
  # @return [Array<(PaginateddebReleaseFileResponseList, Integer, Hash)>] PaginateddebReleaseFileResponseList data, response status code and response headers
@@ -86,15 +86,15 @@ module PulpDebClient
86
86
  # List releases
87
87
  # A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :codename codename
90
- # @option opts [String] :distribution distribution
89
+ # @option opts [String] :codename Filter results where codename matches value
90
+ # @option opts [String] :distribution Filter results where distribution matches value
91
91
  # @option opts [Integer] :limit Number of results to return per page.
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
93
  # @option opts [String] :ordering Which field to use when ordering the results.
94
- # @option opts [String] :repository_version repository_version
95
- # @option opts [String] :repository_version_added repository_version_added
96
- # @option opts [String] :repository_version_removed repository_version_removed
97
- # @option opts [String] :suite suite
94
+ # @option opts [String] :repository_version Repository Version referenced by HREF
95
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
+ # @option opts [String] :suite Filter results where suite matches value
98
98
  # @option opts [String] :fields A list of fields to include in the response.
99
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
100
  # @return [PaginateddebReleaseResponseList]
@@ -106,15 +106,15 @@ module PulpDebClient
106
106
  # List releases
107
107
  # A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \&quot;Release content\&quot;, the terms \&quot;distribution\&quot; and \&quot;release\&quot; are synonyms. An \&quot;APT repository release/distribution\&quot; is associated with a single &#39;Release&#39; file below the &#39;dists/&#39; folder. The \&quot;distribution\&quot; refers to the path between &#39;dists/&#39; and the &#39;Release&#39; file. The \&quot;distribution\&quot; could be considered the name of the \&quot;release\&quot;. It is often (but not always) equal to the \&quot;codename\&quot; or \&quot;suite\&quot;.
108
108
  # @param [Hash] opts the optional parameters
109
- # @option opts [String] :codename codename
110
- # @option opts [String] :distribution distribution
109
+ # @option opts [String] :codename Filter results where codename matches value
110
+ # @option opts [String] :distribution Filter results where distribution matches value
111
111
  # @option opts [Integer] :limit Number of results to return per page.
112
112
  # @option opts [Integer] :offset The initial index from which to return the results.
113
113
  # @option opts [String] :ordering Which field to use when ordering the results.
114
- # @option opts [String] :repository_version repository_version
115
- # @option opts [String] :repository_version_added repository_version_added
116
- # @option opts [String] :repository_version_removed repository_version_removed
117
- # @option opts [String] :suite suite
114
+ # @option opts [String] :repository_version Repository Version referenced by HREF
115
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
116
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
117
+ # @option opts [String] :suite Filter results where suite matches value
118
118
  # @option opts [String] :fields A list of fields to include in the response.
119
119
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
120
120
  # @return [Array<(PaginateddebReleaseResponseList, Integer, Hash)>] PaginateddebReleaseResponseList data, response status code and response headers
@@ -148,15 +148,19 @@ module PulpDebClient
148
148
  # List apt distributions
149
149
  # An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
150
150
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :base_path base_path
152
- # @option opts [String] :base_path__contains base_path__contains
153
- # @option opts [String] :base_path__icontains base_path__icontains
154
- # @option opts [String] :base_path__in base_path__in
151
+ # @option opts [String] :base_path
152
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
153
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
154
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
- # @option opts [String] :name name
157
- # @option opts [String] :name__in name__in
156
+ # @option opts [String] :name
157
+ # @option opts [String] :name__contains Filter results where name contains value
158
+ # @option opts [String] :name__icontains Filter results where name contains value
159
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
160
+ # @option opts [String] :name__startswith Filter results where name starts with value
158
161
  # @option opts [Integer] :offset The initial index from which to return the results.
159
162
  # @option opts [String] :ordering Which field to use when ordering the results.
163
+ # @option opts [String] :pulp_label_select Filter labels by search string
160
164
  # @option opts [String] :fields A list of fields to include in the response.
161
165
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
166
  # @return [PaginateddebAptDistributionResponseList]
@@ -168,15 +172,19 @@ module PulpDebClient
168
172
  # List apt distributions
169
173
  # An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
170
174
  # @param [Hash] opts the optional parameters
171
- # @option opts [String] :base_path base_path
172
- # @option opts [String] :base_path__contains base_path__contains
173
- # @option opts [String] :base_path__icontains base_path__icontains
174
- # @option opts [String] :base_path__in base_path__in
175
+ # @option opts [String] :base_path
176
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
177
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
178
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
175
179
  # @option opts [Integer] :limit Number of results to return per page.
176
- # @option opts [String] :name name
177
- # @option opts [String] :name__in name__in
180
+ # @option opts [String] :name
181
+ # @option opts [String] :name__contains Filter results where name contains value
182
+ # @option opts [String] :name__icontains Filter results where name contains value
183
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
+ # @option opts [String] :name__startswith Filter results where name starts with value
178
185
  # @option opts [Integer] :offset The initial index from which to return the results.
179
186
  # @option opts [String] :ordering Which field to use when ordering the results.
187
+ # @option opts [String] :pulp_label_select Filter labels by search string
180
188
  # @option opts [String] :fields A list of fields to include in the response.
181
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
190
  # @return [Array<(PaginateddebAptDistributionResponseList, Integer, Hash)>] PaginateddebAptDistributionResponseList data, response status code and response headers
@@ -192,12 +200,16 @@ module PulpDebClient
192
200
  query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
193
201
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
194
202
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
195
- query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
203
+ query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
196
204
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
205
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
206
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
209
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
199
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
200
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
212
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
201
213
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
202
214
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
203
215
 
@@ -149,13 +149,13 @@ module PulpDebClient
149
149
  # @option opts [Integer] :limit Number of results to return per page.
150
150
  # @option opts [Integer] :offset The initial index from which to return the results.
151
151
  # @option opts [String] :ordering Which field to use when ordering the results.
152
- # @option opts [String] :pulp_created pulp_created
153
- # @option opts [String] :pulp_created__gt pulp_created__gt
154
- # @option opts [String] :pulp_created__gte pulp_created__gte
155
- # @option opts [String] :pulp_created__lt pulp_created__lt
156
- # @option opts [String] :pulp_created__lte pulp_created__lte
157
- # @option opts [String] :pulp_created__range pulp_created__range
158
- # @option opts [String] :repository_version repository_version
152
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
153
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
154
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
155
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
156
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
157
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
158
+ # @option opts [String] :repository_version Repository Version referenced by HREF
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
161
  # @return [PaginateddebAptPublicationResponseList]
@@ -170,13 +170,13 @@ module PulpDebClient
170
170
  # @option opts [Integer] :limit Number of results to return per page.
171
171
  # @option opts [Integer] :offset The initial index from which to return the results.
172
172
  # @option opts [String] :ordering Which field to use when ordering the results.
173
- # @option opts [String] :pulp_created pulp_created
174
- # @option opts [String] :pulp_created__gt pulp_created__gt
175
- # @option opts [String] :pulp_created__gte pulp_created__gte
176
- # @option opts [String] :pulp_created__lt pulp_created__lt
177
- # @option opts [String] :pulp_created__lte pulp_created__lte
178
- # @option opts [String] :pulp_created__range pulp_created__range
179
- # @option opts [String] :repository_version repository_version
173
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
174
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
175
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
176
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
177
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
178
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
179
+ # @option opts [String] :repository_version Repository Version referenced by HREF
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
182
  # @return [Array<(PaginateddebAptPublicationResponseList, Integer, Hash)>] PaginateddebAptPublicationResponseList data, response status code and response headers
@@ -197,7 +197,7 @@ module PulpDebClient
197
197
  query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
198
198
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
199
199
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
200
- query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] if !opts[:'pulp_created__range'].nil?
200
+ query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
201
201
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
202
202
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
203
203
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?