pulp_ostree_client 2.0.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/ContentCommitsApi.md +6 -2
  4. data/docs/ContentConfigsApi.md +6 -2
  5. data/docs/ContentContentApi.md +6 -2
  6. data/docs/ContentObjectsApi.md +6 -2
  7. data/docs/ContentRefsApi.md +6 -2
  8. data/docs/ContentSummariesApi.md +6 -2
  9. data/docs/DistributionsOstreeApi.md +6 -2
  10. data/docs/OstreeOstreeDistribution.md +2 -0
  11. data/docs/OstreeOstreeDistributionResponse.md +2 -0
  12. data/docs/OstreeOstreeRemote.md +1 -1
  13. data/docs/OstreeOstreeRemoteResponse.md +1 -1
  14. data/docs/PatchedostreeOstreeDistribution.md +2 -0
  15. data/docs/PatchedostreeOstreeRemote.md +1 -1
  16. data/docs/RemotesOstreeApi.md +6 -2
  17. data/docs/RepositoriesOstreeApi.md +10 -2
  18. data/docs/RepositoriesOstreeVersionsApi.md +4 -2
  19. data/lib/pulp_ostree_client/api/content_commits_api.rb +8 -2
  20. data/lib/pulp_ostree_client/api/content_configs_api.rb +8 -2
  21. data/lib/pulp_ostree_client/api/content_content_api.rb +8 -2
  22. data/lib/pulp_ostree_client/api/content_objects_api.rb +8 -2
  23. data/lib/pulp_ostree_client/api/content_refs_api.rb +8 -2
  24. data/lib/pulp_ostree_client/api/content_summaries_api.rb +8 -2
  25. data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +9 -3
  26. data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +8 -2
  27. data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +14 -2
  28. data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +5 -2
  29. data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +13 -1
  30. data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +13 -1
  31. data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +1 -1
  32. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +1 -1
  33. data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +13 -1
  34. data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +1 -1
  35. data/lib/pulp_ostree_client/version.rb +1 -1
  36. data/spec/api/content_commits_api_spec.rb +3 -1
  37. data/spec/api/content_configs_api_spec.rb +3 -1
  38. data/spec/api/content_content_api_spec.rb +3 -1
  39. data/spec/api/content_objects_api_spec.rb +3 -1
  40. data/spec/api/content_refs_api_spec.rb +3 -1
  41. data/spec/api/content_summaries_api_spec.rb +3 -1
  42. data/spec/api/distributions_ostree_api_spec.rb +3 -1
  43. data/spec/api/remotes_ostree_api_spec.rb +3 -1
  44. data/spec/api/repositories_ostree_api_spec.rb +5 -1
  45. data/spec/api/repositories_ostree_versions_api_spec.rb +2 -1
  46. data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
  47. data/spec/models/ostree_ostree_distribution_spec.rb +6 -0
  48. data/spec/models/patchedostree_ostree_distribution_spec.rb +6 -0
  49. metadata +34 -34
@@ -30,7 +30,9 @@ module PulpOstreeClient
30
30
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
31
31
  # @option opts [String] :name__startswith Filter results where name starts with value
32
32
  # @option opts [Integer] :offset The initial index from which to return the results.
33
- # @option opts [Array<String>] :ordering Ordering
33
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
34
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
35
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
34
36
  # @option opts [String] :repository_version Repository Version referenced by HREF
35
37
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
36
38
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -53,7 +55,9 @@ module PulpOstreeClient
53
55
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
54
56
  # @option opts [String] :name__startswith Filter results where name starts with value
55
57
  # @option opts [Integer] :offset The initial index from which to return the results.
56
- # @option opts [Array<String>] :ordering Ordering
58
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
59
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
60
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
61
  # @option opts [String] :repository_version Repository Version referenced by HREF
58
62
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
63
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -82,6 +86,8 @@ module PulpOstreeClient
82
86
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
83
87
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
84
88
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
89
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
90
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
85
91
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
86
92
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
87
93
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -24,7 +24,9 @@ module PulpOstreeClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
28
30
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
31
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
32
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +43,9 @@ module PulpOstreeClient
41
43
  # @param [Hash] opts the optional parameters
42
44
  # @option opts [Integer] :limit Number of results to return per page.
43
45
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
46
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
49
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
50
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
51
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -64,6 +68,8 @@ module PulpOstreeClient
64
68
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
69
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
70
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
71
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
72
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
67
73
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
74
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
75
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -159,7 +159,9 @@ module PulpOstreeClient
159
159
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
160
160
  # @option opts [String] :name__startswith Filter results where name starts with value
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
- # @option opts [Array<String>] :ordering Ordering
162
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
163
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
164
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
163
165
  # @option opts [String] :pulp_label_select Filter labels by search string
164
166
  # @option opts [String] :repository Filter results where repository matches value
165
167
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -186,7 +188,9 @@ module PulpOstreeClient
186
188
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
187
189
  # @option opts [String] :name__startswith Filter results where name starts with value
188
190
  # @option opts [Integer] :offset The initial index from which to return the results.
189
- # @option opts [Array<String>] :ordering Ordering
191
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
192
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
193
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
190
194
  # @option opts [String] :pulp_label_select Filter labels by search string
191
195
  # @option opts [String] :repository Filter results where repository matches value
192
196
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -198,7 +202,7 @@ module PulpOstreeClient
198
202
  if @api_client.config.debugging
199
203
  @api_client.config.logger.debug 'Calling API: DistributionsOstreeApi.list ...'
200
204
  end
201
- allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
205
+ allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
202
206
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
203
207
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
204
208
  end
@@ -219,6 +223,8 @@ module PulpOstreeClient
219
223
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
220
224
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
221
225
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
226
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
227
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
222
228
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
223
229
  query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
224
230
  query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
@@ -155,7 +155,9 @@ module PulpOstreeClient
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering
158
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
159
161
  # @option opts [String] :pulp_label_select Filter labels by search string
160
162
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
161
163
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -181,7 +183,9 @@ module PulpOstreeClient
181
183
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
182
184
  # @option opts [String] :name__startswith Filter results where name starts with value
183
185
  # @option opts [Integer] :offset The initial index from which to return the results.
184
- # @option opts [Array<String>] :ordering Ordering
186
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
187
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
185
189
  # @option opts [String] :pulp_label_select Filter labels by search string
186
190
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
187
191
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -213,6 +217,8 @@ module PulpOstreeClient
213
217
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
214
218
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
215
219
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
220
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
221
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
216
222
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
217
223
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
218
224
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
@@ -288,6 +288,7 @@ module PulpOstreeClient
288
288
  # List ostree repositorys
289
289
  # A ViewSet class for OSTree repositories.
290
290
  # @param [Hash] opts the optional parameters
291
+ # @option opts [String] :latest_with_content Content Unit referenced by HREF
291
292
  # @option opts [Integer] :limit Number of results to return per page.
292
293
  # @option opts [String] :name Filter results where name matches value
293
294
  # @option opts [String] :name__contains Filter results where name contains value
@@ -295,7 +296,9 @@ module PulpOstreeClient
295
296
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
296
297
  # @option opts [String] :name__startswith Filter results where name starts with value
297
298
  # @option opts [Integer] :offset The initial index from which to return the results.
298
- # @option opts [Array<String>] :ordering Ordering
299
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
300
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
301
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
299
302
  # @option opts [String] :pulp_label_select Filter labels by search string
300
303
  # @option opts [String] :remote Foreign Key referenced by HREF
301
304
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
@@ -306,6 +309,7 @@ module PulpOstreeClient
306
309
  # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
307
310
  # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
308
311
  # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
312
+ # @option opts [String] :with_content Content Unit referenced by HREF
309
313
  # @option opts [Array<String>] :fields A list of fields to include in the response.
310
314
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
311
315
  # @return [PaginatedostreeOstreeRepositoryResponseList]
@@ -317,6 +321,7 @@ module PulpOstreeClient
317
321
  # List ostree repositorys
318
322
  # A ViewSet class for OSTree repositories.
319
323
  # @param [Hash] opts the optional parameters
324
+ # @option opts [String] :latest_with_content Content Unit referenced by HREF
320
325
  # @option opts [Integer] :limit Number of results to return per page.
321
326
  # @option opts [String] :name Filter results where name matches value
322
327
  # @option opts [String] :name__contains Filter results where name contains value
@@ -324,7 +329,9 @@ module PulpOstreeClient
324
329
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
325
330
  # @option opts [String] :name__startswith Filter results where name starts with value
326
331
  # @option opts [Integer] :offset The initial index from which to return the results.
327
- # @option opts [Array<String>] :ordering Ordering
332
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
333
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
334
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
328
335
  # @option opts [String] :pulp_label_select Filter labels by search string
329
336
  # @option opts [String] :remote Foreign Key referenced by HREF
330
337
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
@@ -335,6 +342,7 @@ module PulpOstreeClient
335
342
  # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
336
343
  # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
337
344
  # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
345
+ # @option opts [String] :with_content Content Unit referenced by HREF
338
346
  # @option opts [Array<String>] :fields A list of fields to include in the response.
339
347
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
340
348
  # @return [Array<(PaginatedostreeOstreeRepositoryResponseList, Integer, Hash)>] PaginatedostreeOstreeRepositoryResponseList data, response status code and response headers
@@ -351,6 +359,7 @@ module PulpOstreeClient
351
359
 
352
360
  # query parameters
353
361
  query_params = opts[:query_params] || {}
362
+ query_params[:'latest_with_content'] = opts[:'latest_with_content'] if !opts[:'latest_with_content'].nil?
354
363
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
355
364
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
356
365
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
@@ -359,6 +368,8 @@ module PulpOstreeClient
359
368
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
360
369
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
361
370
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
371
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
372
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
362
373
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
363
374
  query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
364
375
  query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
@@ -369,6 +380,7 @@ module PulpOstreeClient
369
380
  query_params[:'retain_repo_versions__lte'] = opts[:'retain_repo_versions__lte'] if !opts[:'retain_repo_versions__lte'].nil?
370
381
  query_params[:'retain_repo_versions__ne'] = opts[:'retain_repo_versions__ne'] if !opts[:'retain_repo_versions__ne'].nil?
371
382
  query_params[:'retain_repo_versions__range'] = @api_client.build_collection_param(opts[:'retain_repo_versions__range'], :csv) if !opts[:'retain_repo_versions__range'].nil?
383
+ query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
372
384
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
373
385
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
374
386
 
@@ -95,13 +95,14 @@ module PulpOstreeClient
95
95
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
96
96
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
97
97
  # @option opts [Integer] :offset The initial index from which to return the results.
98
- # @option opts [Array<String>] :ordering Ordering
98
+ # @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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
99
99
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
100
100
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
101
101
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
102
102
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
103
103
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
104
104
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
105
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
105
106
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
107
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
108
  # @return [PaginatedRepositoryVersionResponseList]
@@ -124,13 +125,14 @@ module PulpOstreeClient
124
125
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
125
126
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
126
127
  # @option opts [Integer] :offset The initial index from which to return the results.
127
- # @option opts [Array<String>] :ordering Ordering
128
+ # @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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
128
129
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
129
130
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
130
131
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
131
132
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
132
133
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
133
134
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
135
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
134
136
  # @option opts [Array<String>] :fields A list of fields to include in the response.
135
137
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
136
138
  # @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
@@ -168,6 +170,7 @@ module PulpOstreeClient
168
170
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
169
171
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
170
172
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
173
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
171
174
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
172
175
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
173
176
 
@@ -21,6 +21,9 @@ module PulpOstreeClient
21
21
  # An optional content-guard.
22
22
  attr_accessor :content_guard
23
23
 
24
+ # Whether this distribution should be shown in the content app.
25
+ attr_accessor :hidden
26
+
24
27
  attr_accessor :pulp_labels
25
28
 
26
29
  # A unique name. Ex, `rawhide` and `stable`.
@@ -37,6 +40,7 @@ module PulpOstreeClient
37
40
  {
38
41
  :'base_path' => :'base_path',
39
42
  :'content_guard' => :'content_guard',
43
+ :'hidden' => :'hidden',
40
44
  :'pulp_labels' => :'pulp_labels',
41
45
  :'name' => :'name',
42
46
  :'repository' => :'repository',
@@ -49,6 +53,7 @@ module PulpOstreeClient
49
53
  {
50
54
  :'base_path' => :'String',
51
55
  :'content_guard' => :'String',
56
+ :'hidden' => :'Boolean',
52
57
  :'pulp_labels' => :'Hash<String, String>',
53
58
  :'name' => :'String',
54
59
  :'repository' => :'String',
@@ -88,6 +93,12 @@ module PulpOstreeClient
88
93
  self.content_guard = attributes[:'content_guard']
89
94
  end
90
95
 
96
+ if attributes.key?(:'hidden')
97
+ self.hidden = attributes[:'hidden']
98
+ else
99
+ self.hidden = false
100
+ end
101
+
91
102
  if attributes.key?(:'pulp_labels')
92
103
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
93
104
  self.pulp_labels = value
@@ -175,6 +186,7 @@ module PulpOstreeClient
175
186
  self.class == o.class &&
176
187
  base_path == o.base_path &&
177
188
  content_guard == o.content_guard &&
189
+ hidden == o.hidden &&
178
190
  pulp_labels == o.pulp_labels &&
179
191
  name == o.name &&
180
192
  repository == o.repository &&
@@ -190,7 +202,7 @@ module PulpOstreeClient
190
202
  # Calculates hash code according to all attributes.
191
203
  # @return [Integer] Hash code
192
204
  def hash
193
- [base_path, content_guard, pulp_labels, name, repository, repository_version].hash
205
+ [base_path, content_guard, hidden, pulp_labels, name, repository, repository_version].hash
194
206
  end
195
207
 
196
208
  # Builds the object from hash
@@ -29,6 +29,9 @@ module PulpOstreeClient
29
29
  # An optional content-guard.
30
30
  attr_accessor :content_guard
31
31
 
32
+ # Whether this distribution should be shown in the content app.
33
+ attr_accessor :hidden
34
+
32
35
  attr_accessor :pulp_labels
33
36
 
34
37
  # A unique name. Ex, `rawhide` and `stable`.
@@ -48,6 +51,7 @@ module PulpOstreeClient
48
51
  :'base_path' => :'base_path',
49
52
  :'base_url' => :'base_url',
50
53
  :'content_guard' => :'content_guard',
54
+ :'hidden' => :'hidden',
51
55
  :'pulp_labels' => :'pulp_labels',
52
56
  :'name' => :'name',
53
57
  :'repository' => :'repository',
@@ -63,6 +67,7 @@ module PulpOstreeClient
63
67
  :'base_path' => :'String',
64
68
  :'base_url' => :'String',
65
69
  :'content_guard' => :'String',
70
+ :'hidden' => :'Boolean',
66
71
  :'pulp_labels' => :'Hash<String, String>',
67
72
  :'name' => :'String',
68
73
  :'repository' => :'String',
@@ -114,6 +119,12 @@ module PulpOstreeClient
114
119
  self.content_guard = attributes[:'content_guard']
115
120
  end
116
121
 
122
+ if attributes.key?(:'hidden')
123
+ self.hidden = attributes[:'hidden']
124
+ else
125
+ self.hidden = false
126
+ end
127
+
117
128
  if attributes.key?(:'pulp_labels')
118
129
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
119
130
  self.pulp_labels = value
@@ -166,6 +177,7 @@ module PulpOstreeClient
166
177
  base_path == o.base_path &&
167
178
  base_url == o.base_url &&
168
179
  content_guard == o.content_guard &&
180
+ hidden == o.hidden &&
169
181
  pulp_labels == o.pulp_labels &&
170
182
  name == o.name &&
171
183
  repository == o.repository &&
@@ -181,7 +193,7 @@ module PulpOstreeClient
181
193
  # Calculates hash code according to all attributes.
182
194
  # @return [Integer] Hash code
183
195
  def hash
184
- [pulp_href, pulp_created, base_path, base_url, content_guard, pulp_labels, name, repository, repository_version].hash
196
+ [pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, repository_version].hash
185
197
  end
186
198
 
187
199
  # Builds the object from hash
@@ -56,7 +56,7 @@ module PulpOstreeClient
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
- # immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client.
59
+ # immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand
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.
@@ -49,7 +49,7 @@ module PulpOstreeClient
49
49
  # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
50
50
  attr_accessor :max_retries
51
51
 
52
- # immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client.
52
+ # immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand
53
53
  attr_accessor :policy
54
54
 
55
55
  # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
@@ -21,6 +21,9 @@ module PulpOstreeClient
21
21
  # An optional content-guard.
22
22
  attr_accessor :content_guard
23
23
 
24
+ # Whether this distribution should be shown in the content app.
25
+ attr_accessor :hidden
26
+
24
27
  attr_accessor :pulp_labels
25
28
 
26
29
  # A unique name. Ex, `rawhide` and `stable`.
@@ -37,6 +40,7 @@ module PulpOstreeClient
37
40
  {
38
41
  :'base_path' => :'base_path',
39
42
  :'content_guard' => :'content_guard',
43
+ :'hidden' => :'hidden',
40
44
  :'pulp_labels' => :'pulp_labels',
41
45
  :'name' => :'name',
42
46
  :'repository' => :'repository',
@@ -49,6 +53,7 @@ module PulpOstreeClient
49
53
  {
50
54
  :'base_path' => :'String',
51
55
  :'content_guard' => :'String',
56
+ :'hidden' => :'Boolean',
52
57
  :'pulp_labels' => :'Hash<String, String>',
53
58
  :'name' => :'String',
54
59
  :'repository' => :'String',
@@ -88,6 +93,12 @@ module PulpOstreeClient
88
93
  self.content_guard = attributes[:'content_guard']
89
94
  end
90
95
 
96
+ if attributes.key?(:'hidden')
97
+ self.hidden = attributes[:'hidden']
98
+ else
99
+ self.hidden = false
100
+ end
101
+
91
102
  if attributes.key?(:'pulp_labels')
92
103
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
93
104
  self.pulp_labels = value
@@ -157,6 +168,7 @@ module PulpOstreeClient
157
168
  self.class == o.class &&
158
169
  base_path == o.base_path &&
159
170
  content_guard == o.content_guard &&
171
+ hidden == o.hidden &&
160
172
  pulp_labels == o.pulp_labels &&
161
173
  name == o.name &&
162
174
  repository == o.repository &&
@@ -172,7 +184,7 @@ module PulpOstreeClient
172
184
  # Calculates hash code according to all attributes.
173
185
  # @return [Integer] Hash code
174
186
  def hash
175
- [base_path, content_guard, pulp_labels, name, repository, repository_version].hash
187
+ [base_path, content_guard, hidden, pulp_labels, name, repository, repository_version].hash
176
188
  end
177
189
 
178
190
  # Builds the object from hash
@@ -56,7 +56,7 @@ module PulpOstreeClient
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
- # immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client.
59
+ # immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand
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.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpOstreeClient
14
- VERSION = '2.0.0'
14
+ VERSION = '2.1.1'
15
15
  end
@@ -39,7 +39,9 @@ describe 'ContentCommitsApi' do
39
39
  # @option opts [String] :checksum Filter results where checksum matches value
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
- # @option opts [Array<String>] :ordering Ordering
42
+ # @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;checksum&#x60; - Checksum * &#x60;-checksum&#x60; - Checksum (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
43
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
43
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
44
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
45
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,7 +38,9 @@ describe 'ContentConfigsApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering
41
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
42
44
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
45
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
46
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,7 +38,9 @@ describe 'ContentContentApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering
41
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
42
44
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
45
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
46
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -39,7 +39,9 @@ describe 'ContentObjectsApi' do
39
39
  # @option opts [String] :checksum Filter results where checksum matches value
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
- # @option opts [Array<String>] :ordering Ordering
42
+ # @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;typ&#x60; - Typ * &#x60;-typ&#x60; - Typ (descending) * &#x60;checksum&#x60; - Checksum * &#x60;-checksum&#x60; - Checksum (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
43
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
43
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
44
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
45
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -44,7 +44,9 @@ describe 'ContentRefsApi' do
44
44
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
45
45
  # @option opts [String] :name__startswith Filter results where name starts with value
46
46
  # @option opts [Integer] :offset The initial index from which to return the results.
47
- # @option opts [Array<String>] :ordering Ordering
47
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
49
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
50
  # @option opts [String] :repository_version Repository Version referenced by HREF
49
51
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
50
52
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,7 +38,9 @@ describe 'ContentSummariesApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering
41
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
42
44
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
45
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
46
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -71,7 +71,9 @@ describe 'DistributionsOstreeApi' do
71
71
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
72
72
  # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
- # @option opts [Array<String>] :ordering Ordering
74
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
75
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
75
77
  # @option opts [String] :pulp_label_select Filter labels by search string
76
78
  # @option opts [String] :repository Filter results where repository matches value
77
79
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -67,7 +67,9 @@ describe 'RemotesOstreeApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [String] :pulp_label_select Filter labels by search string
72
74
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
73
75
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value