pulp_file_client 3.73.2 → 3.74.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: 18c00c9aad3cb9b7353acf82fb5c1e291fb76ccf9d1364ad5a023550b1038f77
4
- data.tar.gz: a6b62e5d6cc95b3cac45daa1a47d5620ba12b70c94cc947492512c91cfdc2fe7
3
+ metadata.gz: da54d7f9fc4d9248f10e03d5f27b60e8daf1377ad418028f89b9563ec3ea60c8
4
+ data.tar.gz: b009e540b7314cafda5b18ea8ef42e74bc4fdb408f9222d47a46e1a9a1e7ea4c
5
5
  SHA512:
6
- metadata.gz: f85b8d4dfc17d5812a80faeb35f9b6b6e8c888132c67fc2a2674a6fc14bb9916676c402ff05ae377a437fbcbfb4aaf65c91340d64b7dc50a303a44edf7a1c191
7
- data.tar.gz: d231232fd56fb1bb16136c599af592168a2eef46ea72bcb4be44772cb3a4f7745b778e473cba87e76ee7b33efa2db7f65f0f4cf09b87abbc0f8d80aecb484c31
6
+ metadata.gz: 4c07cef8eed8e439548f177c46fa11486634886da41c24727d3058bdf83ce0c603d038d1f40943b6e383d6af41d07ef28c00e079884e28265be87e45665a8fed
7
+ data.tar.gz: caf5a4dee6d066b9d1c14d0d746861a5f8a700125fd0503b0f91f349a2d4cd77aec27534a34e007463141993475bd0d12d1b03f0be475c5af060f3acf8ef254b
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.73.2
10
+ - Package version: 3.74.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 pulp_file_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_file_client-3.73.2.gem
28
+ gem install ./pulp_file_client-3.74.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_file_client-3.73.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_file_client-3.74.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 'pulp_file_client', '~> 3.73.2'
37
+ gem 'pulp_file_client', '~> 3.74.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -256,6 +256,7 @@ opts = {
256
256
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
257
257
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
258
258
  base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
259
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
259
260
  limit: 56, # Integer | Number of results to return per page.
260
261
  name: 'name_example', # String | Filter results where name matches value
261
262
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -267,7 +268,7 @@ opts = {
267
268
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
268
269
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
269
270
  offset: 56, # Integer | The initial index from which to return the results.
270
- ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
271
+ ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
271
272
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
272
273
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
273
274
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -315,6 +316,7 @@ end
315
316
  | **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
316
317
  | **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
317
318
  | **base_path__in** | [**Array&lt;String&gt;**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
319
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
318
320
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
319
321
  | **name** | **String** | Filter results where name matches value | [optional] |
320
322
  | **name__contains** | **String** | Filter results where name contains value | [optional] |
@@ -326,7 +328,7 @@ end
326
328
  | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
327
329
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
328
330
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
329
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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) | [optional] |
331
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
330
332
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
331
333
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
332
334
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -11,6 +11,7 @@
11
11
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
13
  | **publication** | **String** | Publication to be served | [optional] |
14
+ | **checkpoint** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = PulpFileClient::FileFileDistribution.new(
24
25
  pulp_labels: null,
25
26
  name: null,
26
27
  repository: null,
27
- publication: null
28
+ publication: null,
29
+ checkpoint: null
28
30
  )
29
31
  ```
30
32
 
@@ -17,6 +17,7 @@
17
17
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
18
18
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
19
19
  | **publication** | **String** | Publication to be served | [optional] |
20
+ | **checkpoint** | **Boolean** | | [optional] |
20
21
 
21
22
  ## Example
22
23
 
@@ -36,7 +37,8 @@ instance = PulpFileClient::FileFileDistributionResponse.new(
36
37
  pulp_labels: null,
37
38
  name: null,
38
39
  repository: null,
39
- publication: null
40
+ publication: null,
41
+ checkpoint: null
40
42
  )
41
43
  ```
42
44
 
@@ -7,6 +7,7 @@
7
7
  | **repository_version** | **String** | | [optional] |
8
8
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
9
9
  | **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional][default to &#39;PULP_MANIFEST&#39;] |
10
+ | **checkpoint** | **Boolean** | | [optional] |
10
11
 
11
12
  ## Example
12
13
 
@@ -16,7 +17,8 @@ require 'pulp_file_client'
16
17
  instance = PulpFileClient::FileFilePublication.new(
17
18
  repository_version: null,
18
19
  repository: null,
19
- manifest: null
20
+ manifest: null,
21
+ checkpoint: null
20
22
  )
21
23
  ```
22
24
 
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
13
13
  | **distributions** | **Array&lt;String&gt;** | This publication is currently hosted as defined by these distributions. | [optional][readonly] |
14
14
  | **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional][default to &#39;PULP_MANIFEST&#39;] |
15
+ | **checkpoint** | **Boolean** | | [optional] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = PulpFileClient::FileFilePublicationResponse.new(
26
27
  repository_version: null,
27
28
  repository: null,
28
29
  distributions: null,
29
- manifest: null
30
+ manifest: null,
31
+ checkpoint: null
30
32
  )
31
33
  ```
32
34
 
@@ -11,6 +11,7 @@
11
11
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional] |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
13
  | **publication** | **String** | Publication to be served | [optional] |
