pulp_python_client 3.10.0 → 3.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -8
  3. data/docs/ContentPackagesApi.md +11 -7
  4. data/docs/DistributionsPypiApi.md +126 -4
  5. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  6. data/docs/PaginatedpythonPythonDistributionResponseList.md +2 -2
  7. data/docs/PaginatedpythonPythonPackageContentResponseList.md +2 -2
  8. data/docs/PaginatedpythonPythonPublicationResponseList.md +2 -2
  9. data/docs/PaginatedpythonPythonRemoteResponseList.md +2 -2
  10. data/docs/PaginatedpythonPythonRepositoryResponseList.md +2 -2
  11. data/docs/PatchedpythonPythonDistribution.md +2 -0
  12. data/docs/PublicationsPypiApi.md +3 -1
  13. data/docs/PypiApi.md +1 -1
  14. data/docs/PypiLegacyApi.md +1 -1
  15. data/docs/PypiMetadataApi.md +1 -1
  16. data/docs/PypiSimpleApi.md +1 -1
  17. data/docs/PythonPythonDistribution.md +2 -0
  18. data/docs/PythonPythonDistributionResponse.md +4 -0
  19. data/docs/PythonPythonPackageContent.md +5 -5
  20. data/docs/PythonPythonPackageContentResponse.md +2 -0
  21. data/docs/PythonPythonPublicationResponse.md +2 -0
  22. data/docs/PythonPythonRemoteResponse.md +2 -2
  23. data/docs/PythonPythonRemoteResponseHiddenFields.md +2 -2
  24. data/docs/PythonPythonRepositoryResponse.md +2 -0
  25. data/docs/RemotesPythonApi.md +123 -1
  26. data/docs/RepositoriesPythonApi.md +124 -2
  27. data/docs/RepositoriesPythonVersionsApi.md +3 -1
  28. data/docs/RepositoryVersionResponse.md +2 -0
  29. data/docs/SetLabel.md +19 -0
  30. data/docs/SetLabelResponse.md +19 -0
  31. data/docs/UnsetLabel.md +17 -0
  32. data/docs/UnsetLabelResponse.md +19 -0
  33. data/lib/pulp_python_client/api/content_packages_api.rb +13 -7
  34. data/lib/pulp_python_client/api/distributions_pypi_api.rb +158 -3
  35. data/lib/pulp_python_client/api/publications_pypi_api.rb +3 -0
  36. data/lib/pulp_python_client/api/remotes_python_api.rb +155 -0
  37. data/lib/pulp_python_client/api/repositories_python_api.rb +155 -0
  38. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +3 -0
  39. data/lib/pulp_python_client/configuration.rb +2 -2
  40. data/lib/pulp_python_client/models/paginated_repository_version_response_list.rb +10 -0
  41. data/lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb +10 -0
  42. data/lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb +10 -0
  43. data/lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb +10 -0
  44. data/lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb +10 -0
  45. data/lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb +10 -0
  46. data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +13 -1
  47. data/lib/pulp_python_client/models/python_python_distribution.rb +13 -1
  48. data/lib/pulp_python_client/models/python_python_distribution_response.rb +23 -1
  49. data/lib/pulp_python_client/models/python_python_package_content.rb +13 -13
  50. data/lib/pulp_python_client/models/python_python_package_content_response.rb +11 -1
  51. data/lib/pulp_python_client/models/python_python_publication_response.rb +11 -1
  52. data/lib/pulp_python_client/models/python_python_remote_response.rb +11 -11
  53. data/lib/pulp_python_client/models/python_python_remote_response_hidden_fields.rb +10 -0
  54. data/lib/pulp_python_client/models/python_python_repository_response.rb +11 -1
  55. data/lib/pulp_python_client/models/repository_version_response.rb +11 -1
  56. data/lib/pulp_python_client/models/set_label.rb +252 -0
  57. data/lib/pulp_python_client/models/set_label_response.rb +243 -0
  58. data/lib/pulp_python_client/models/unset_label.rb +242 -0
  59. data/lib/pulp_python_client/models/unset_label_response.rb +242 -0
  60. data/lib/pulp_python_client/version.rb +1 -1
  61. data/lib/pulp_python_client.rb +4 -0
  62. data/spec/api/content_packages_api_spec.rb +5 -3
  63. data/spec/api/distributions_pypi_api_spec.rb +32 -1
  64. data/spec/api/publications_pypi_api_spec.rb +1 -0
  65. data/spec/api/remotes_python_api_spec.rb +31 -0
  66. data/spec/api/repositories_python_api_spec.rb +31 -0
  67. data/spec/api/repositories_python_versions_api_spec.rb +1 -0
  68. data/spec/configuration_spec.rb +3 -3
  69. data/spec/models/patchedpython_python_distribution_spec.rb +6 -0
  70. data/spec/models/python_python_distribution_response_spec.rb +12 -0
  71. data/spec/models/python_python_distribution_spec.rb +6 -0
  72. data/spec/models/python_python_package_content_response_spec.rb +6 -0
  73. data/spec/models/python_python_package_content_spec.rb +4 -4
  74. data/spec/models/python_python_publication_response_spec.rb +6 -0
  75. data/spec/models/python_python_remote_response_spec.rb +6 -6
  76. data/spec/models/python_python_repository_response_spec.rb +6 -0
  77. data/spec/models/repository_version_response_spec.rb +6 -0
  78. data/spec/models/set_label_response_spec.rb +47 -0
  79. data/spec/models/set_label_spec.rb +47 -0
  80. data/spec/models/unset_label_response_spec.rb +47 -0
  81. data/spec/models/unset_label_spec.rb +41 -0
  82. metadata +47 -31
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'on_demand' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
@@ -38,6 +38,7 @@ require 'PulpPythonClient'
38
38
 
