pulp-python-client 3.13.5__py3-none-any.whl → 3.13.6__py3-none-any.whl
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.
- {pulp_python_client-3.13.5.dist-info → pulp_python_client-3.13.6.dist-info}/METADATA +13 -5
- pulp_python_client-3.13.6.dist-info/RECORD +64 -0
- {pulp_python_client-3.13.5.dist-info → pulp_python_client-3.13.6.dist-info}/WHEEL +1 -1
- pulpcore/client/pulp_python/__init__.py +1 -1
- pulpcore/client/pulp_python/api/content_packages_api.py +80 -0
- pulpcore/client/pulp_python/api/distributions_pypi_api.py +192 -0
- pulpcore/client/pulp_python/api/publications_pypi_api.py +128 -0
- pulpcore/client/pulp_python/api/pypi_api.py +16 -0
- pulpcore/client/pulp_python/api/pypi_legacy_api.py +17 -1
- pulpcore/client/pulp_python/api/pypi_metadata_api.py +16 -0
- pulpcore/client/pulp_python/api/pypi_simple_api.py +48 -0
- pulpcore/client/pulp_python/api/remotes_python_api.py +208 -0
- pulpcore/client/pulp_python/api/repositories_python_api.py +224 -0
- pulpcore/client/pulp_python/api/repositories_python_versions_api.py +70 -6
- pulpcore/client/pulp_python/api_client.py +1 -1
- pulpcore/client/pulp_python/configuration.py +1 -1
- pulpcore/client/pulp_python/models/async_operation_response.py +8 -0
- pulpcore/client/pulp_python/models/content_summary_response.py +8 -0
- pulpcore/client/pulp_python/models/my_permissions_response.py +8 -0
- pulpcore/client/pulp_python/models/nested_role.py +8 -0
- pulpcore/client/pulp_python/models/nested_role_response.py +8 -0
- pulpcore/client/pulp_python/models/object_roles_response.py +8 -0
- pulpcore/client/pulp_python/models/package_metadata_response.py +8 -0
- pulpcore/client/pulp_python/models/package_upload_task_response.py +8 -0
- pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +8 -0
- pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +8 -0
- pulpcore/client/pulp_python/models/patchedpython_python_remote.py +8 -0
- pulpcore/client/pulp_python/models/patchedpython_python_repository.py +8 -0
- pulpcore/client/pulp_python/models/python_python_distribution.py +8 -0
- pulpcore/client/pulp_python/models/python_python_distribution_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_package_content_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_publication.py +8 -0
- pulpcore/client/pulp_python/models/python_python_publication_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_remote.py +8 -0
- pulpcore/client/pulp_python/models/python_python_remote_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +8 -0
- pulpcore/client/pulp_python/models/python_python_repository.py +8 -0
- pulpcore/client/pulp_python/models/python_python_repository_response.py +8 -0
- pulpcore/client/pulp_python/models/repair.py +8 -0
- pulpcore/client/pulp_python/models/repository_add_remove_content.py +8 -0
- pulpcore/client/pulp_python/models/repository_sync_url.py +8 -0
- pulpcore/client/pulp_python/models/repository_version_response.py +8 -0
- pulpcore/client/pulp_python/models/set_label.py +8 -0
- pulpcore/client/pulp_python/models/set_label_response.py +8 -0
- pulpcore/client/pulp_python/models/summary_response.py +8 -0
- pulpcore/client/pulp_python/models/unset_label.py +8 -0
- pulpcore/client/pulp_python/models/unset_label_response.py +8 -0
- pulp_python_client-3.13.5.dist-info/RECORD +0 -64
- {pulp_python_client-3.13.5.dist-info → pulp_python_client-3.13.6.dist-info}/top_level.txt +0 -0
|
@@ -1,17 +1,25 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 3.13.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pulp_python-client
|
|
3
|
+
Version: 3.13.6
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
7
7
|
Author-email: pulp-list@redhat.com
|
|
8
|
-
License:
|
|
8
|
+
License: GPL-2.0-or-later
|
|
9
9
|
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
-
Requires-Dist: urllib3<
|
|
11
|
+
Requires-Dist: urllib3<2.7,>=1.25.3
|
|
12
12
|
Requires-Dist: python-dateutil<2.10.0,>=2.8.1
|
|
13
13
|
Requires-Dist: pydantic>=2
|
|
14
14
|
Requires-Dist: typing-extensions>=4.7.1
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: description
|
|
18
|
+
Dynamic: description-content-type
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: summary
|
|
15
23
|
|
|
16
24
|
Fetch, Upload, Organize, and Distribute Software Packages
|
|
17
25
|
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
|
+
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=7HrzUQXeB_rz30U_SYBa4kFMtUNYDx2n04yjGrTJQWk,5786
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=AmbNmZWBbahZWk3B6NCySZmeOLF8cfhbQxKI6GwOdAA,27531
|
|
5
|
+
pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
pulpcore/client/pulp_python/configuration.py,sha256=eqxYsxGH7VYwtEXCsMa3AteEugViDAtK40i1UWCa79k,19250
|
|
7
|
+
pulpcore/client/pulp_python/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
|
+
pulpcore/client/pulp_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
pulpcore/client/pulp_python/rest.py,sha256=g0lqBpRHpu0epc6G4Rwk-SnApSsrKrqgdrNqwg-LlQE,9410
|
|
10
|
+
pulpcore/client/pulp_python/api/__init__.py,sha256=gQiZxpv7fnqBIwl4D4hIlxgTmAhabinAwhnQEkEASio,870
|
|
11
|
+
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=Cge0YZGwuVALS25kSSAQCi1ED3VNi6qo2Oiiq56ke-k,150280
|
|
12
|
+
pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=t4OGi4U8aZWyKNodX9bd2aWu1fMGh5KPETrQvl957Qc,183995
|
|
13
|
+
pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=U74CRJ5rmEFHPfJdeUOsa-If49bfbfIEBLLa3KjFtc0,127426
|
|
14
|
+
pulpcore/client/pulp_python/api/pypi_api.py,sha256=YV0qe3htsZrysNA8nyQwV-te9hxZgrZ89aMin8HQV70,13944
|
|
15
|
+
pulpcore/client/pulp_python/api/pypi_legacy_api.py,sha256=ELJg4G7T_jntuHIe9S568sFsNAiWueaTEfWecXgHMU8,16010
|
|
16
|
+
pulpcore/client/pulp_python/api/pypi_metadata_api.py,sha256=DC25AkQ4dPl8n7NJJrpxFbfD2T83aKLLnmaoqehQQPs,14893
|
|
17
|
+
pulpcore/client/pulp_python/api/pypi_simple_api.py,sha256=v6f6Zu0Puq-30vonFVDc2gzA8w3iXUSd9VxivEwMtGs,41973
|
|
18
|
+
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=Ty-se08bKV5Jpyxado_VmhIskivO-uOR-bAEtD6lrRQ,209746
|
|
19
|
+
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=2Zc_e7tBv8vnNgxN6xYvMnz9XjSmWZQzPY4AW-66Msg,214489
|
|
20
|
+
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=7fp8_MitxSHXIewPgzjR-Qd9HcSlqup4E_hamP0d6p8,78775
|
|
21
|
+
pulpcore/client/pulp_python/models/__init__.py,sha256=vVhq0ydtc_OjdnPpmQVfQgqI3TeJ5RF5K9JDxc7bC34,4302
|
|
22
|
+
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=2ciH8OgYeKl93wFyHQ7PBpt0y0FrxoxKta6FlebffvI,2724
|
|
23
|
+
pulpcore/client/pulp_python/models/content_summary_response.py,sha256=MnMrjStbtEGKlmHZEUG3SY0vuDLzQDEDe_bpJ3fILPI,2880
|
|
24
|
+
pulpcore/client/pulp_python/models/exclude_platforms_enum.py,sha256=04Ppg5ulYtQgbaOloDE-P8pyUDGjzpCoRWkk5DViO1g,861
|
|
25
|
+
pulpcore/client/pulp_python/models/my_permissions_response.py,sha256=KgWUi95Sdn0d-crIz2gbVrIXcXyvYOJXLwTSOmh0Cn0,2685
|
|
26
|
+
pulpcore/client/pulp_python/models/nested_role.py,sha256=GMCm-guXQHYZGP8MGaOD3m6yQtK-DfAMpYz_x6RnwfI,3169
|
|
27
|
+
pulpcore/client/pulp_python/models/nested_role_response.py,sha256=f9xTFRV-BYi5udHDevZFAZxexrCsLON2zlGinxuSdYE,3040
|
|
28
|
+
pulpcore/client/pulp_python/models/object_roles_response.py,sha256=duQaVdGpxywJi-BUx2CldpfI_-eqycJr_rgGQEzxJrg,3142
|
|
29
|
+
pulpcore/client/pulp_python/models/package_metadata_response.py,sha256=HmcW5Hf1MbBZL6LWFWskzw4ch4YzQWYQXZRunE-btzk,3725
|
|
30
|
+
pulpcore/client/pulp_python/models/package_types_enum.py,sha256=IxfhKcGOGO-63Uewkd9iYmgNVjD-pFctINtq2l7zwbE,1129
|
|
31
|
+
pulpcore/client/pulp_python/models/package_upload_task_response.py,sha256=tXE9OExLj6svP_G0Bsjyg8iqyOTF2Cgkphv_TS6d1r0,3394
|
|
32
|
+
pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py,sha256=9nXjw7nBK3dTv71wpgjGzuv9POZNGwueXtBm4-jdm5o,3965
|
|
33
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=9arEMdzfXQty3JLEo8PgxrzTUgriKp1P4PJz_YHlJRM,4022
|
|
34
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=V9M0WQFBV0K2oWipn5wYTxzWZAH5bTDtEDxIN84DeBk,4039
|
|
35
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=CBAZ38yG1fxFyai8MzyoeOQMnKzl7vl93iHy4j2DDQo,4014
|
|
36
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=iyn5USoWI3CpeLHVvRLT33x6Y6EM_HSaJOfbAk7gIi8,3974
|
|
37
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=GImw83uPX_7-hzZuH_kT5cZaCB1JA3lNjq-UCsiBoqM,4006
|
|
38
|
+
pulpcore/client/pulp_python/models/patchedpython_python_distribution.py,sha256=qyIufyrf-VNorCstrdVnLH5I1Sx-_VZZWbzVx5p0Tfg,5481
|
|
39
|
+
pulpcore/client/pulp_python/models/patchedpython_python_remote.py,sha256=lGgYlXjl7dNztjEcmELim-N17jpfO9cuVk2meYfRQ8U,13956
|
|
40
|
+
pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=kUwXshE1T4p_5iPiOHbyomSjfd_uJy4yq5l8w5ROL_8,4693
|
|
41
|
+
pulpcore/client/pulp_python/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
|
|
42
|
+
pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=MIkETcLe05LL9kHnjCdYXL51eUrw8nj3wBbJ7_AMyNw,5412
|
|
43
|
+
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=ck03TK750BBHNN83MMXEHpHvbbSkB5JqYzNB3ev5M4w,7028
|
|
44
|
+
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=gEAe_5nGYQB9--pNntBnmmQfJqIcJvVoumcTmViPjxw,11829
|
|
45
|
+
pulpcore/client/pulp_python/models/python_python_publication.py,sha256=368ao0N3ojlEJsNgaa9dnH5bwt_xSRO8aZAEGK0MUhw,2938
|
|
46
|
+
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=apg3__p3qxMh5lS_39EdgrttEh3en49vAPd84L7eaCo,4378
|
|
47
|
+
pulpcore/client/pulp_python/models/python_python_remote.py,sha256=cXsRYTevYMwVzyfDwPxUS-SwfD8LEUIrbFEkqDT4aXg,13887
|
|
48
|
+
pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=JHunFXIc1vZ0JXhP8pBLoBs3rc-TywTzqiHYQbLZWNc,13125
|
|
49
|
+
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py,sha256=_det3KoZYyXBTl6dQpJUJhoX1MCZh5pF7DX0TFsVBJM,2825
|
|
50
|
+
pulpcore/client/pulp_python/models/python_python_repository.py,sha256=-0H1gp19e1BfDHYKnjiRzTWkcDckF5-Dz-mbn1E8Fbc,4648
|
|
51
|
+
pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=5xFJDpFvnMwSrhCzrqopWs8ia0qaDp5-92hQ4rpgTuk,6120
|
|
52
|
+
pulpcore/client/pulp_python/models/repair.py,sha256=GLqmKOeI2u41APdOTpIYpI5juYQPmEKzlPyywBpYWJ4,2922
|
|
53
|
+
pulpcore/client/pulp_python/models/repository_add_remove_content.py,sha256=gAf6DzRO6jo7rSFs9N5ntGJedgt33GyXI1YdHwQW3KU,3948
|
|
54
|
+
pulpcore/client/pulp_python/models/repository_sync_url.py,sha256=HwX2y-EUOKtehFqtbf97SJBoYYLxjIU6n4O1aL7MVKc,3130
|
|
55
|
+
pulpcore/client/pulp_python/models/repository_version_response.py,sha256=HIeMcSabam2xzYip_gybxhm9Czl1rc_jdduAuNufPgk,5318
|
|
56
|
+
pulpcore/client/pulp_python/models/set_label.py,sha256=M2plaZH_yxps_VgcRzqO2bS85n2dMpzOeY7xuPn4z5E,3319
|
|
57
|
+
pulpcore/client/pulp_python/models/set_label_response.py,sha256=Ls8dBTKlrO8b9g75-iLXsDBpRlQyDL8A9XuBCfktsTY,3329
|
|
58
|
+
pulpcore/client/pulp_python/models/summary_response.py,sha256=cWsYc0z_7ZEaiViRIYXp9gDUTL2u2MZ2vKBAfbt9BUY,3033
|
|
59
|
+
pulpcore/client/pulp_python/models/unset_label.py,sha256=lk7qSclbVRbh2TReyEij4Xbw0Cz3NEtgxoWnNYhzEFw,3024
|
|
60
|
+
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=y6LqvCKT6R5FSC3tkwekrA9pEj3TPet7cm5qwboUyMM,3212
|
|
61
|
+
pulp_python_client-3.13.6.dist-info/METADATA,sha256=5wj9nGXY5jl0U8RZBRtgcuEPYQTjYJBZST9jLlxIr8k,641
|
|
62
|
+
pulp_python_client-3.13.6.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
63
|
+
pulp_python_client-3.13.6.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
64
|
+
pulp_python_client-3.13.6.dist-info/RECORD,,
|
|
@@ -50,6 +50,7 @@ class ContentPackagesApi:
|
|
|
50
50
|
def create(
|
|
51
51
|
self,
|
|
52
52
|
relative_path: Annotated[str, Field(min_length=1, strict=True, description="Path where the artifact is located relative to distributions base_path")],
|
|
53
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
53
54
|
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
54
55
|
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
55
56
|
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
@@ -97,6 +98,8 @@ class ContentPackagesApi:
|
|
|
97
98
|
|
|
98
99
|
:param relative_path: Path where the artifact is located relative to distributions base_path (required)
|
|
99
100
|
:type relative_path: str
|
|
101
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
102
|
+
:type x_task_diagnostics: List[str]
|
|
100
103
|
:param repository: A URI of a repository the new content unit should be associated with.
|
|
101
104
|
:type repository: str
|
|
102
105
|
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
@@ -177,6 +180,7 @@ class ContentPackagesApi:
|
|
|
177
180
|
|
|
178
181
|
_param = self._create_serialize(
|
|
179
182
|
relative_path=relative_path,
|
|
183
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
180
184
|
repository=repository,
|
|
181
185
|
pulp_labels=pulp_labels,
|
|
182
186
|
artifact=artifact,
|
|
@@ -229,6 +233,7 @@ class ContentPackagesApi:
|
|
|
229
233
|
def create_with_http_info(
|
|
230
234
|
self,
|
|
231
235
|
relative_path: Annotated[str, Field(min_length=1, strict=True, description="Path where the artifact is located relative to distributions base_path")],
|
|
236
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
232
237
|
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
233
238
|
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
234
239
|
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
@@ -276,6 +281,8 @@ class ContentPackagesApi:
|
|
|
276
281
|
|
|
277
282
|
:param relative_path: Path where the artifact is located relative to distributions base_path (required)
|
|
278
283
|
:type relative_path: str
|
|
284
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
285
|
+
:type x_task_diagnostics: List[str]
|
|
279
286
|
:param repository: A URI of a repository the new content unit should be associated with.
|
|
280
287
|
:type repository: str
|
|
281
288
|
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
@@ -356,6 +363,7 @@ class ContentPackagesApi:
|
|
|
356
363
|
|
|
357
364
|
_param = self._create_serialize(
|
|
358
365
|
relative_path=relative_path,
|
|
366
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
359
367
|
repository=repository,
|
|
360
368
|
pulp_labels=pulp_labels,
|
|
361
369
|
artifact=artifact,
|
|
@@ -408,6 +416,7 @@ class ContentPackagesApi:
|
|
|
408
416
|
def create_without_preload_content(
|
|
409
417
|
self,
|
|
410
418
|
relative_path: Annotated[str, Field(min_length=1, strict=True, description="Path where the artifact is located relative to distributions base_path")],
|
|
419
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
411
420
|
repository: Annotated[Optional[StrictStr], Field(description="A URI of a repository the new content unit should be associated with.")] = None,
|
|
412
421
|
pulp_labels: Annotated[Optional[Dict[str, Optional[StrictStr]]], Field(description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")] = None,
|
|
413
422
|
artifact: Annotated[Optional[StrictStr], Field(description="Artifact file representing the physical content")] = None,
|
|
@@ -455,6 +464,8 @@ class ContentPackagesApi:
|
|
|
455
464
|
|
|
456
465
|
:param relative_path: Path where the artifact is located relative to distributions base_path (required)
|
|
457
466
|
:type relative_path: str
|
|
467
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
468
|
+
:type x_task_diagnostics: List[str]
|
|
458
469
|
:param repository: A URI of a repository the new content unit should be associated with.
|
|
459
470
|
:type repository: str
|
|
460
471
|
:param pulp_labels: A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
@@ -535,6 +546,7 @@ class ContentPackagesApi:
|
|
|
535
546
|
|
|
536
547
|
_param = self._create_serialize(
|
|
537
548
|
relative_path=relative_path,
|
|
549
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
538
550
|
repository=repository,
|
|
539
551
|
pulp_labels=pulp_labels,
|
|
540
552
|
artifact=artifact,
|
|
@@ -582,6 +594,7 @@ class ContentPackagesApi:
|
|
|
582
594
|
def _create_serialize(
|
|
583
595
|
self,
|
|
584
596
|
relative_path,
|
|
597
|
+
x_task_diagnostics,
|
|
585
598
|
repository,
|
|
586
599
|
pulp_labels,
|
|
587
600
|
artifact,
|
|
@@ -619,6 +632,7 @@ class ContentPackagesApi:
|
|
|
619
632
|
_host = None
|
|
620
633
|
|
|
621
634
|
_collection_formats: Dict[str, str] = {
|
|
635
|
+
'X-Task-Diagnostics': 'csv',
|
|
622
636
|
}
|
|
623
637
|
|
|
624
638
|
_path_params: Dict[str, str] = {}
|
|
@@ -633,6 +647,8 @@ class ContentPackagesApi:
|
|
|
633
647
|
# process the path parameters
|
|
634
648
|
# process the query parameters
|
|
635
649
|
# process the header parameters
|
|
650
|
+
if x_task_diagnostics is not None:
|
|
651
|
+
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
636
652
|
# process the form parameters
|
|
637
653
|
if repository is not None:
|
|
638
654
|
_form_params.append(('repository', repository))
|
|
@@ -745,6 +761,7 @@ class ContentPackagesApi:
|
|
|
745
761
|
@validate_call
|
|
746
762
|
def list(
|
|
747
763
|
self,
|
|
764
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
748
765
|
author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
|
|
749
766
|
author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
|
|
750
767
|
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
@@ -797,6 +814,8 @@ class ContentPackagesApi:
|
|
|
797
814
|
|
|
798
815
|
PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
|
|
799
816
|
|
|
817
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
818
|
+
:type x_task_diagnostics: List[str]
|
|
800
819
|
:param author: Filter results where author matches value
|
|
801
820
|
:type author: str
|
|
802
821
|
:param author__in: Filter results where author is in a comma-separated list of values
|
|
@@ -890,6 +909,7 @@ class ContentPackagesApi:
|
|
|
890
909
|
""" # noqa: E501
|
|
891
910
|
|
|
892
911
|
_param = self._list_serialize(
|
|
912
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
893
913
|
author=author,
|
|
894
914
|
author__in=author__in,
|
|
895
915
|
filename=filename,
|
|
@@ -948,6 +968,7 @@ class ContentPackagesApi:
|
|
|
948
968
|
@validate_call
|
|
949
969
|
def list_with_http_info(
|
|
950
970
|
self,
|
|
971
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
951
972
|
author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
|
|
952
973
|
author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
|
|
953
974
|
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
@@ -1000,6 +1021,8 @@ class ContentPackagesApi:
|
|
|
1000
1021
|
|
|
1001
1022
|
PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
|
|
1002
1023
|
|
|
1024
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1025
|
+
:type x_task_diagnostics: List[str]
|
|
1003
1026
|
:param author: Filter results where author matches value
|
|
1004
1027
|
:type author: str
|
|
1005
1028
|
:param author__in: Filter results where author is in a comma-separated list of values
|
|
@@ -1093,6 +1116,7 @@ class ContentPackagesApi:
|
|
|
1093
1116
|
""" # noqa: E501
|
|
1094
1117
|
|
|
1095
1118
|
_param = self._list_serialize(
|
|
1119
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1096
1120
|
author=author,
|
|
1097
1121
|
author__in=author__in,
|
|
1098
1122
|
filename=filename,
|
|
@@ -1151,6 +1175,7 @@ class ContentPackagesApi:
|
|
|
1151
1175
|
@validate_call
|
|
1152
1176
|
def list_without_preload_content(
|
|
1153
1177
|
self,
|
|
1178
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1154
1179
|
author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
|
|
1155
1180
|
author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
|
|
1156
1181
|
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
@@ -1203,6 +1228,8 @@ class ContentPackagesApi:
|
|
|
1203
1228
|
|
|
1204
1229
|
PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
|
|
1205
1230
|
|
|
1231
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1232
|
+
:type x_task_diagnostics: List[str]
|
|
1206
1233
|
:param author: Filter results where author matches value
|
|
1207
1234
|
:type author: str
|
|
1208
1235
|
:param author__in: Filter results where author is in a comma-separated list of values
|
|
@@ -1296,6 +1323,7 @@ class ContentPackagesApi:
|
|
|
1296
1323
|
""" # noqa: E501
|
|
1297
1324
|
|
|
1298
1325
|
_param = self._list_serialize(
|
|
1326
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1299
1327
|
author=author,
|
|
1300
1328
|
author__in=author__in,
|
|
1301
1329
|
filename=filename,
|
|
@@ -1349,6 +1377,7 @@ class ContentPackagesApi:
|
|
|
1349
1377
|
|
|
1350
1378
|
def _list_serialize(
|
|
1351
1379
|
self,
|
|
1380
|
+
x_task_diagnostics,
|
|
1352
1381
|
author,
|
|
1353
1382
|
author__in,
|
|
1354
1383
|
filename,
|
|
@@ -1393,6 +1422,7 @@ class ContentPackagesApi:
|
|
|
1393
1422
|
_host = None
|
|
1394
1423
|
|
|
1395
1424
|
_collection_formats: Dict[str, str] = {
|
|
1425
|
+
'X-Task-Diagnostics': 'csv',
|
|
1396
1426
|
'author__in': 'csv',
|
|
1397
1427
|
'filename__in': 'csv',
|
|
1398
1428
|
'keywords__in': 'csv',
|
|
@@ -1560,6 +1590,8 @@ class ContentPackagesApi:
|
|
|
1560
1590
|
_query_params.append(('exclude_fields', exclude_fields))
|
|
1561
1591
|
|
|
1562
1592
|
# process the header parameters
|
|
1593
|
+
if x_task_diagnostics is not None:
|
|
1594
|
+
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
1563
1595
|
# process the form parameters
|
|
1564
1596
|
# process the body parameter
|
|
1565
1597
|
|
|
@@ -1601,6 +1633,7 @@ class ContentPackagesApi:
|
|
|
1601
1633
|
def read(
|
|
1602
1634
|
self,
|
|
1603
1635
|
python_python_package_content_href: StrictStr,
|
|
1636
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1604
1637
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1605
1638
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1606
1639
|
_request_timeout: Union[
|
|
@@ -1622,6 +1655,8 @@ class ContentPackagesApi:
|
|
|
1622
1655
|
|
|
1623
1656
|
:param python_python_package_content_href: (required)
|
|
1624
1657
|
:type python_python_package_content_href: str
|
|
1658
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1659
|
+
:type x_task_diagnostics: List[str]
|
|
1625
1660
|
:param fields: A list of fields to include in the response.
|
|
1626
1661
|
:type fields: List[str]
|
|
1627
1662
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1650,6 +1685,7 @@ class ContentPackagesApi:
|
|
|
1650
1685
|
|
|
1651
1686
|
_param = self._read_serialize(
|
|
1652
1687
|
python_python_package_content_href=python_python_package_content_href,
|
|
1688
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1653
1689
|
fields=fields,
|
|
1654
1690
|
exclude_fields=exclude_fields,
|
|
1655
1691
|
_request_auth=_request_auth,
|
|
@@ -1676,6 +1712,7 @@ class ContentPackagesApi:
|
|
|
1676
1712
|
def read_with_http_info(
|
|
1677
1713
|
self,
|
|
1678
1714
|
python_python_package_content_href: StrictStr,
|
|
1715
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1679
1716
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1680
1717
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1681
1718
|
_request_timeout: Union[
|
|
@@ -1697,6 +1734,8 @@ class ContentPackagesApi:
|
|
|
1697
1734
|
|
|
1698
1735
|
:param python_python_package_content_href: (required)
|
|
1699
1736
|
:type python_python_package_content_href: str
|
|
1737
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1738
|
+
:type x_task_diagnostics: List[str]
|
|
1700
1739
|
:param fields: A list of fields to include in the response.
|
|
1701
1740
|
:type fields: List[str]
|
|
1702
1741
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1725,6 +1764,7 @@ class ContentPackagesApi:
|
|
|
1725
1764
|
|
|
1726
1765
|
_param = self._read_serialize(
|
|
1727
1766
|
python_python_package_content_href=python_python_package_content_href,
|
|
1767
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1728
1768
|
fields=fields,
|
|
1729
1769
|
exclude_fields=exclude_fields,
|
|
1730
1770
|
_request_auth=_request_auth,
|
|
@@ -1751,6 +1791,7 @@ class ContentPackagesApi:
|
|
|
1751
1791
|
def read_without_preload_content(
|
|
1752
1792
|
self,
|
|
1753
1793
|
python_python_package_content_href: StrictStr,
|
|
1794
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1754
1795
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1755
1796
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1756
1797
|
_request_timeout: Union[
|
|
@@ -1772,6 +1813,8 @@ class ContentPackagesApi:
|
|
|
1772
1813
|
|
|
1773
1814
|
:param python_python_package_content_href: (required)
|
|
1774
1815
|
:type python_python_package_content_href: str
|
|
1816
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1817
|
+
:type x_task_diagnostics: List[str]
|
|
1775
1818
|
:param fields: A list of fields to include in the response.
|
|
1776
1819
|
:type fields: List[str]
|
|
1777
1820
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1800,6 +1843,7 @@ class ContentPackagesApi:
|
|
|
1800
1843
|
|
|
1801
1844
|
_param = self._read_serialize(
|
|
1802
1845
|
python_python_package_content_href=python_python_package_content_href,
|
|
1846
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1803
1847
|
fields=fields,
|
|
1804
1848
|
exclude_fields=exclude_fields,
|
|
1805
1849
|
_request_auth=_request_auth,
|
|
@@ -1821,6 +1865,7 @@ class ContentPackagesApi:
|
|
|
1821
1865
|
def _read_serialize(
|
|
1822
1866
|
self,
|
|
1823
1867
|
python_python_package_content_href,
|
|
1868
|
+
x_task_diagnostics,
|
|
1824
1869
|
fields,
|
|
1825
1870
|
exclude_fields,
|
|
1826
1871
|
_request_auth,
|
|
@@ -1832,6 +1877,7 @@ class ContentPackagesApi:
|
|
|
1832
1877
|
_host = None
|
|
1833
1878
|
|
|
1834
1879
|
_collection_formats: Dict[str, str] = {
|
|
1880
|
+
'X-Task-Diagnostics': 'csv',
|
|
1835
1881
|
'fields': 'multi',
|
|
1836
1882
|
'exclude_fields': 'multi',
|
|
1837
1883
|
}
|
|
@@ -1858,6 +1904,8 @@ class ContentPackagesApi:
|
|
|
1858
1904
|
_query_params.append(('exclude_fields', exclude_fields))
|
|
1859
1905
|
|
|
1860
1906
|
# process the header parameters
|
|
1907
|
+
if x_task_diagnostics is not None:
|
|
1908
|
+
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
1861
1909
|
# process the form parameters
|
|
1862
1910
|
# process the body parameter
|
|
1863
1911
|
|
|
@@ -1900,6 +1948,7 @@ class ContentPackagesApi:
|
|
|
1900
1948
|
self,
|
|
1901
1949
|
python_python_package_content_href: StrictStr,
|
|
1902
1950
|
set_label: SetLabel,
|
|
1951
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1903
1952
|
_request_timeout: Union[
|
|
1904
1953
|
None,
|
|
1905
1954
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1921,6 +1970,8 @@ class ContentPackagesApi:
|
|
|
1921
1970
|
:type python_python_package_content_href: str
|
|
1922
1971
|
:param set_label: (required)
|
|
1923
1972
|
:type set_label: SetLabel
|
|
1973
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1974
|
+
:type x_task_diagnostics: List[str]
|
|
1924
1975
|
:param _request_timeout: timeout setting for this request. If one
|
|
1925
1976
|
number provided, it will be total request
|
|
1926
1977
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1946,6 +1997,7 @@ class ContentPackagesApi:
|
|
|
1946
1997
|
_param = self._set_label_serialize(
|
|
1947
1998
|
python_python_package_content_href=python_python_package_content_href,
|
|
1948
1999
|
set_label=set_label,
|
|
2000
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1949
2001
|
_request_auth=_request_auth,
|
|
1950
2002
|
_content_type=_content_type,
|
|
1951
2003
|
_headers=_headers,
|
|
@@ -1971,6 +2023,7 @@ class ContentPackagesApi:
|
|
|
1971
2023
|
self,
|
|
1972
2024
|
python_python_package_content_href: StrictStr,
|
|
1973
2025
|
set_label: SetLabel,
|
|
2026
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1974
2027
|
_request_timeout: Union[
|
|
1975
2028
|
None,
|
|
1976
2029
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1992,6 +2045,8 @@ class ContentPackagesApi:
|
|
|
1992
2045
|
:type python_python_package_content_href: str
|
|
1993
2046
|
:param set_label: (required)
|
|
1994
2047
|
:type set_label: SetLabel
|
|
2048
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
2049
|
+
:type x_task_diagnostics: List[str]
|
|
1995
2050
|
:param _request_timeout: timeout setting for this request. If one
|
|
1996
2051
|
number provided, it will be total request
|
|
1997
2052
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2017,6 +2072,7 @@ class ContentPackagesApi:
|
|
|
2017
2072
|
_param = self._set_label_serialize(
|
|
2018
2073
|
python_python_package_content_href=python_python_package_content_href,
|
|
2019
2074
|
set_label=set_label,
|
|
2075
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
2020
2076
|
_request_auth=_request_auth,
|
|
2021
2077
|
_content_type=_content_type,
|
|
2022
2078
|
_headers=_headers,
|
|
@@ -2042,6 +2098,7 @@ class ContentPackagesApi:
|
|
|
2042
2098
|
self,
|
|
2043
2099
|
python_python_package_content_href: StrictStr,
|
|
2044
2100
|
set_label: SetLabel,
|
|
2101
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
2045
2102
|
_request_timeout: Union[
|
|
2046
2103
|
None,
|
|
2047
2104
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2063,6 +2120,8 @@ class ContentPackagesApi:
|
|
|
2063
2120
|
:type python_python_package_content_href: str
|
|
2064
2121
|
:param set_label: (required)
|
|
2065
2122
|
:type set_label: SetLabel
|
|
2123
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
2124
|
+
:type x_task_diagnostics: List[str]
|
|
2066
2125
|
:param _request_timeout: timeout setting for this request. If one
|
|
2067
2126
|
number provided, it will be total request
|
|
2068
2127
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2088,6 +2147,7 @@ class ContentPackagesApi:
|
|
|
2088
2147
|
_param = self._set_label_serialize(
|
|
2089
2148
|
python_python_package_content_href=python_python_package_content_href,
|
|
2090
2149
|
set_label=set_label,
|
|
2150
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
2091
2151
|
_request_auth=_request_auth,
|
|
2092
2152
|
_content_type=_content_type,
|
|
2093
2153
|
_headers=_headers,
|
|
@@ -2108,6 +2168,7 @@ class ContentPackagesApi:
|
|
|
2108
2168
|
self,
|
|
2109
2169
|
python_python_package_content_href,
|
|
2110
2170
|
set_label,
|
|
2171
|
+
x_task_diagnostics,
|
|
2111
2172
|
_request_auth,
|
|
2112
2173
|
_content_type,
|
|
2113
2174
|
_headers,
|
|
@@ -2117,6 +2178,7 @@ class ContentPackagesApi:
|
|
|
2117
2178
|
_host = None
|
|
2118
2179
|
|
|
2119
2180
|
_collection_formats: Dict[str, str] = {
|
|
2181
|
+
'X-Task-Diagnostics': 'csv',
|
|
2120
2182
|
}
|
|
2121
2183
|
|
|
2122
2184
|
_path_params: Dict[str, str] = {}
|
|
@@ -2133,6 +2195,8 @@ class ContentPackagesApi:
|
|
|
2133
2195
|
_path_params['python_python_package_content_href'] = python_python_package_content_href
|
|
2134
2196
|
# process the query parameters
|
|
2135
2197
|
# process the header parameters
|
|
2198
|
+
if x_task_diagnostics is not None:
|
|
2199
|
+
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
2136
2200
|
# process the form parameters
|
|
2137
2201
|
# process the body parameter
|
|
2138
2202
|
if set_label is not None:
|
|
@@ -2192,6 +2256,7 @@ class ContentPackagesApi:
|
|
|
2192
2256
|
self,
|
|
2193
2257
|
python_python_package_content_href: StrictStr,
|
|
2194
2258
|
unset_label: UnsetLabel,
|
|
2259
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
2195
2260
|
_request_timeout: Union[
|
|
2196
2261
|
None,
|
|
2197
2262
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2213,6 +2278,8 @@ class ContentPackagesApi:
|
|
|
2213
2278
|
:type python_python_package_content_href: str
|
|
2214
2279
|
:param unset_label: (required)
|
|
2215
2280
|
:type unset_label: UnsetLabel
|
|
2281
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
2282
|
+
:type x_task_diagnostics: List[str]
|
|
2216
2283
|
:param _request_timeout: timeout setting for this request. If one
|
|
2217
2284
|
number provided, it will be total request
|
|
2218
2285
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2238,6 +2305,7 @@ class ContentPackagesApi:
|
|
|
2238
2305
|
_param = self._unset_label_serialize(
|
|
2239
2306
|
python_python_package_content_href=python_python_package_content_href,
|
|
2240
2307
|
unset_label=unset_label,
|
|
2308
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
2241
2309
|
_request_auth=_request_auth,
|
|
2242
2310
|
_content_type=_content_type,
|
|
2243
2311
|
_headers=_headers,
|
|
@@ -2263,6 +2331,7 @@ class ContentPackagesApi:
|
|
|
2263
2331
|
self,
|
|
2264
2332
|
python_python_package_content_href: StrictStr,
|
|
2265
2333
|
unset_label: UnsetLabel,
|
|
2334
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
2266
2335
|
_request_timeout: Union[
|
|
2267
2336
|
None,
|
|
2268
2337
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2284,6 +2353,8 @@ class ContentPackagesApi:
|
|
|
2284
2353
|
:type python_python_package_content_href: str
|
|
2285
2354
|
:param unset_label: (required)
|
|
2286
2355
|
:type unset_label: UnsetLabel
|
|
2356
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
2357
|
+
:type x_task_diagnostics: List[str]
|
|
2287
2358
|
:param _request_timeout: timeout setting for this request. If one
|
|
2288
2359
|
number provided, it will be total request
|
|
2289
2360
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2309,6 +2380,7 @@ class ContentPackagesApi:
|
|
|
2309
2380
|
_param = self._unset_label_serialize(
|
|
2310
2381
|
python_python_package_content_href=python_python_package_content_href,
|
|
2311
2382
|
unset_label=unset_label,
|
|
2383
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
2312
2384
|
_request_auth=_request_auth,
|
|
2313
2385
|
_content_type=_content_type,
|
|
2314
2386
|
_headers=_headers,
|
|
@@ -2334,6 +2406,7 @@ class ContentPackagesApi:
|
|
|
2334
2406
|
self,
|
|
2335
2407
|
python_python_package_content_href: StrictStr,
|
|
2336
2408
|
unset_label: UnsetLabel,
|
|
2409
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
2337
2410
|
_request_timeout: Union[
|
|
2338
2411
|
None,
|
|
2339
2412
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2355,6 +2428,8 @@ class ContentPackagesApi:
|
|
|
2355
2428
|
:type python_python_package_content_href: str
|
|
2356
2429
|
:param unset_label: (required)
|
|
2357
2430
|
:type unset_label: UnsetLabel
|
|
2431
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
2432
|
+
:type x_task_diagnostics: List[str]
|
|
2358
2433
|
:param _request_timeout: timeout setting for this request. If one
|
|
2359
2434
|
number provided, it will be total request
|
|
2360
2435
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2380,6 +2455,7 @@ class ContentPackagesApi:
|
|
|
2380
2455
|
_param = self._unset_label_serialize(
|
|
2381
2456
|
python_python_package_content_href=python_python_package_content_href,
|
|
2382
2457
|
unset_label=unset_label,
|
|
2458
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
2383
2459
|
_request_auth=_request_auth,
|
|
2384
2460
|
_content_type=_content_type,
|
|
2385
2461
|
_headers=_headers,
|
|
@@ -2400,6 +2476,7 @@ class ContentPackagesApi:
|
|
|
2400
2476
|
self,
|
|
2401
2477
|
python_python_package_content_href,
|
|
2402
2478
|
unset_label,
|
|
2479
|
+
x_task_diagnostics,
|
|
2403
2480
|
_request_auth,
|
|
2404
2481
|
_content_type,
|
|
2405
2482
|
_headers,
|
|
@@ -2409,6 +2486,7 @@ class ContentPackagesApi:
|
|
|
2409
2486
|
_host = None
|
|
2410
2487
|
|
|
2411
2488
|
_collection_formats: Dict[str, str] = {
|
|
2489
|
+
'X-Task-Diagnostics': 'csv',
|
|
2412
2490
|
}
|
|
2413
2491
|
|
|
2414
2492
|
_path_params: Dict[str, str] = {}
|
|
@@ -2425,6 +2503,8 @@ class ContentPackagesApi:
|
|
|
2425
2503
|
_path_params['python_python_package_content_href'] = python_python_package_content_href
|
|
2426
2504
|
# process the query parameters
|
|
2427
2505
|
# process the header parameters
|
|
2506
|
+
if x_task_diagnostics is not None:
|
|
2507
|
+
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
2428
2508
|
# process the form parameters
|
|
2429
2509
|
# process the body parameter
|
|
2430
2510
|
if unset_label is not None:
|