14
+ | **checkpoint** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = PulpFileClient::PatchedfileFileDistribution.new(
24
25
  pulp_labels: null,
25
26
  name: null,
26
27
  repository: null,
27
- publication: null
28
+ publication: null,
29
+ checkpoint: null
28
30
  )
29
31
  ```
30
32
 
@@ -247,11 +247,12 @@ end
247
247
 
248
248
  api_instance = PulpFileClient::PublicationsFileApi.new
249
249
  opts = {
250
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
250
251
  content: 'content_example', # String | Content Unit referenced by HREF/PRN
251
252
  content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
252
253
  limit: 56, # Integer | Number of results to return per page.
253
254
  offset: 56, # Integer | The initial index from which to return the results.
254
- ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
255
+ ordering: ['-checkpoint'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
255
256
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
256
257
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
257
258
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -300,11 +301,12 @@ end
300
301
 
301
302
  | Name | Type | Description | Notes |
302
303
  | ---- | ---- | ----------- | ----- |
304
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
303
305
  | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
304
306
  | **content__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
305
307
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
306
308
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
307
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
309
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
308
310
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
309
311
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
310
312
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -231,6 +231,7 @@ module PulpFileClient
231
231
  # @option opts [String] :base_path__contains Filter results where base_path contains value
232
232
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
233
233
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
234
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
234
235
  # @option opts [Integer] :limit Number of results to return per page.
235
236
  # @option opts [String] :name Filter results where name matches value
236
237
  # @option opts [String] :name__contains Filter results where name contains value
@@ -242,7 +243,7 @@ module PulpFileClient
242
243
  # @option opts [String] :name__regex Filter results where name matches regex value
243
244
  # @option opts [String] :name__startswith Filter results where name starts with value
244
245
  # @option opts [Integer] :offset The initial index from which to return the results.
245
- # @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)
246
+ # @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;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
246
247
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
247
248
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
248
249
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -266,6 +267,7 @@ module PulpFileClient
266
267
  # @option opts [String] :base_path__contains Filter results where base_path contains value
267
268
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
268
269
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
270
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
269
271
  # @option opts [Integer] :limit Number of results to return per page.
270
272
  # @option opts [String] :name Filter results where name matches value
271
273
  # @option opts [String] :name__contains Filter results where name contains value
@@ -277,7 +279,7 @@ module PulpFileClient
277
279
  # @option opts [String] :name__regex Filter results where name matches regex value
278
280
  # @option opts [String] :name__startswith Filter results where name starts with value
279
281
  # @option opts [Integer] :offset The initial index from which to return the results.
280
- # @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)
282
+ # @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;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
281
283
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
282
284
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
283
285
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -293,7 +295,7 @@ module PulpFileClient
293
295
  if @api_client.config.debugging
294
296
  @api_client.config.logger.debug 'Calling API: DistributionsFileApi.list ...'
295
297
  end
296
- 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"]
298
+ allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
297
299
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
298
300
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
299
301
  end
@@ -306,6 +308,7 @@ module PulpFileClient
306
308
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
307
309
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
308
310
  query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
311
+ query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
309
312
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
310
313
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
311
314
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
@@ -225,11 +225,12 @@ module PulpFileClient
225
225
  # List file publications
226
226
  # A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
227
227
  # @param [Hash] opts the optional parameters
228
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
228
229
  # @option opts [String] :content Content Unit referenced by HREF/PRN
229
230
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
230
231
  # @option opts [Integer] :limit Number of results to return per page.
231
232
  # @option opts [Integer] :offset The initial index from which to return the results.
232
- # @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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
233
+ # @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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
233
234
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
234
235
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
235
236
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -254,11 +255,12 @@ module PulpFileClient
254
255
  # List file publications
255
256
  # A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
256
257
  # @param [Hash] opts the optional parameters
258
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
257
259
  # @option opts [String] :content Content Unit referenced by HREF/PRN
258
260
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
259
261
  # @option opts [Integer] :limit Number of results to return per page.
260
262
  # @option opts [Integer] :offset The initial index from which to return the results.
261
- # @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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
263
+ # @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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
262
264
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
263
265
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
264
266
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -279,7 +281,7 @@ module PulpFileClient
279
281
  if @api_client.config.debugging
280
282
  @api_client.config.logger.debug 'Calling API: PublicationsFileApi.list ...'
281
283
  end
282
- allowable_values = ["-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
284
+ allowable_values = ["-checkpoint", "-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "checkpoint", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
283
285
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
284
286
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
285
287
  end
@@ -288,6 +290,7 @@ module PulpFileClient
288
290
 
289
291
  # query parameters
290
292
  query_params = opts[:query_params] || {}
293
+ query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
291
294
  query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
292
295
  query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
293
296
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
@@ -36,6 +36,8 @@ module PulpFileClient
36
36
  # Publication to be served
37
37
  attr_accessor :publication
38
38
 
39
+ attr_accessor :checkpoint
40
+
39
41
  # Attribute mapping from ruby-style variable name to JSON key.
40
42
  def self.attribute_map
41
43
  {
@@ -45,7 +47,8 @@ module PulpFileClient
45
47
  :'pulp_labels' => :'pulp_labels',
46
48
  :'name' => :'name',
47
49
  :'repository' => :'repository',
48
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'checkpoint' => :'checkpoint'
49
52
  }
50
53
  end
51
54
 
@@ -63,7 +66,8 @@ module PulpFileClient
63
66
  :'pulp_labels' => :'Hash<String, String>',
64
67
  :'name' => :'String',
65
68
  :'repository' => :'String',
66
- :'publication' => :'String'
69
+ :'publication' => :'String',
70
+ :'checkpoint' => :'Boolean'
67
71
  }
68
72
  end
69
73
 
@@ -72,7 +76,7 @@ module PulpFileClient
72
76
  Set.new([
73
77
  :'content_guard',
74
78
  :'repository',
75
- :'publication'
79
+ :'publication',
76
80
  ])
77
81
  end
78
82
 
@@ -126,6 +130,10 @@ module PulpFileClient
126
130
  if attributes.key?(:'publication')
127
131
  self.publication = attributes[:'publication']
128
132
  end
133
+
134
+ if attributes.key?(:'checkpoint')
135
+ self.checkpoint = attributes[:'checkpoint']
136
+ end
129
137
  end
130
138
 
131
139
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -202,7 +210,8 @@ module PulpFileClient
202
210
  pulp_labels == o.pulp_labels &&
203
211
  name == o.name &&
204
212
  repository == o.repository &&
205
- publication == o.publication
213
+ publication == o.publication &&
214
+ checkpoint == o.checkpoint
206
215
  end
207
216
 
208
217
  # @see the `==` method
@@ -214,7 +223,7 @@ module PulpFileClient
214
223
  # Calculates hash code according to all attributes.
215
224
  # @return [Integer] Hash code
216
225
  def hash
217
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
226
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, checkpoint].hash
218
227
  end
219
228
 
220
229
  # Builds the object from hash
@@ -53,6 +53,8 @@ module PulpFileClient
53
53
  # Publication to be served
54
54
  attr_accessor :publication
55
55
 
56
+ attr_accessor :checkpoint
57
+
56
58
  # Attribute mapping from ruby-style variable name to JSON key.
57
59
  def self.attribute_map
58
60
  {
@@ -68,7 +70,8 @@ module PulpFileClient
68
70
  :'pulp_labels' => :'pulp_labels',
69
71
  :'name' => :'name',
70
72
  :'repository' => :'repository',
71
- :'publication' => :'publication'
73
+ :'publication' => :'publication',
74
+ :'checkpoint' => :'checkpoint'
72
75
  }
73
76
  end
74
77
 
@@ -92,7 +95,8 @@ module PulpFileClient
92
95
  :'pulp_labels' => :'Hash<String, String>',
93
96
  :'name' => :'String',
94
97
  :'repository' => :'String',
95
- :'publication' => :'String'
98
+ :'publication' => :'String',
99
+ :'checkpoint' => :'Boolean'
96
100
  }
97
101
  end
98
102
 
@@ -101,7 +105,7 @@ module PulpFileClient
101
105
  Set.new([
102
106
  :'content_guard',
103
107
  :'repository',
104
- :'publication'
108
+ :'publication',
105
109
  ])
106
110
  end
107
111
 
@@ -179,6 +183,10 @@ module PulpFileClient
179
183
  if attributes.key?(:'publication')
180
184
  self.publication = attributes[:'publication']
181
185
  end
186
+
187
+ if attributes.key?(:'checkpoint')
188
+ self.checkpoint = attributes[:'checkpoint']
189
+ end
182
190
  end
183
191
 
184
192
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -223,7 +231,8 @@ module PulpFileClient
223
231
  pulp_labels == o.pulp_labels &&
224
232
  name == o.name &&
225
233
  repository == o.repository &&
226
- publication == o.publication
234
+ publication == o.publication &&
235
+ checkpoint == o.checkpoint
227
236
  end
228
237
 
229
238
  # @see the `==` method
@@ -235,7 +244,7 @@ module PulpFileClient
235
244
  # Calculates hash code according to all attributes.
236
245
  # @return [Integer] Hash code
237
246
  def hash
238
- [pulp_href, prn, pulp_created, pulp_last_updated, base_path, base_url, content_guard, no_content_change_since, hidden, pulp_labels, name, repository, publication].hash
247
+ [pulp_href, prn, pulp_created, pulp_last_updated, base_path, base_url, content_guard, no_content_change_since, hidden, pulp_labels, name, repository, publication, checkpoint].hash
239
248
  end
240
249
 
241
250
  # Builds the object from hash
@@ -24,12 +24,15 @@ module PulpFileClient
24
24
  # Filename to use for manifest file containing metadata for all the files.
25
25
  attr_accessor :manifest
26
26
 
27
+ attr_accessor :checkpoint
28
+
27
29
  # Attribute mapping from ruby-style variable name to JSON key.
28
30
  def self.attribute_map
29
31
  {
30
32
  :'repository_version' => :'repository_version',
31
33
  :'repository' => :'repository',
32
- :'manifest' => :'manifest'
34
+ :'manifest' => :'manifest',
35
+ :'checkpoint' => :'checkpoint'
33
36
  }
34
37
  end
35
38
 
@@ -43,14 +46,15 @@ module PulpFileClient
43
46
  {
44
47
  :'repository_version' => :'String',
45
48
  :'repository' => :'String',
46
- :'manifest' => :'String'
49
+ :'manifest' => :'String',
50
+ :'checkpoint' => :'Boolean'
47
51
  }
48
52
  end
49
53
 
50
54
  # List of attributes with nullable: true
51
55
  def self.openapi_nullable
52
56
  Set.new([
53
- :'manifest'
57
+ :'manifest',
54
58
  ])
55
59
  end
56
60
 
@@ -82,6 +86,10 @@ module PulpFileClient
82
86
  else
83
87
  self.manifest = 'PULP_MANIFEST'
84
88
  end
89
+
90
+ if attributes.key?(:'checkpoint')
91
+ self.checkpoint = attributes[:'checkpoint']
92
+ end
85
93
  end
86
94
 
87
95
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -121,7 +129,8 @@ module PulpFileClient
121
129
  self.class == o.class &&
122
130
  repository_version == o.repository_version &&
123
131
  repository == o.repository &&
124
- manifest == o.manifest
132
+ manifest == o.manifest &&
133
+ checkpoint == o.checkpoint
125
134
  end
126
135
 
127
136
  # @see the `==` method
@@ -133,7 +142,7 @@ module PulpFileClient
133
142
  # Calculates hash code according to all attributes.
134
143
  # @return [Integer] Hash code
135
144
  def hash
136
- [repository_version, repository, manifest].hash
145
+ [repository_version, repository, manifest, checkpoint].hash
137
146
  end
138
147
 
139
148
  # Builds the object from hash
@@ -38,6 +38,8 @@ module PulpFileClient
38
38
  # Filename to use for manifest file containing metadata for all the files.
39
39
  attr_accessor :manifest
40
40
 
41
+ attr_accessor :checkpoint
42
+
41
43
  # Attribute mapping from ruby-style variable name to JSON key.
42
44
  def self.attribute_map
43
45
  {
@@ -48,7 +50,8 @@ module PulpFileClient
48
50
  :'repository_version' => :'repository_version',
49
51
  :'repository' => :'repository',
50
52
  :'distributions' => :'distributions',
51
- :'manifest' => :'manifest'
53
+ :'manifest' => :'manifest',
54
+ :'checkpoint' => :'checkpoint'
52
55
  }
53
56
  end
54
57
 
@@ -67,14 +70,15 @@ module PulpFileClient
67
70
  :'repository_version' => :'String',
68
71
  :'repository' => :'String',
69
72
  :'distributions' => :'Array<String>',
70
- :'manifest' => :'String'
73
+ :'manifest' => :'String',
74
+ :'checkpoint' => :'Boolean'
71
75
  }
72
76
  end
73
77
 
74
78
  # List of attributes with nullable: true
75
79
  def self.openapi_nullable
76
80
  Set.new([
77
- :'manifest'
81
+ :'manifest',
78
82
  ])
79
83
  end
80
84
 
@@ -128,6 +132,10 @@ module PulpFileClient
128
132
  else
129
133
  self.manifest = 'PULP_MANIFEST'
130
134
  end
135
+
136
+ if attributes.key?(:'checkpoint')
137
+ self.checkpoint = attributes[:'checkpoint']
138
+ end
131
139
  end
132
140
 
133
141
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -157,7 +165,8 @@ module PulpFileClient
157
165
  repository_version == o.repository_version &&
158
166
  repository == o.repository &&
159
167
  distributions == o.distributions &&
160
- manifest == o.manifest
168
+ manifest == o.manifest &&
169
+ checkpoint == o.checkpoint
161
170
  end
162
171
 
163
172
  # @see the `==` method
@@ -169,7 +178,7 @@ module PulpFileClient
169
178
  # Calculates hash code according to all attributes.
170
179
  # @return [Integer] Hash code
171
180
  def hash
172
- [pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, distributions, manifest].hash
181
+ [pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, distributions, manifest, checkpoint].hash
173
182
  end
174
183
 
175
184
  # Builds the object from hash
@@ -36,6 +36,8 @@ module PulpFileClient
36
36
  # Publication to be served
37
37
  attr_accessor :publication
38
38
 
39
+ attr_accessor :checkpoint
40
+
39
41
  # Attribute mapping from ruby-style variable name to JSON key.
40
42
  def self.attribute_map
41
43
  {
@@ -45,7 +47,8 @@ module PulpFileClient
45
47
  :'pulp_labels' => :'pulp_labels',
46
48
  :'name' => :'name',
47
49
  :'repository' => :'repository',
48
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'checkpoint' => :'checkpoint'
49
52
  }
50
53
  end
51
54
 
@@ -63,7 +66,8 @@ module PulpFileClient
63
66
  :'pulp_labels' => :'Hash<String, String>',
64
67
  :'name' => :'String',
65
68
  :'repository' => :'String',
66
- :'publication' => :'String'
69
+ :'publication' => :'String',
70
+ :'checkpoint' => :'Boolean'
67
71
  }
68
72
  end
69
73
 
@@ -72,7 +76,7 @@ module PulpFileClient
72
76
  Set.new([
73
77
  :'content_guard',
74
78
  :'repository',
75
- :'publication'
79
+ :'publication',
76
80
  ])
77
81
  end
78
82
 
@@ -122,6 +126,10 @@ module PulpFileClient
122
126
  if attributes.key?(:'publication')
123
127
  self.publication = attributes[:'publication']
124
128
  end
129
+
130
+ if attributes.key?(:'checkpoint')
131
+ self.checkpoint = attributes[:'checkpoint']
132
+ end
125
133
  end
126
134
 
127
135
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -188,7 +196,8 @@ module PulpFileClient
188
196
  pulp_labels == o.pulp_labels &&
189
197
  name == o.name &&
190
198
  repository == o.repository &&
191
- publication == o.publication
199
+ publication == o.publication &&
200
+ checkpoint == o.checkpoint
192
201
  end
193
202
 
194
203
  # @see the `==` method
@@ -200,7 +209,7 @@ module PulpFileClient
200
209
  # Calculates hash code according to all attributes.
201
210
  # @return [Integer] Hash code
202
211
  def hash
203
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
212
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, checkpoint].hash
204
213
  end
205
214
 
206
215
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.73.2'
14
+ VERSION = '3.74.0'
15
15
  end
@@ -77,6 +77,7 @@ describe 'DistributionsFileApi' do
77
77
  # @option opts [String] :base_path__contains Filter results where base_path contains value
78
78
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
79
79
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
80
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
80
81
  # @option opts [Integer] :limit Number of results to return per page.
81
82
  # @option opts [String] :name Filter results where name matches value
82
83
  # @option opts [String] :name__contains Filter results where name contains value
@@ -88,7 +89,7 @@ describe 'DistributionsFileApi' do
88
89
  # @option opts [String] :name__regex Filter results where name matches regex value
89
90
  # @option opts [String] :name__startswith Filter results where name starts with value
90
91
  # @option opts [Integer] :offset The initial index from which to return the results.
91
- # @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)
92
+ # @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;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
93
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
93
94
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
94
95
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -73,11 +73,12 @@ describe 'PublicationsFileApi' do
73
73
  # List file publications
74
74
  # A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
75
75
  # @param [Hash] opts the optional parameters
76
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
76
77
  # @option opts [String] :content Content Unit referenced by HREF/PRN
77
78
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
78
79
  # @option opts [Integer] :limit Number of results to return per page.
79
80
  # @option opts [Integer] :offset The initial index from which to return the results.
80
- # @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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
81
+ # @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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
81
82
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
82
83
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
83
84
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -105,4 +105,10 @@ describe PulpFileClient::FileFileDistributionResponse do
105
105
  end
106
106
  end
107
107
 
108
+ describe 'test attribute "checkpoint"' do
109
+ it 'should work' do
110
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
+ end
112
+ end
113
+
108
114
  end
@@ -69,4 +69,10 @@ describe PulpFileClient::FileFileDistribution do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "checkpoint"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
72
78
  end
@@ -75,4 +75,10 @@ describe PulpFileClient::FileFilePublicationResponse do
75
75
  end
76
76
  end
77
77
 
78
+ describe 'test attribute "checkpoint"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
78
84
  end
@@ -45,4 +45,10 @@ describe PulpFileClient::FileFilePublication do
45
45
  end
46
46
  end
47
47
 
48
+ describe 'test attribute "checkpoint"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
48
54
  end
@@ -69,4 +69,10 @@ describe PulpFileClient::PatchedfileFileDistribution do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "checkpoint"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
72
78
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.73.2
4
+ version: 3.74.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-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday-net_http