pulp_python_client 3.16.0 → 3.17.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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -17
  3. data/docs/ContentPackagesApi.md +58 -36
  4. data/docs/DistributionsPypiApi.md +72 -32
  5. data/docs/PublicationsPypiApi.md +40 -16
  6. data/docs/PypiApi.md +2 -0
  7. data/docs/PypiLegacyApi.md +2 -0
  8. data/docs/PypiMetadataApi.md +2 -0
  9. data/docs/PypiSimpleApi.md +6 -0
  10. data/docs/PythonPythonPackageContentResponse.md +46 -36
  11. data/docs/RemotesPythonApi.md +74 -32
  12. data/docs/RepositoriesPythonApi.md +96 -44
  13. data/docs/RepositoriesPythonVersionsApi.md +22 -10
  14. data/lib/pulp_python_client/api/content_packages_api.rb +69 -42
  15. data/lib/pulp_python_client/api/distributions_pypi_api.rb +36 -0
  16. data/lib/pulp_python_client/api/publications_pypi_api.rb +24 -0
  17. data/lib/pulp_python_client/api/pypi_api.rb +3 -0
  18. data/lib/pulp_python_client/api/pypi_legacy_api.rb +3 -0
  19. data/lib/pulp_python_client/api/pypi_metadata_api.rb +3 -0
  20. data/lib/pulp_python_client/api/pypi_simple_api.rb +9 -0
  21. data/lib/pulp_python_client/api/remotes_python_api.rb +39 -0
  22. data/lib/pulp_python_client/api/repositories_python_api.rb +45 -0
  23. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +15 -3
  24. data/lib/pulp_python_client/models/python_python_package_content_response.rb +199 -146
  25. data/lib/pulp_python_client/version.rb +1 -1
  26. data/spec/api/content_packages_api_spec.rb +23 -14
  27. data/spec/api/distributions_pypi_api_spec.rb +12 -0
  28. data/spec/api/publications_pypi_api_spec.rb +8 -0
  29. data/spec/api/pypi_api_spec.rb +1 -0
  30. data/spec/api/pypi_legacy_api_spec.rb +1 -0
  31. data/spec/api/pypi_metadata_api_spec.rb +1 -0
  32. data/spec/api/pypi_simple_api_spec.rb +3 -0
  33. data/spec/api/remotes_python_api_spec.rb +13 -0
  34. data/spec/api/repositories_python_api_spec.rb +15 -0
  35. data/spec/api/repositories_python_versions_api_spec.rb +5 -1
  36. data/spec/models/python_python_package_content_response_spec.rb +54 -24
  37. metadata +39 -39
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcb87f8c012bdcee725ba4b8db4cdbec92ffcd1d7180dcf342a9946bb1ef5142
4
- data.tar.gz: ecd09fb9ae8e8f34fcedaa585c91efabed846ab023205bb70133cdde5504f517
3
+ metadata.gz: b580930eb70762b16f64d136d1ebc1b0a91eb8a568ec74b805945f30709d2255
4
+ data.tar.gz: d5ae15768962ab96e3a0228810983c81a1fe01953fcf9c6e38bef067e312d435
5
5
  SHA512:
6
- metadata.gz: 7f01879d1da692a04f9c8c2d9a08063da8931c9853be449f688ae6a5f7bea7867c4de7685658c5297a8b40720cd38676c540e00709d4374acff90d25e9a29eb9
7
- data.tar.gz: 9133d5fca51c0d39419dcbbd220720e89067e096110044a9f6f3bc199c6a539a73bca00101e9a7d4878eca78f68a96cebdc7c126268caec265b29cde522eca3e
6
+ metadata.gz: aedc4ef1784f2142bd2708ce96a9051aa44eb7f1b570785dc32a699650f1a01a2e2ec8a72548f9fe889f10eaf256c19a1bf02192cbff853ec57001b54812f39e
7
+ data.tar.gz: 2de0b00d910f306c7e0b48691a31ade80e11c356bba17fe4c34e31f2e24c3dafa68ec224c0a27784b8e72796ebdc719d96c6b7a19768364ca3fa99ac08858a04
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.16.0
10
+ - Package version: 3.17.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_python_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_python_client-3.16.0.gem
28
+ gem install ./pulp_python_client-3.17.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_python_client-3.16.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_python_client-3.17.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_python_client', '~> 3.16.0'
37
+ gem 'pulp_python_client', '~> 3.17.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -70,34 +70,39 @@ end
70
70
  api_instance = PulpPythonClient::ContentPackagesApi.new