39
39
  instance = PulpPythonClient::PythonPythonRemoteResponse.new(pulp_href: null,
40
40
  pulp_created: null,
41
+ pulp_last_updated: null,
41
42
  name: null,
42
43
  url: null,
43
44
  ca_cert: null,
@@ -45,7 +46,6 @@ instance = PulpPythonClient::PythonPythonRemoteResponse.new(pulp_href: null,
45
46
  tls_validation: null,
46
47
  proxy_url: null,
47
48
  pulp_labels: null,
48
- pulp_last_updated: null,
49
49
  download_concurrency: null,
50
50
  max_retries: null,
51
51
  policy: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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]
9
10
  **versions_href** | **String** | | [optional] [readonly]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **latest_version_href** | **String** | | [optional] [readonly]
@@ -22,6 +23,7 @@ require 'PulpPythonClient'
22
23
 
23
24
  instance = PulpPythonClient::PythonPythonRepositoryResponse.new(pulp_href: null,
24
25
  pulp_created: null,
26
+ pulp_last_updated: null,
25
27
  versions_href: null,
26
28
  pulp_labels: null,
27
29
  latest_version_href: null,
@@ -1,6 +1,6 @@
1
1
  # PulpPythonClient::RemotesPythonApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -10,6 +10,8 @@ Method | HTTP request | Description
10
10
  [**list**](RemotesPythonApi.md#list) | **GET** /pulp/api/v3/remotes/python/python/ | List python remotes
11
11
  [**partial_update**](RemotesPythonApi.md#partial_update) | **PATCH** {python_python_remote_href} | Update a python remote
12
12
  [**read**](RemotesPythonApi.md#read) | **GET** {python_python_remote_href} | Inspect a python remote
13
+ [**set_label**](RemotesPythonApi.md#set_label) | **POST** {python_python_remote_href}set_label/ | Set a label
14
+ [**unset_label**](RemotesPythonApi.md#unset_label) | **POST** {python_python_remote_href}unset_label/ | Unset a label
13
15
  [**update**](RemotesPythonApi.md#update) | **PUT** {python_python_remote_href} | Update a python remote
14
16
 
15
17
 
@@ -205,7 +207,11 @@ opts = {
205
207
  name: 'name_example', # String | Filter results where name matches value
206
208
  name__contains: 'name__contains_example', # String | Filter results where name contains value
207
209
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
210
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
208
211
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
212
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
213
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
214
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
209
215
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
210
216
  offset: 56, # Integer | The initial index from which to return the results.
211
217
  ordering: ['ordering_example'], # 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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -218,6 +224,7 @@ opts = {
218
224
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
219
225
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
220
226
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
227
+ q: 'q_example', # String |
221
228
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
222
229
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
223
230
  }
@@ -240,7 +247,11 @@ Name | Type | Description | Notes
240
247
  **name** | **String**| Filter results where name matches value | [optional]
241
248
  **name__contains** | **String**| Filter results where name contains value | [optional]
242
249
  **name__icontains** | **String**| Filter results where name contains value | [optional]
250
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
243
251
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
252
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
253
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
254
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
244
255
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
245
256
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
246
257
  **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;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -253,6 +264,7 @@ Name | Type | Description | Notes
253
264
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
254
265
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
255
266
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
267
+ **q** | **String**| | [optional]
256
268
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
257
269
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
258
270
 
@@ -384,6 +396,116 @@ Name | Type | Description | Notes
384
396
  - **Accept**: application/json
385
397
 
386
398
 
399
+ ## set_label
400
+
401
+ > SetLabelResponse set_label(python_python_remote_href, set_label)
402
+
403
+ Set a label
404
+
405
+ Set a single pulp_label on the object to a specific value or null.
406
+
407
+ ### Example
408
+
409
+ ```ruby
410
+ # load the gem
411
+ require 'pulp_python_client'
412
+ # setup authorization
413
+ PulpPythonClient.configure do |config|
414
+ # Configure HTTP basic authorization: basicAuth
415
+ config.username = 'YOUR USERNAME'
416
+ config.password = 'YOUR PASSWORD'
417
+ end
418
+
419
+ api_instance = PulpPythonClient::RemotesPythonApi.new
420
+ python_python_remote_href = 'python_python_remote_href_example' # String |
421
+ set_label = PulpPythonClient::SetLabel.new # SetLabel |
422
+
423
+ begin
424
+ #Set a label
425
+ result = api_instance.set_label(python_python_remote_href, set_label)
426
+ p result
427
+ rescue PulpPythonClient::ApiError => e
428
+ puts "Exception when calling RemotesPythonApi->set_label: #{e}"
429
+ end
430
+ ```
431
+
432
+ ### Parameters
433
+
434
+
435
+ Name | Type | Description | Notes
436
+ ------------- | ------------- | ------------- | -------------
437
+ **python_python_remote_href** | **String**| |
438
+ **set_label** | [**SetLabel**](SetLabel.md)| |
439
+
440
+ ### Return type
441
+
442
+ [**SetLabelResponse**](SetLabelResponse.md)
443
+
444
+ ### Authorization
445
+
446
+ [basicAuth](../README.md#basicAuth)
447
+
448
+ ### HTTP request headers
449
+
450
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
451
+ - **Accept**: application/json
452
+
453
+
454
+ ## unset_label
455
+
456
+ > UnsetLabelResponse unset_label(python_python_remote_href, unset_label)
457
+
458
+ Unset a label
459
+
460
+ Unset a single pulp_label on the object.
461
+
462
+ ### Example
463
+
464
+ ```ruby
465
+ # load the gem
466
+ require 'pulp_python_client'
467
+ # setup authorization
468
+ PulpPythonClient.configure do |config|
469
+ # Configure HTTP basic authorization: basicAuth
470
+ config.username = 'YOUR USERNAME'
471
+ config.password = 'YOUR PASSWORD'
472
+ end
473
+
474
+ api_instance = PulpPythonClient::RemotesPythonApi.new
475
+ python_python_remote_href = 'python_python_remote_href_example' # String |
476
+ unset_label = PulpPythonClient::UnsetLabel.new # UnsetLabel |
477
+
478
+ begin
479
+ #Unset a label
480
+ result = api_instance.unset_label(python_python_remote_href, unset_label)
481
+ p result
482
+ rescue PulpPythonClient::ApiError => e
483
+ puts "Exception when calling RemotesPythonApi->unset_label: #{e}"
484
+ end
485
+ ```
486
+
487
+ ### Parameters
488
+
489
+
490
+ Name | Type | Description | Notes
491
+ ------------- | ------------- | ------------- | -------------
492
+ **python_python_remote_href** | **String**| |
493
+ **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
494
+
495
+ ### Return type
496
+
497
+ [**UnsetLabelResponse**](UnsetLabelResponse.md)
498
+
499
+ ### Authorization
500
+
501
+ [basicAuth](../README.md#basicAuth)
502
+
503
+ ### HTTP request headers
504
+
505
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
506
+ - **Accept**: application/json
507
+
508
+
387
509
  ## update
388
510
 
389
511
  > AsyncOperationResponse update(python_python_remote_href, python_python_remote)
@@ -1,6 +1,6 @@
1
1
  # PulpPythonClient::RepositoriesPythonApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -10,7 +10,9 @@ Method | HTTP request | Description
10
10
  [**modify**](RepositoriesPythonApi.md#modify) | **POST** {python_python_repository_href}modify/ | Modify Repository Content
11
11
  [**partial_update**](RepositoriesPythonApi.md#partial_update) | **PATCH** {python_python_repository_href} | Update a python repository
12
12
  [**read**](RepositoriesPythonApi.md#read) | **GET** {python_python_repository_href} | Inspect a python repository
13
+ [**set_label**](RepositoriesPythonApi.md#set_label) | **POST** {python_python_repository_href}set_label/ | Set a label
13
14
  [**sync**](RepositoriesPythonApi.md#sync) | **POST** {python_python_repository_href}sync/ | Sync from remote
15
+ [**unset_label**](RepositoriesPythonApi.md#unset_label) | **POST** {python_python_repository_href}unset_label/ | Unset a label
14
16
  [**update**](RepositoriesPythonApi.md#update) | **PUT** {python_python_repository_href} | Update a python repository
15
17
 
16
18
 
@@ -148,13 +150,18 @@ opts = {
148
150
  name: 'name_example', # String | Filter results where name matches value
149
151
  name__contains: 'name__contains_example', # String | Filter results where name contains value
150
152
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
153
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
151
154
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
155
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
156
+ name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
157
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
152
158
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
153
159
  offset: 56, # Integer | The initial index from which to return the results.
154
160
  ordering: ['ordering_example'], # 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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
155
161
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
156
162
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
163
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
164
+ q: 'q_example', # String |
158
165
  remote: 'remote_example', # String | Foreign Key referenced by HREF
159
166
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
160
167
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -188,14 +195,19 @@ Name | Type | Description | Notes
188
195
  **name** | **String**| Filter results where name matches value | [optional]
189
196
  **name__contains** | **String**| Filter results where name contains value | [optional]
190
197
  **name__icontains** | **String**| Filter results where name contains value | [optional]
198
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
191
199
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
200
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
201
+ **name__istartswith** | **String**| Filter results where name starts with value | [optional]
202
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
192
203
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
193
204
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
194
205
  **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
195
206
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
196
207
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
197
208
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
198
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
209
+ **q** | **String**| | [optional]
210
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
199
211
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
200
212
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
201
213
  **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
@@ -391,6 +403,61 @@ Name | Type | Description | Notes
391
403
  - **Accept**: application/json
392
404
 
393
405
 
406
+ ## set_label
407
+
408
+ > SetLabelResponse set_label(python_python_repository_href, set_label)
409
+
410
+ Set a label
411
+
412
+ Set a single pulp_label on the object to a specific value or null.
413
+
414
+ ### Example
415
+
416
+ ```ruby
417
+ # load the gem
418
+ require 'pulp_python_client'
419
+ # setup authorization
420
+ PulpPythonClient.configure do |config|
421
+ # Configure HTTP basic authorization: basicAuth
422
+ config.username = 'YOUR USERNAME'
423
+ config.password = 'YOUR PASSWORD'
424
+ end
425
+
426
+ api_instance = PulpPythonClient::RepositoriesPythonApi.new
427
+ python_python_repository_href = 'python_python_repository_href_example' # String |
428
+ set_label = PulpPythonClient::SetLabel.new # SetLabel |
429
+
430
+ begin
431
+ #Set a label
432
+ result = api_instance.set_label(python_python_repository_href, set_label)
433
+ p result
434
+ rescue PulpPythonClient::ApiError => e
435
+ puts "Exception when calling RepositoriesPythonApi->set_label: #{e}"
436
+ end
437
+ ```
438
+
439
+ ### Parameters
440
+
441
+
442
+ Name | Type | Description | Notes
443
+ ------------- | ------------- | ------------- | -------------
444
+ **python_python_repository_href** | **String**| |
445
+ **set_label** | [**SetLabel**](SetLabel.md)| |
446
+
447
+ ### Return type
448
+
449
+ [**SetLabelResponse**](SetLabelResponse.md)
450
+
451
+ ### Authorization
452
+
453
+ [basicAuth](../README.md#basicAuth)
454
+
455
+ ### HTTP request headers
456
+
457
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
458
+ - **Accept**: application/json
459
+
460
+
394
461
  ## sync
395
462
 
396
463
  > AsyncOperationResponse sync(python_python_repository_href, repository_sync_url)
@@ -446,6 +513,61 @@ Name | Type | Description | Notes
446
513
  - **Accept**: application/json
447
514
 
448
515
 
516
+ ## unset_label
517
+
518
+ > UnsetLabelResponse unset_label(python_python_repository_href, unset_label)
519
+
520
+ Unset a label
521
+
522
+ Unset a single pulp_label on the object.
523
+
524
+ ### Example
525
+
526
+ ```ruby
527
+ # load the gem
528
+ require 'pulp_python_client'
529
+ # setup authorization
530
+ PulpPythonClient.configure do |config|
531
+ # Configure HTTP basic authorization: basicAuth
532
+ config.username = 'YOUR USERNAME'
533
+ config.password = 'YOUR PASSWORD'
534
+ end
535
+
536
+ api_instance = PulpPythonClient::RepositoriesPythonApi.new
537
+ python_python_repository_href = 'python_python_repository_href_example' # String |
538
+ unset_label = PulpPythonClient::UnsetLabel.new # UnsetLabel |
539
+
540
+ begin
541
+ #Unset a label
542
+ result = api_instance.unset_label(python_python_repository_href, unset_label)
543
+ p result
544
+ rescue PulpPythonClient::ApiError => e
545
+ puts "Exception when calling RepositoriesPythonApi->unset_label: #{e}"
546
+ end
547
+ ```
548
+
549
+ ### Parameters
550
+
551
+
552
+ Name | Type | Description | Notes
553
+ ------------- | ------------- | ------------- | -------------
554
+ **python_python_repository_href** | **String**| |
555
+ **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
556
+
557
+ ### Return type
558
+
559
+ [**UnsetLabelResponse**](UnsetLabelResponse.md)
560
+
561
+ ### Authorization
562
+
563
+ [basicAuth](../README.md#basicAuth)
564
+
565
+ ### HTTP request headers
566
+
567
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
568
+ - **Accept**: application/json
569
+
570
+
449
571
  ## update
450
572
 
451
573
  > AsyncOperationResponse update(python_python_repository_href, python_python_repository)
@@ -1,6 +1,6 @@
1
1
  # PulpPythonClient::RepositoriesPythonVersionsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -105,6 +105,7 @@ opts = {
105
105
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
106
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
107
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
108
+ q: 'q_example', # String |
108
109
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
110
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
110
111
  }
@@ -142,6 +143,7 @@ Name | Type | Description | Notes
142
143
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
143
144
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
144
145
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
146
+ **q** | **String**| | [optional]
145
147
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
146
148
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
147
149
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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]
9
10
  **number** | **Integer** | | [optional] [readonly]
10
11
  **repository** | **String** | | [optional] [readonly]
11
12
  **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
@@ -18,6 +19,7 @@ require 'PulpPythonClient'
18
19
 
19
20
  instance = PulpPythonClient::RepositoryVersionResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  number: null,
22
24
  repository: null,
23
25
  base_version: null,
data/docs/SetLabel.md ADDED
@@ -0,0 +1,19 @@
1
+ # PulpPythonClient::SetLabel
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+ **value** | **String** | |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpPythonClient'
14
+
15
+ instance = PulpPythonClient::SetLabel.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,19 @@
1
+ # PulpPythonClient::SetLabelResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+ **value** | **String** | |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpPythonClient'
14
+
15
+ instance = PulpPythonClient::SetLabelResponse.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,17 @@
1
+ # PulpPythonClient::UnsetLabel
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'PulpPythonClient'
13
+
14
+ instance = PulpPythonClient::UnsetLabel.new(key: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # PulpPythonClient::UnsetLabelResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **key** | **String** | |
8
+ **value** | **String** | | [optional] [readonly]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpPythonClient'
14
+
15
+ instance = PulpPythonClient::UnsetLabelResponse.new(key: null,
16
+ value: null)
17
+ ```
18
+
19
+
@@ -23,10 +23,10 @@ module PulpPythonClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param relative_path [String] Path where the artifact is located relative to distributions base_path
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [String] :artifact Artifact file representing the physical content
27
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
28
26
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
29
- # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
27
+ # @option opts [String] :artifact Artifact file representing the physical content
28
+ # @option opts [File] :file An uploaded file that may be turned into the content unit.
29
+ # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
30
30
  # @option opts [String] :sha256 The SHA256 digest of this package. (default to '')
31
31
  # @option opts [String] :summary A one-line summary of what the package does.
32
32
  # @option opts [String] :description A longer description of the package that can run to several paragraphs.
@@ -59,10 +59,10 @@ module PulpPythonClient
59
59
  # Trigger an asynchronous task to create content,optionally create new repository version.
60
60
  # @param relative_path [String] Path where the artifact is located relative to distributions base_path
61
61
  # @param [Hash] opts the optional parameters
62
- # @option opts [String] :artifact Artifact file representing the physical content
63
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
64
62
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
65
- # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
63
+ # @option opts [String] :artifact Artifact file representing the physical content
64
+ # @option opts [File] :file An uploaded file that may be turned into the content unit.
65
+ # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
66
66
  # @option opts [String] :sha256 The SHA256 digest of this package.
67
67
  # @option opts [String] :summary A one-line summary of what the package does.
68
68
  # @option opts [String] :description A longer description of the package that can run to several paragraphs.
@@ -118,9 +118,9 @@ module PulpPythonClient
118
118
  # form parameters
119
119
  form_params = opts[:form_params] || {}
120
120
  form_params['relative_path'] = relative_path
121
+ form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
121
122
  form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
122
123
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
123
- form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
124
124
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
125
125
  form_params['sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
126
126
  form_params['summary'] = opts[:'summary'] if !opts[:'summary'].nil?
@@ -185,10 +185,12 @@ module PulpPythonClient
185
185
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
186
186
  # @option opts [Integer] :offset The initial index from which to return the results.
187
187
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;filename&#x60; - Filename * &#x60;-filename&#x60; - Filename (descending) * &#x60;packagetype&#x60; - Packagetype * &#x60;-packagetype&#x60; - Packagetype (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;python_version&#x60; - Python version * &#x60;-python_version&#x60; - Python version (descending) * &#x60;metadata_version&#x60; - Metadata version * &#x60;-metadata_version&#x60; - Metadata version (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;keywords&#x60; - Keywords * &#x60;-keywords&#x60; - Keywords (descending) * &#x60;home_page&#x60; - Home page * &#x60;-home_page&#x60; - Home page (descending) * &#x60;download_url&#x60; - Download url * &#x60;-download_url&#x60; - Download url (descending) * &#x60;author&#x60; - Author * &#x60;-author&#x60; - Author (descending) * &#x60;author_email&#x60; - Author email * &#x60;-author_email&#x60; - Author email (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;maintainer_email&#x60; - Maintainer email * &#x60;-maintainer_email&#x60; - Maintainer email (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;requires_python&#x60; - Requires python * &#x60;-requires_python&#x60; - Requires python (descending) * &#x60;project_url&#x60; - Project url * &#x60;-project_url&#x60; - Project url (descending) * &#x60;platform&#x60; - Platform * &#x60;-platform&#x60; - Platform (descending) * &#x60;supported_platform&#x60; - Supported platform * &#x60;-supported_platform&#x60; - Supported platform (descending) * &#x60;requires_dist&#x60; - Requires dist * &#x60;-requires_dist&#x60; - Requires dist (descending) * &#x60;provides_dist&#x60; - Provides dist * &#x60;-provides_dist&#x60; - Provides dist (descending) * &#x60;obsoletes_dist&#x60; - Obsoletes dist * &#x60;-obsoletes_dist&#x60; - Obsoletes dist (descending) * &#x60;requires_external&#x60; - Requires external * &#x60;-requires_external&#x60; - Requires external (descending) * &#x60;classifiers&#x60; - Classifiers * &#x60;-classifiers&#x60; - Classifiers (descending) * &#x60;project_urls&#x60; - Project urls * &#x60;-project_urls&#x60; - Project urls (descending) * &#x60;description_content_type&#x60; - Description content type * &#x60;-description_content_type&#x60; - Description content type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
188
+ # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
188
189
  # @option opts [String] :packagetype Filter results where packagetype matches value * &#x60;bdist_dmg&#x60; - bdist_dmg * &#x60;bdist_dumb&#x60; - bdist_dumb * &#x60;bdist_egg&#x60; - bdist_egg * &#x60;bdist_msi&#x60; - bdist_msi * &#x60;bdist_rpm&#x60; - bdist_rpm * &#x60;bdist_wheel&#x60; - bdist_wheel * &#x60;bdist_wininst&#x60; - bdist_wininst * &#x60;sdist&#x60; - sdist
189
190
  # @option opts [Array<String>] :packagetype__in Filter results where packagetype is in a comma-separated list of values
190
191
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
191
192
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
193
+ # @option opts [String] :q
192
194
  # @option opts [String] :repository_version Repository Version referenced by HREF
193
195
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
194
196
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -225,10 +227,12 @@ module PulpPythonClient
225
227
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
226
228
  # @option opts [Integer] :offset The initial index from which to return the results.
227
229
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;filename&#x60; - Filename * &#x60;-filename&#x60; - Filename (descending) * &#x60;packagetype&#x60; - Packagetype * &#x60;-packagetype&#x60; - Packagetype (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;python_version&#x60; - Python version * &#x60;-python_version&#x60; - Python version (descending) * &#x60;metadata_version&#x60; - Metadata version * &#x60;-metadata_version&#x60; - Metadata version (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;keywords&#x60; - Keywords * &#x60;-keywords&#x60; - Keywords (descending) * &#x60;home_page&#x60; - Home page * &#x60;-home_page&#x60; - Home page (descending) * &#x60;download_url&#x60; - Download url * &#x60;-download_url&#x60; - Download url (descending) * &#x60;author&#x60; - Author * &#x60;-author&#x60; - Author (descending) * &#x60;author_email&#x60; - Author email * &#x60;-author_email&#x60; - Author email (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;maintainer_email&#x60; - Maintainer email * &#x60;-maintainer_email&#x60; - Maintainer email (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;requires_python&#x60; - Requires python * &#x60;-requires_python&#x60; - Requires python (descending) * &#x60;project_url&#x60; - Project url * &#x60;-project_url&#x60; - Project url (descending) * &#x60;platform&#x60; - Platform * &#x60;-platform&#x60; - Platform (descending) * &#x60;supported_platform&#x60; - Supported platform * &#x60;-supported_platform&#x60; - Supported platform (descending) * &#x60;requires_dist&#x60; - Requires dist * &#x60;-requires_dist&#x60; - Requires dist (descending) * &#x60;provides_dist&#x60; - Provides dist * &#x60;-provides_dist&#x60; - Provides dist (descending) * &#x60;obsoletes_dist&#x60; - Obsoletes dist * &#x60;-obsoletes_dist&#x60; - Obsoletes dist (descending) * &#x60;requires_external&#x60; - Requires external * &#x60;-requires_external&#x60; - Requires external (descending) * &#x60;classifiers&#x60; - Classifiers * &#x60;-classifiers&#x60; - Classifiers (descending) * &#x60;project_urls&#x60; - Project urls * &#x60;-project_urls&#x60; - Project urls (descending) * &#x60;description_content_type&#x60; - Description content type * &#x60;-description_content_type&#x60; - Description content type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
230
+ # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
228
231
  # @option opts [String] :packagetype Filter results where packagetype matches value * &#x60;bdist_dmg&#x60; - bdist_dmg * &#x60;bdist_dumb&#x60; - bdist_dumb * &#x60;bdist_egg&#x60; - bdist_egg * &#x60;bdist_msi&#x60; - bdist_msi * &#x60;bdist_rpm&#x60; - bdist_rpm * &#x60;bdist_wheel&#x60; - bdist_wheel * &#x60;bdist_wininst&#x60; - bdist_wininst * &#x60;sdist&#x60; - sdist
229
232
  # @option opts [Array<String>] :packagetype__in Filter results where packagetype is in a comma-separated list of values
230
233
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
231
234
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
235
+ # @option opts [String] :q
232
236
  # @option opts [String] :repository_version Repository Version referenced by HREF
233
237
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
234
238
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -274,10 +278,12 @@ module PulpPythonClient
274
278
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
275
279
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
276
280
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
281
+ query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
277
282
  query_params[:'packagetype'] = opts[:'packagetype'] if !opts[:'packagetype'].nil?
278
283
  query_params[:'packagetype__in'] = @api_client.build_collection_param(opts[:'packagetype__in'], :csv) if !opts[:'packagetype__in'].nil?
279
284
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
280
285
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
286
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
281
287
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
282
288
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
283
289
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?