pulpcore_client 3.87.0 → 3.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de43354d2b2fde846499596c4080e066c068cbd1962d46669ce50c10ab0e052f
4
- data.tar.gz: 8b7ed9c3bdeb1c021501c8aaa78b2c4f1379ce4b92a3828e0c141937d85ad124
3
+ metadata.gz: abcfa60d8531199dd508ed048290e1bc7342da51be980cbdda82bb0aba6e5a19
4
+ data.tar.gz: c97d942ce52795b76369c9931b7625917a798362fc688916ade648ca03e7eacc
5
5
  SHA512:
6
- metadata.gz: d6ad8ed33afa056689f7ade6611ab1ae1f89c98a89f3860e6dc48eefe3e8f7b2c51fc67ea08ee5447884b6b0aeae2a5ee95905de59806a59f90c47a900cff0d8
7
- data.tar.gz: e72480a3b04afc909208732d93049e9a0a10c6f4b3b00949e75ba1845ae8854df346cc74260604358c1952d39031df20dbc8d11aeb1dcc3f218f81aaff4c9a35
6
+ metadata.gz: 17a68bfa977ad276fcb3de9cac2b0966c704e286e8e859b4df3a074fb32c6917d6e33f40eb2fa2359735ea6bbe9aecf782d7d51f878765506c2e052ca473ea66
7
+ data.tar.gz: 0c7ca448e31d69febf9de82b54309b123fbdc4a14093b83d2288fbd3633b9e800197ff8dc863e031f450ccfa5c468b8af175e587203ab0c829374830f5237e00
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.87.0
10
+ - Package version: 3.88.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.87.0.gem
28
+ gem install ./pulpcore_client-3.88.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.87.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.88.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulpcore_client', '~> 3.87.0'
37
+ gem 'pulpcore_client', '~> 3.88.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
10
7
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
9
+ | **pulp_href** | **String** | | [optional][readonly] |
10
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
12
12
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
- | **content_guard** | **String** | An optional content-guard. | [optional] |
14
13
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
15
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
16
- | **pulp_href** | **String** | | [optional][readonly] |
17
- | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
14
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
15
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
16
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
- name: null,
26
- pulp_labels: null,
27
- base_path: null,
28
25
  pulp_last_updated: null,
29
- pulp_created: null,
26
+ base_url: null,
27
+ pulp_href: null,
28
+ pulp_labels: null,
29
+ no_content_change_since: null,
30
30
  hidden: null,
31
- content_guard: null,
32
31
  prn: null,
33
- no_content_change_since: null,
34
- pulp_href: null,
35
- base_url: null
32
+ content_guard: null,
33
+ name: null,
34
+ pulp_created: null,
35
+ base_path: null
36
36
  )
37
37
  ```
38
38
 
data/docs/Purge.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-07-30'] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-08-04'] |
8
8
  | **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] |
9
9
 
10
10
  ## Example
data/docs/TaskResponse.md CHANGED
@@ -23,6 +23,7 @@
23
23
  | **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional] |
24
24
  | **created_resources** | **Array<String>** | Resources created by this task. | [optional] |
25
25
  | **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional] |
26
+ | **result** | **Object** | | [optional] |
26
27
 
27
28
  ## Example
28
29
 
@@ -48,7 +49,8 @@ instance = PulpcoreClient::TaskResponse.new(
48
49
  task_group: null,
49
50
  progress_reports: null,
50
51
  created_resources: null,
51
- reserved_resources_record: null
52
+ reserved_resources_record: null,
53
+ result: null
52
54
  )
53
55
  ```
54
56
 