71
71
  relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
72
72
  opts = {
73
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
73
74
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
74
75
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
75
76
  artifact: 'artifact_example', # String | Artifact file representing the physical content
76
77
  file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
77
78
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
78
79
  file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
79
- sha256: 'sha256_example', # String | The SHA256 digest of this package.
80
- summary: 'summary_example', # String | A one-line summary of what the package does.
80
+ author: 'author_example', # String | Text containing the author's name. Contact information can also be added, separated with newlines.
81
+ author_email: 'author_email_example', # String | The author's e-mail address.
81
82
  description: 'description_example', # String | A longer description of the package that can run to several paragraphs.
82
- description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
83
- keywords: 'keywords_example', # String | Additional keywords to be used to assist searching for the package in a larger catalog.
84
83
  home_page: 'home_page_example', # String | The URL for the package's home page.
84
+ keywords: 'keywords_example', # String | Additional keywords to be used to assist searching for the package in a larger catalog.
85
+ license: 'license_example', # String | Text indicating the license covering the distribution
86
+ platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
87
+ summary: 'summary_example', # String | A one-line summary of what the package does.
88
+ classifiers: TODO, # Object | A JSON list containing classification values for a Python package.
85
89
  download_url: 'download_url_example', # String | Legacy field denoting the URL from which this package can be downloaded.
86
- author: 'author_example', # String | Text containing the author's name. Contact information can also be added, separated with newlines.
87
- author_email: 'author_email_example', # String | The author's e-mail address.
90
+ supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
88
91
  maintainer: 'maintainer_example', # String | The maintainer's name at a minimum; additional contact information may be provided.
89
92
  maintainer_email: 'maintainer_email_example', # String | The maintainer's e-mail address.
90
- license: 'license_example', # String | Text indicating the license covering the distribution
91
- requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
93
+ obsoletes_dist: TODO, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
92
94
  project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
93
95
  project_urls: TODO, # Object | A dictionary of labels and URLs for the project.
94
- platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
95
- supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
96
- requires_dist: TODO, # Object | A JSON list containing names of some other distutils project required by this distribution.
97
96
  provides_dist: TODO, # Object | A JSON list containing names of a Distutils project which is contained within this distribution.
98
- obsoletes_dist: TODO, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
99
97
  requires_external: TODO, # Object | A JSON list containing some dependency in the system that the distribution is to be used.
100
- classifiers: TODO # Object | A JSON list containing classification values for a Python package.
98
+ requires_dist: TODO, # Object | A JSON list containing names of some other distutils project required by this distribution.
99
+ requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
100
+ description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
101
+ provides_extras: TODO, # Object | A JSON list containing names of optional features provided by the package.
102
+ dynamic: TODO, # Object | A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
103
+ license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
104
+ license_file: TODO, # Object | A JSON list containing names of the paths to license-related files.
105
+ sha256: 'sha256_example' # String | The SHA256 digest of this package.
101
106
  }
102
107
 
103
108
  begin
@@ -34,34 +34,39 @@ end
34
34
  api_instance = PulpPythonClient::ContentPackagesApi.new
35
35
  relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
36
36
  opts = {
37
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
38
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
39
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
39
40
  artifact: 'artifact_example', # String | Artifact file representing the physical content
40
41
  file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
41
42
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
42
43
  file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
43
- sha256: 'sha256_example', # String | The SHA256 digest of this package.
44
- summary: 'summary_example', # String | A one-line summary of what the package does.
44
+ author: 'author_example', # String | Text containing the author's name. Contact information can also be added, separated with newlines.
45
+ author_email: 'author_email_example', # String | The author's e-mail address.
45
46
  description: 'description_example', # String | A longer description of the package that can run to several paragraphs.
46
- description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
47
- keywords: 'keywords_example', # String | Additional keywords to be used to assist searching for the package in a larger catalog.
48
47
  home_page: 'home_page_example', # String | The URL for the package's home page.
48
+ keywords: 'keywords_example', # String | Additional keywords to be used to assist searching for the package in a larger catalog.
49
+ license: 'license_example', # String | Text indicating the license covering the distribution
50
+ platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
51
+ summary: 'summary_example', # String | A one-line summary of what the package does.
52
+ classifiers: TODO, # Object | A JSON list containing classification values for a Python package.
49
53
  download_url: 'download_url_example', # String | Legacy field denoting the URL from which this package can be downloaded.
50
- author: 'author_example', # String | Text containing the author's name. Contact information can also be added, separated with newlines.
51
- author_email: 'author_email_example', # String | The author's e-mail address.
54
+ supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
52
55
  maintainer: 'maintainer_example', # String | The maintainer's name at a minimum; additional contact information may be provided.
53
56
  maintainer_email: 'maintainer_email_example', # String | The maintainer's e-mail address.
54
- license: 'license_example', # String | Text indicating the license covering the distribution
55
- requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
57
+ obsoletes_dist: TODO, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
56
58
  project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
57
59
  project_urls: TODO, # Object | A dictionary of labels and URLs for the project.
58
- platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
59
- supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
60
- requires_dist: TODO, # Object | A JSON list containing names of some other distutils project required by this distribution.
61
60
  provides_dist: TODO, # Object | A JSON list containing names of a Distutils project which is contained within this distribution.
62
- obsoletes_dist: TODO, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
63
61
  requires_external: TODO, # Object | A JSON list containing some dependency in the system that the distribution is to be used.
64
- classifiers: TODO # Object | A JSON list containing classification values for a Python package.
62
+ requires_dist: TODO, # Object | A JSON list containing names of some other distutils project required by this distribution.
63
+ requires_python: 'requires_python_example', # String | The Python version(s) that the distribution is guaranteed to be compatible with.
64
+ description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
65
+ provides_extras: TODO, # Object | A JSON list containing names of optional features provided by the package.
66
+ dynamic: TODO, # Object | A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
67
+ license_expression: 'license_expression_example', # String | Text string that is a valid SPDX license expression.
68
+ license_file: TODO, # Object | A JSON list containing names of the paths to license-related files.
69
+ sha256: 'sha256_example' # String | The SHA256 digest of this package.
65
70
  }
66
71
 
67
72
  begin
@@ -96,34 +101,39 @@ end
96
101
  | Name | Type | Description | Notes |
97
102
  | ---- | ---- | ----------- | ----- |
98
103
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
104
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
99
105
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
100
106
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
101
107
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
102
108
  | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
103
109
  | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
104
110
  | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
105
- | **sha256** | **String** | The SHA256 digest of this package. | [optional][default to &#39;&#39;] |
106
- | **summary** | **String** | A one-line summary of what the package does. | [optional] |
111
+ | **author** | **String** | Text containing the author&#39;s name. Contact information can also be added, separated with newlines. | [optional] |
112
+ | **author_email** | **String** | The author&#39;s e-mail address. | [optional] |
107
113
  | **description** | **String** | A longer description of the package that can run to several paragraphs. | [optional] |
108
- | **description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional] |
109
- | **keywords** | **String** | Additional keywords to be used to assist searching for the package in a larger catalog. | [optional] |
110
114
  | **home_page** | **String** | The URL for the package&#39;s home page. | [optional] |
115
+ | **keywords** | **String** | Additional keywords to be used to assist searching for the package in a larger catalog. | [optional] |
116
+ | **license** | **String** | Text indicating the license covering the distribution | [optional] |
117
+ | **platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional] |
118
+ | **summary** | **String** | A one-line summary of what the package does. | [optional] |
119
+ | **classifiers** | [**Object**](Object.md) | A JSON list containing classification values for a Python package. | [optional] |
111
120
  | **download_url** | **String** | Legacy field denoting the URL from which this package can be downloaded. | [optional] |
112
- | **author** | **String** | Text containing the author&#39;s name. Contact information can also be added, separated with newlines. | [optional] |
113
- | **author_email** | **String** | The author&#39;s e-mail address. | [optional] |
121
+ | **supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional] |
114
122
  | **maintainer** | **String** | The maintainer&#39;s name at a minimum; additional contact information may be provided. | [optional] |
115
123
  | **maintainer_email** | **String** | The maintainer&#39;s e-mail address. | [optional] |
116
- | **license** | **String** | Text indicating the license covering the distribution | [optional] |
117
- | **requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional] |
124
+ | **obsoletes_dist** | [**Object**](Object.md) | A JSON list containing names of a distutils project&#39;s distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. | [optional] |
118
125
  | **project_url** | **String** | A browsable URL for the project and a label for it, separated by a comma. | [optional] |
119
126
  | **project_urls** | [**Object**](Object.md) | A dictionary of labels and URLs for the project. | [optional] |
120
- | **platform** | **String** | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional] |
121
- | **supported_platform** | **String** | Field to specify the OS and CPU for which the binary package was compiled. | [optional] |
122
- | **requires_dist** | [**Object**](Object.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional] |
123
127
  | **provides_dist** | [**Object**](Object.md) | A JSON list containing names of a Distutils project which is contained within this distribution. | [optional] |
124
- | **obsoletes_dist** | [**Object**](Object.md) | A JSON list containing names of a distutils project&#39;s distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. | [optional] |
125
128
  | **requires_external** | [**Object**](Object.md) | A JSON list containing some dependency in the system that the distribution is to be used. | [optional] |
126
- | **classifiers** | [**Object**](Object.md) | A JSON list containing classification values for a Python package. | [optional] |
129
+ | **requires_dist** | [**Object**](Object.md) | A JSON list containing names of some other distutils project required by this distribution. | [optional] |
130
+ | **requires_python** | **String** | The Python version(s) that the distribution is guaranteed to be compatible with. | [optional] |
131
+ | **description_content_type** | **String** | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description. | [optional] |
132
+ | **provides_extras** | [**Object**](Object.md) | A JSON list containing names of optional features provided by the package. | [optional] |
133
+ | **dynamic** | [**Object**](Object.md) | A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist. | [optional] |
134
+ | **license_expression** | **String** | Text string that is a valid SPDX license expression. | [optional] |
135
+ | **license_file** | [**Object**](Object.md) | A JSON list containing names of the paths to license-related files. | [optional] |
136
+ | **sha256** | **String** | The SHA256 digest of this package. | [optional][default to &#39;&#39;] |
127
137
 
128
138
  ### Return type
129
139
 
@@ -161,6 +171,7 @@ end
161
171
 
162
172
  api_instance = PulpPythonClient::ContentPackagesApi.new
163
173
  opts = {
174
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
164
175
  author: 'author_example', # String | Filter results where author matches value
165
176
  author__in: ['inner_example'], # Array<String> | Filter results where author is in a comma-separated list of values
166
177
  filename: 'filename_example', # String | Filter results where filename matches value
@@ -172,7 +183,7 @@ opts = {
172
183
  name: 'name_example', # String | Filter results where name matches value
173
184
  name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
174
185
  offset: 56, # Integer | The initial index from which to return the results.
175
- ordering: ['-author'], # 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `license` - License * `-license` - License (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `platform` - Platform * `-platform` - Platform (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `pk` - Pk * `-pk` - Pk (descending)
186
+ ordering: ['-author'], # 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
176
187
  orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
177
188
  packagetype: 'bdist_dmg', # String | Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist
178
189
  packagetype__in: ['inner_example'], # Array<String> | Filter results where packagetype is in a comma-separated list of values
@@ -229,6 +240,7 @@ end
229
240
 
230
241
  | Name | Type | Description | Notes |
231
242
  | ---- | ---- | ----------- | ----- |
243
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
232
244
  | **author** | **String** | Filter results where author matches value | [optional] |
233
245
  | **author__in** | [**Array&lt;String&gt;**](String.md) | Filter results where author is in a comma-separated list of values | [optional] |
234
246
  | **filename** | **String** | Filter results where filename matches value | [optional] |
@@ -240,7 +252,7 @@ end
240
252
  | **name** | **String** | Filter results where name matches value | [optional] |
241
253
  | **name__in** | [**Array&lt;String&gt;**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
242
254
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
243
- | **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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (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) | [optional] |
255
+ | **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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;author&#x60; - Author * &#x60;-author&#x60; - Author (descending) * &#x60;author_email&#x60; - Author email * &#x60;-author_email&#x60; - Author email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;home_page&#x60; - Home page * &#x60;-home_page&#x60; - Home page (descending) * &#x60;keywords&#x60; - Keywords * &#x60;-keywords&#x60; - Keywords (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;metadata_version&#x60; - Metadata version * &#x60;-metadata_version&#x60; - Metadata version (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;platform&#x60; - Platform * &#x60;-platform&#x60; - Platform (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;classifiers&#x60; - Classifiers * &#x60;-classifiers&#x60; - Classifiers (descending) * &#x60;download_url&#x60; - Download url * &#x60;-download_url&#x60; - Download url (descending) * &#x60;supported_platform&#x60; - Supported platform * &#x60;-supported_platform&#x60; - Supported platform (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;maintainer_email&#x60; - Maintainer email * &#x60;-maintainer_email&#x60; - Maintainer email (descending) * &#x60;obsoletes_dist&#x60; - Obsoletes dist * &#x60;-obsoletes_dist&#x60; - Obsoletes dist (descending) * &#x60;project_url&#x60; - Project url * &#x60;-project_url&#x60; - Project url (descending) * &#x60;project_urls&#x60; - Project urls * &#x60;-project_urls&#x60; - Project urls (descending) * &#x60;provides_dist&#x60; - Provides dist * &#x60;-provides_dist&#x60; - Provides dist (descending) * &#x60;requires_external&#x60; - Requires external * &#x60;-requires_external&#x60; - Requires external (descending) * &#x60;requires_dist&#x60; - Requires dist * &#x60;-requires_dist&#x60; - Requires dist (descending) * &#x60;requires_python&#x60; - Requires python * &#x60;-requires_python&#x60; - Requires python (descending) * &#x60;description_content_type&#x60; - Description content type * &#x60;-description_content_type&#x60; - Description content type (descending) * &#x60;provides_extras&#x60; - Provides extras * &#x60;-provides_extras&#x60; - Provides extras (descending) * &#x60;dynamic&#x60; - Dynamic * &#x60;-dynamic&#x60; - Dynamic (descending) * &#x60;license_expression&#x60; - License expression * &#x60;-license_expression&#x60; - License expression (descending) * &#x60;license_file&#x60; - License file * &#x60;-license_file&#x60; - License file (descending) * &#x60;filename&#x60; - Filename * &#x60;-filename&#x60; - Filename (descending) * &#x60;packagetype&#x60; - Packagetype * &#x60;-packagetype&#x60; - Packagetype (descending) * &#x60;python_version&#x60; - Python version * &#x60;-python_version&#x60; - Python version (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
244
256
  | **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
245
257
  | **packagetype** | **String** | 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 | [optional] |
246
258
  | **packagetype__in** | [**Array&lt;String&gt;**](String.md) | Filter results where packagetype is in a comma-separated list of values | [optional] |
@@ -302,6 +314,7 @@ end
302
314
  api_instance = PulpPythonClient::ContentPackagesApi.new
303
315
  python_python_package_content_href = 'python_python_package_content_href_example' # String |
304
316
  opts = {
317
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
305
318
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
306
319
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
307
320
  }
@@ -338,6 +351,7 @@ end
338
351
  | Name | Type | Description | Notes |
339
352
  | ---- | ---- | ----------- | ----- |
340
353
  | **python_python_package_content_href** | **String** | | |
354
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
341
355
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
342
356
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
343
357
 
@@ -357,7 +371,7 @@ end
357
371
 
358
372
  ## set_label
359
373
 
360
- > <SetLabelResponse> set_label(python_python_package_content_href, set_label)
374
+ > <SetLabelResponse> set_label(python_python_package_content_href, set_label, opts)
361
375
 
362
376
  Set a label
363
377
 
@@ -378,10 +392,13 @@ end
378
392
  api_instance = PulpPythonClient::ContentPackagesApi.new
379
393
  python_python_package_content_href = 'python_python_package_content_href_example' # String |
380
394
  set_label = PulpPythonClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
395
+ opts = {
396
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
397
+ }
381
398
 
382
399
  begin
383
400
  # Set a label
384
- result = api_instance.set_label(python_python_package_content_href, set_label)
401
+ result = api_instance.set_label(python_python_package_content_href, set_label, opts)
385
402
  p result
386
403
  rescue PulpPythonClient::ApiError => e
387
404
  puts "Error when calling ContentPackagesApi->set_label: #{e}"
@@ -392,12 +409,12 @@ end
392
409
 
393
410
  This returns an Array which contains the response data, status code and headers.
394
411
 
395
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(python_python_package_content_href, set_label)
412
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(python_python_package_content_href, set_label, opts)
396
413
 
397
414
  ```ruby
398
415
  begin
399
416
  # Set a label
400
- data, status_code, headers = api_instance.set_label_with_http_info(python_python_package_content_href, set_label)
417
+ data, status_code, headers = api_instance.set_label_with_http_info(python_python_package_content_href, set_label, opts)
401
418
  p status_code # => 2xx
402
419
  p headers # => { ... }
403
420
  p data # => <SetLabelResponse>
@@ -412,6 +429,7 @@ end
412
429
  | ---- | ---- | ----------- | ----- |
413
430
  | **python_python_package_content_href** | **String** | | |
414
431
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
432
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
415
433
 
416
434
  ### Return type
417
435
 
@@ -429,7 +447,7 @@ end
429
447
 
430
448
  ## unset_label
431
449
 
432
- > <UnsetLabelResponse> unset_label(python_python_package_content_href, unset_label)
450
+ > <UnsetLabelResponse> unset_label(python_python_package_content_href, unset_label, opts)
433
451
 
434
452
  Unset a label
435
453
 
@@ -450,10 +468,13 @@ end
450
468
  api_instance = PulpPythonClient::ContentPackagesApi.new
451
469
  python_python_package_content_href = 'python_python_package_content_href_example' # String |
452
470
  unset_label = PulpPythonClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
471
+ opts = {
472
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
473
+ }
453
474
 
454
475
  begin
455
476
  # Unset a label
456
- result = api_instance.unset_label(python_python_package_content_href, unset_label)
477
+ result = api_instance.unset_label(python_python_package_content_href, unset_label, opts)
457
478
  p result
458
479
  rescue PulpPythonClient::ApiError => e
459
480
  puts "Error when calling ContentPackagesApi->unset_label: #{e}"
@@ -464,12 +485,12 @@ end
464
485
 
465
486
  This returns an Array which contains the response data, status code and headers.
466
487
 
467
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(python_python_package_content_href, unset_label)
488
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(python_python_package_content_href, unset_label, opts)
468
489
 
469
490
  ```ruby
470
491
  begin
471
492
  # Unset a label
472
- data, status_code, headers = api_instance.unset_label_with_http_info(python_python_package_content_href, unset_label)
493
+ data, status_code, headers = api_instance.unset_label_with_http_info(python_python_package_content_href, unset_label, opts)
473
494
  p status_code # => 2xx
474
495
  p headers # => { ... }
475
496
  p data # => <UnsetLabelResponse>
@@ -484,6 +505,7 @@ end
484
505
  | ---- | ---- | ----------- | ----- |
485
506
  | **python_python_package_content_href** | **String** | | |
486
507
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
508
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
487
509
 
488
510
  ### Return type
489
511