data/docs/TasksApi.md CHANGED
@@ -207,7 +207,7 @@ opts = {
207
207
  name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
208
208
  name__ne: 'name__ne_example', # String | Filter results where name not equal to value
209
209
  offset: 56, # Integer | The initial index from which to return the results.
210
- ordering: ['-deferred'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
210
+ ordering: ['-deferred'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
211
211
  parent_task: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where parent_task matches value
212
212
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
213
213
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
@@ -300,7 +300,7 @@ end
300
300
  | **name__in** | [**Array&lt;String&gt;**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
301
301
  | **name__ne** | **String** | Filter results where name not equal to value | [optional] |
302
302
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
303
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
303
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
304
304
  | **parent_task** | **String** | Filter results where parent_task matches value | [optional] |
305
305
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
306
306
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
@@ -183,7 +183,7 @@ module PulpcoreClient
183
183
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
184
  # @option opts [String] :name__ne Filter results where name not equal to value
185
185
  # @option opts [Integer] :offset The initial index from which to return the results.
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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
187
187
  # @option opts [String] :parent_task Filter results where parent_task matches value
188
188
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
189
189
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
@@ -252,7 +252,7 @@ module PulpcoreClient
252
252
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
253
253
  # @option opts [String] :name__ne Filter results where name not equal to value
254
254
  # @option opts [Integer] :offset The initial index from which to return the results.
255
- # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
255
+ # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
256
256
  # @option opts [String] :parent_task Filter results where parent_task matches value
257
257
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
258
258
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
@@ -297,7 +297,7 @@ module PulpcoreClient
297
297
  if @api_client.config.debugging
298
298
  @api_client.config.logger.debug 'Calling API: TasksApi.list ...'
299
299
  end
300
- allowable_values = ["-deferred", "-enc_args", "-enc_kwargs", "-error", "-finished_at", "-immediate", "-logging_cid", "-name", "-pk", "-profile_options", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-started_at", "-state", "-unblocked_at", "-versions", "deferred", "enc_args", "enc_kwargs", "error", "finished_at", "immediate", "logging_cid", "name", "pk", "profile_options", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "started_at", "state", "unblocked_at", "versions"]
300
+ allowable_values = ["-deferred", "-enc_args", "-enc_kwargs", "-error", "-finished_at", "-immediate", "-logging_cid", "-name", "-pk", "-profile_options", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-result", "-started_at", "-state", "-unblocked_at", "-versions", "deferred", "enc_args", "enc_kwargs", "error", "finished_at", "immediate", "logging_cid", "name", "pk", "profile_options", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "result", "started_at", "state", "unblocked_at", "versions"]
301
301
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
302
302
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
303
303
  end
@@ -16,51 +16,51 @@ require 'time'
16
16
  module PulpcoreClient
17
17
  # A serializer for ArtifactDistribution.
18
18
  class ArtifactDistributionResponse
19
- # A unique name. Ex, `rawhide` and `stable`.
20
- attr_accessor :name
19
+ # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
20
+ attr_accessor :pulp_last_updated
21
21
 
22
- attr_accessor :pulp_labels
22
+ # The URL for accessing the publication as defined by this distribution.
23
+ attr_accessor :base_url
23
24
 
24
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
25
- attr_accessor :base_path
25
+ attr_accessor :pulp_href
26
26
 
27
- # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
28
- attr_accessor :pulp_last_updated
27
+ attr_accessor :pulp_labels
29
28
 
30
- # Timestamp of creation.
31
- attr_accessor :pulp_created
29
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
30
+ attr_accessor :no_content_change_since
32
31
 
33
32
  # Whether this distribution should be shown in the content app.
34
33
  attr_accessor :hidden
35
34
 
36
- # An optional content-guard.
37
- attr_accessor :content_guard
38
-
39
35
  # The Pulp Resource Name (PRN).
40
36
  attr_accessor :prn
41
37
 
42
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
43
- attr_accessor :no_content_change_since
38
+ # An optional content-guard.
39
+ attr_accessor :content_guard
44
40
 
45
- attr_accessor :pulp_href
41
+ # A unique name. Ex, `rawhide` and `stable`.
42
+ attr_accessor :name
46
43
 
47
- # The URL for accessing the publication as defined by this distribution.
48
- attr_accessor :base_url
44
+ # Timestamp of creation.
45
+ attr_accessor :pulp_created
46
+
47
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
48
+ attr_accessor :base_path
49
49
 
50
50
  # Attribute mapping from ruby-style variable name to JSON key.
51
51
  def self.attribute_map
52
52
  {
53
- :'name' => :'name',
54
- :'pulp_labels' => :'pulp_labels',
55
- :'base_path' => :'base_path',
56
53
  :'pulp_last_updated' => :'pulp_last_updated',
57
- :'pulp_created' => :'pulp_created',
54
+ :'base_url' => :'base_url',
55
+ :'pulp_href' => :'pulp_href',
56
+ :'pulp_labels' => :'pulp_labels',
57
+ :'no_content_change_since' => :'no_content_change_since',
58
58
  :'hidden' => :'hidden',
59
- :'content_guard' => :'content_guard',
60
59
  :'prn' => :'prn',
61
- :'no_content_change_since' => :'no_content_change_since',
62
- :'pulp_href' => :'pulp_href',
63
- :'base_url' => :'base_url'
60
+ :'content_guard' => :'content_guard',
61
+ :'name' => :'name',
62
+ :'pulp_created' => :'pulp_created',
63
+ :'base_path' => :'base_path'
64
64
  }
65
65
  end
66
66
 
@@ -72,17 +72,17 @@ module PulpcoreClient
72
72
  # Attribute type mapping.
73
73
  def self.openapi_types
74
74
  {
75
- :'name' => :'String',
76
- :'pulp_labels' => :'Hash<String, String>',
77
- :'base_path' => :'String',
78
75
  :'pulp_last_updated' => :'Time',
79
- :'pulp_created' => :'Time',
76
+ :'base_url' => :'String',
77
+ :'pulp_href' => :'String',
78
+ :'pulp_labels' => :'Hash<String, String>',
79
+ :'no_content_change_since' => :'String',
80
80
  :'hidden' => :'Boolean',
81
- :'content_guard' => :'String',
82
81
  :'prn' => :'String',
83
- :'no_content_change_since' => :'String',
84
- :'pulp_href' => :'String',
85
- :'base_url' => :'String'
82
+ :'content_guard' => :'String',
83
+ :'name' => :'String',
84
+ :'pulp_created' => :'Time',
85
+ :'base_path' => :'String'
86
86
  }
87
87
  end
88
88
 
@@ -108,30 +108,26 @@ module PulpcoreClient
108
108
  h[k.to_sym] = v
109
109
  }
110
110
 
111
- if attributes.key?(:'name')
112
- self.name = attributes[:'name']
113
- else
114
- self.name = nil
111
+ if attributes.key?(:'pulp_last_updated')
112
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
115
113
  end
116
114
 
117
- if attributes.key?(:'pulp_labels')
118
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
119
- self.pulp_labels = value
120
- end
115
+ if attributes.key?(:'base_url')
116
+ self.base_url = attributes[:'base_url']
121
117
  end
122
118
 
123
- if attributes.key?(:'base_path')
124
- self.base_path = attributes[:'base_path']
125
- else
126
- self.base_path = nil
119
+ if attributes.key?(:'pulp_href')
120
+ self.pulp_href = attributes[:'pulp_href']
127
121
  end
128
122
 
129
- if attributes.key?(:'pulp_last_updated')
130
- self.pulp_last_updated = attributes[:'pulp_last_updated']
123
+ if attributes.key?(:'pulp_labels')
124
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
125
+ self.pulp_labels = value
126
+ end
131
127
  end
132
128
 
133
- if attributes.key?(:'pulp_created')
134
- self.pulp_created = attributes[:'pulp_created']
129
+ if attributes.key?(:'no_content_change_since')
130
+ self.no_content_change_since = attributes[:'no_content_change_since']
135
131
  end
136
132
 
137
133
  if attributes.key?(:'hidden')
@@ -140,24 +136,28 @@ module PulpcoreClient
140
136
  self.hidden = false
141
137
  end
142
138
 
143
- if attributes.key?(:'content_guard')
144
- self.content_guard = attributes[:'content_guard']
145
- end
146
-
147
139
  if attributes.key?(:'prn')
148
140
  self.prn = attributes[:'prn']
149
141
  end
150
142
 
151
- if attributes.key?(:'no_content_change_since')
152
- self.no_content_change_since = attributes[:'no_content_change_since']
143
+ if attributes.key?(:'content_guard')
144
+ self.content_guard = attributes[:'content_guard']
153
145
  end
154
146
 
155
- if attributes.key?(:'pulp_href')
156
- self.pulp_href = attributes[:'pulp_href']
147
+ if attributes.key?(:'name')
148
+ self.name = attributes[:'name']
149
+ else
150
+ self.name = nil
157
151
  end
158
152
 
159
- if attributes.key?(:'base_url')
160
- self.base_url = attributes[:'base_url']
153
+ if attributes.key?(:'pulp_created')
154
+ self.pulp_created = attributes[:'pulp_created']
155
+ end
156
+
157
+ if attributes.key?(:'base_path')
158
+ self.base_path = attributes[:'base_path']
159
+ else
160
+ self.base_path = nil
161
161
  end
162
162
  end
163
163
 
@@ -191,17 +191,17 @@ module PulpcoreClient
191
191
  def ==(o)
192
192
  return true if self.equal?(o)
193
193
  self.class == o.class &&
194
- name == o.name &&
195
- pulp_labels == o.pulp_labels &&
196
- base_path == o.base_path &&
197
194
  pulp_last_updated == o.pulp_last_updated &&
198
- pulp_created == o.pulp_created &&
195
+ base_url == o.base_url &&
196
+ pulp_href == o.pulp_href &&
197
+ pulp_labels == o.pulp_labels &&
198
+ no_content_change_since == o.no_content_change_since &&
199
199
  hidden == o.hidden &&
200
- content_guard == o.content_guard &&
201
200
  prn == o.prn &&
202
- no_content_change_since == o.no_content_change_since &&
203
- pulp_href == o.pulp_href &&
204
- base_url == o.base_url
201
+ content_guard == o.content_guard &&
202
+ name == o.name &&
203
+ pulp_created == o.pulp_created &&
204
+ base_path == o.base_path
205
205
  end
206
206
 
207
207
  # @see the `==` method
@@ -213,7 +213,7 @@ module PulpcoreClient
213
213
  # Calculates hash code according to all attributes.
214
214
  # @return [Integer] Hash code
215
215
  def hash
216
- [name, pulp_labels, base_path, pulp_last_updated, pulp_created, hidden, content_guard, prn, no_content_change_since, pulp_href, base_url].hash
216
+ [pulp_last_updated, base_url, pulp_href, pulp_labels, no_content_change_since, hidden, prn, content_guard, name, pulp_created, base_path].hash
217
217
  end
218
218
 
219
219
  # Builds the object from hash
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if attributes.key?(:'finished_before')
67
67
  self.finished_before = attributes[:'finished_before']
68
68
  else
69
- self.finished_before = '2025-07-30'
69
+ self.finished_before = '2025-08-04'
70
70
  end
71
71
 
72
72
  if attributes.key?(:'states')
@@ -71,6 +71,8 @@ module PulpcoreClient
71
71
  # A list of resources required by that task.
72
72
  attr_accessor :reserved_resources_record
73
73
 
74
+ attr_accessor :result
75
+
74
76
  # Attribute mapping from ruby-style variable name to JSON key.
75
77
  def self.attribute_map
76
78
  {
@@ -92,7 +94,8 @@ module PulpcoreClient
92
94
  :'task_group' => :'task_group',
93
95
  :'progress_reports' => :'progress_reports',
94
96
  :'created_resources' => :'created_resources',
95
- :'reserved_resources_record' => :'reserved_resources_record'
97
+ :'reserved_resources_record' => :'reserved_resources_record',
98
+ :'result' => :'result'
96
99
  }
97
100
  end
98
101
 
@@ -122,13 +125,15 @@ module PulpcoreClient
122
125
  :'task_group' => :'String',
123
126
  :'progress_reports' => :'Array<ProgressReportResponse>',
124
127
  :'created_resources' => :'Array<String>',
125
- :'reserved_resources_record' => :'Array<String>'
128
+ :'reserved_resources_record' => :'Array<String>',
129
+ :'result' => :'Object'
126
130
  }
127
131
  end
128
132
 
129
133
  # List of attributes with nullable: true
130
134
  def self.openapi_nullable
131
135
  Set.new([
136
+ :'result'
132
137
  ])
133
138
  end
134
139
 
@@ -234,6 +239,10 @@ module PulpcoreClient
234
239
  self.reserved_resources_record = value
235
240
  end
236
241
  end
242
+
243
+ if attributes.key?(:'result')
244
+ self.result = attributes[:'result']
245
+ end
237
246
  end
238
247
 
239
248
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -284,7 +293,8 @@ module PulpcoreClient
284
293
  task_group == o.task_group &&
285
294
  progress_reports == o.progress_reports &&
286
295
  created_resources == o.created_resources &&
287
- reserved_resources_record == o.reserved_resources_record
296
+ reserved_resources_record == o.reserved_resources_record &&
297
+ result == o.result
288
298
  end
289
299
 
290
300
  # @see the `==` method
@@ -296,7 +306,7 @@ module PulpcoreClient
296
306
  # Calculates hash code according to all attributes.
297
307
  # @return [Integer] Hash code
298
308
  def hash
299
- [pulp_href, prn, pulp_created, pulp_last_updated, state, name, logging_cid, created_by, unblocked_at, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record].hash
309
+ [pulp_href, prn, pulp_created, pulp_last_updated, state, name, logging_cid, created_by, unblocked_at, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record, result].hash
300
310
  end
301
311
 
302
312
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.87.0'
14
+ VERSION = '3.88.0'
15
15
  end
@@ -83,7 +83,7 @@ describe 'TasksApi' do
83
83
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
84
84
  # @option opts [String] :name__ne Filter results where name not equal to value
85
85
  # @option opts [Integer] :offset The initial index from which to return the results.
86
- # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
86
+ # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
87
87
  # @option opts [String] :parent_task Filter results where parent_task matches value
88
88
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
89
89
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
@@ -27,31 +27,31 @@ describe PulpcoreClient::ArtifactDistributionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "name"' do
30
+ describe 'test attribute "pulp_last_updated"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "pulp_labels"' do
36
+ describe 'test attribute "base_url"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "base_path"' do
42
+ describe 'test attribute "pulp_href"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "pulp_last_updated"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "pulp_created"' do
54
+ describe 'test attribute "no_content_change_since"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
@@ -63,31 +63,31 @@ describe PulpcoreClient::ArtifactDistributionResponse do
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "content_guard"' do
66
+ describe 'test attribute "prn"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "prn"' do
72
+ describe 'test attribute "content_guard"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "no_content_change_since"' do
78
+ describe 'test attribute "name"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "pulp_href"' do
84
+ describe 'test attribute "pulp_created"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "base_url"' do
90
+ describe 'test attribute "base_path"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
@@ -141,4 +141,10 @@ describe PulpcoreClient::TaskResponse do
141
141
  end
142
142
  end
143
143
 
144
+ describe 'test attribute "result"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
144
150
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.87.0
4
+ version: 3.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-29 00:00:00.000000000 Z
11
+ date: 2025-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday