|
10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11 | 11 |
|
12 | 12 | Do not edit the class manually.
|
13 |
| -""" # noqa: E501 docstring might be too long |
| 13 | +""" # noqa: E501 |
14 | 14 |
|
15 | 15 | from typing import Any, Dict, List, Optional, Tuple, Union
|
16 | 16 |
|
@@ -91,7 +91,7 @@ def create_command(
|
91 | 91 | in the spec for a single request.
|
92 | 92 | :type _host_index: int, optional
|
93 | 93 | :return: Returns the result object.
|
94 |
| - """ # noqa: E501 docstring might be too long |
| 94 | + """ # noqa: E501 |
95 | 95 |
|
96 | 96 | _param = self._create_command_serialize(
|
97 | 97 | project_id=project_id,
|
@@ -166,7 +166,7 @@ def create_command_with_http_info(
|
166 | 166 | in the spec for a single request.
|
167 | 167 | :type _host_index: int, optional
|
168 | 168 | :return: Returns the result object.
|
169 |
| - """ # noqa: E501 docstring might be too long |
| 169 | + """ # noqa: E501 |
170 | 170 |
|
171 | 171 | _param = self._create_command_serialize(
|
172 | 172 | project_id=project_id,
|
@@ -241,7 +241,7 @@ def create_command_without_preload_content(
|
241 | 241 | in the spec for a single request.
|
242 | 242 | :type _host_index: int, optional
|
243 | 243 | :return: Returns the result object.
|
244 |
| - """ # noqa: E501 docstring might be too long |
| 244 | + """ # noqa: E501 |
245 | 245 |
|
246 | 246 | _param = self._create_command_serialize(
|
247 | 247 | project_id=project_id,
|
@@ -283,7 +283,7 @@ def _create_command_serialize(
|
283 | 283 | _query_params: List[Tuple[str, str]] = []
|
284 | 284 | _header_params: Dict[str, Optional[str]] = _headers or {}
|
285 | 285 | _form_params: List[Tuple[str, str]] = []
|
286 |
| - _files: Dict[str, Union[str, bytes]] = {} |
| 286 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
287 | 287 | _body_params: Optional[bytes] = None
|
288 | 288 |
|
289 | 289 | # process the path parameters
|
@@ -379,7 +379,7 @@ def get_command(
|
379 | 379 | in the spec for a single request.
|
380 | 380 | :type _host_index: int, optional
|
381 | 381 | :return: Returns the result object.
|
382 |
| - """ # noqa: E501 docstring might be too long |
| 382 | + """ # noqa: E501 |
383 | 383 |
|
384 | 384 | _param = self._get_command_serialize(
|
385 | 385 | project_id=project_id,
|
@@ -454,7 +454,7 @@ def get_command_with_http_info(
|
454 | 454 | in the spec for a single request.
|
455 | 455 | :type _host_index: int, optional
|
456 | 456 | :return: Returns the result object.
|
457 |
| - """ # noqa: E501 docstring might be too long |
| 457 | + """ # noqa: E501 |
458 | 458 |
|
459 | 459 | _param = self._get_command_serialize(
|
460 | 460 | project_id=project_id,
|
@@ -529,7 +529,7 @@ def get_command_without_preload_content(
|
529 | 529 | in the spec for a single request.
|
530 | 530 | :type _host_index: int, optional
|
531 | 531 | :return: Returns the result object.
|
532 |
| - """ # noqa: E501 docstring might be too long |
| 532 | + """ # noqa: E501 |
533 | 533 |
|
534 | 534 | _param = self._get_command_serialize(
|
535 | 535 | project_id=project_id,
|
@@ -571,7 +571,7 @@ def _get_command_serialize(
|
571 | 571 | _query_params: List[Tuple[str, str]] = []
|
572 | 572 | _header_params: Dict[str, Optional[str]] = _headers or {}
|
573 | 573 | _form_params: List[Tuple[str, str]] = []
|
574 |
| - _files: Dict[str, Union[str, bytes]] = {} |
| 574 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
575 | 575 | _body_params: Optional[bytes] = None
|
576 | 576 |
|
577 | 577 | # process the path parameters
|
@@ -659,7 +659,7 @@ def get_command_template(
|
659 | 659 | in the spec for a single request.
|
660 | 660 | :type _host_index: int, optional
|
661 | 661 | :return: Returns the result object.
|
662 |
| - """ # noqa: E501 docstring might be too long |
| 662 | + """ # noqa: E501 |
663 | 663 |
|
664 | 664 | _param = self._get_command_template_serialize(
|
665 | 665 | project_id=project_id,
|
@@ -734,7 +734,7 @@ def get_command_template_with_http_info(
|
734 | 734 | in the spec for a single request.
|
735 | 735 | :type _host_index: int, optional
|
736 | 736 | :return: Returns the result object.
|
737 |
| - """ # noqa: E501 docstring might be too long |
| 737 | + """ # noqa: E501 |
738 | 738 |
|
739 | 739 | _param = self._get_command_template_serialize(
|
740 | 740 | project_id=project_id,
|
@@ -809,7 +809,7 @@ def get_command_template_without_preload_content(
|
809 | 809 | in the spec for a single request.
|
810 | 810 | :type _host_index: int, optional
|
811 | 811 | :return: Returns the result object.
|
812 |
| - """ # noqa: E501 docstring might be too long |
| 812 | + """ # noqa: E501 |
813 | 813 |
|
814 | 814 | _param = self._get_command_template_serialize(
|
815 | 815 | project_id=project_id,
|
@@ -851,7 +851,7 @@ def _get_command_template_serialize(
|
851 | 851 | _query_params: List[Tuple[str, str]] = []
|
852 | 852 | _header_params: Dict[str, Optional[str]] = _headers or {}
|
853 | 853 | _form_params: List[Tuple[str, str]] = []
|
854 |
| - _files: Dict[str, Union[str, bytes]] = {} |
| 854 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
855 | 855 | _body_params: Optional[bytes] = None
|
856 | 856 |
|
857 | 857 | # process the path parameters
|
@@ -935,7 +935,7 @@ def list_command_templates(
|
935 | 935 | in the spec for a single request.
|
936 | 936 | :type _host_index: int, optional
|
937 | 937 | :return: Returns the result object.
|
938 |
| - """ # noqa: E501 docstring might be too long |
| 938 | + """ # noqa: E501 |
939 | 939 |
|
940 | 940 | _param = self._list_command_templates_serialize(
|
941 | 941 | os_type=os_type,
|
@@ -1002,7 +1002,7 @@ def list_command_templates_with_http_info(
|
1002 | 1002 | in the spec for a single request.
|
1003 | 1003 | :type _host_index: int, optional
|
1004 | 1004 | :return: Returns the result object.
|
1005 |
| - """ # noqa: E501 docstring might be too long |
| 1005 | + """ # noqa: E501 |
1006 | 1006 |
|
1007 | 1007 | _param = self._list_command_templates_serialize(
|
1008 | 1008 | os_type=os_type,
|
@@ -1069,7 +1069,7 @@ def list_command_templates_without_preload_content(
|
1069 | 1069 | in the spec for a single request.
|
1070 | 1070 | :type _host_index: int, optional
|
1071 | 1071 | :return: Returns the result object.
|
1072 |
| - """ # noqa: E501 docstring might be too long |
| 1072 | + """ # noqa: E501 |
1073 | 1073 |
|
1074 | 1074 | _param = self._list_command_templates_serialize(
|
1075 | 1075 | os_type=os_type,
|
@@ -1104,7 +1104,7 @@ def _list_command_templates_serialize(
|
1104 | 1104 | _query_params: List[Tuple[str, str]] = []
|
1105 | 1105 | _header_params: Dict[str, Optional[str]] = _headers or {}
|
1106 | 1106 | _form_params: List[Tuple[str, str]] = []
|
1107 |
| - _files: Dict[str, Union[str, bytes]] = {} |
| 1107 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
1108 | 1108 | _body_params: Optional[bytes] = None
|
1109 | 1109 |
|
1110 | 1110 | # process the path parameters
|
@@ -1185,7 +1185,7 @@ def list_commands(
|
1185 | 1185 | in the spec for a single request.
|
1186 | 1186 | :type _host_index: int, optional
|
1187 | 1187 | :return: Returns the result object.
|
1188 |
| - """ # noqa: E501 docstring might be too long |
| 1188 | + """ # noqa: E501 |
1189 | 1189 |
|
1190 | 1190 | _param = self._list_commands_serialize(
|
1191 | 1191 | project_id=project_id,
|
@@ -1256,7 +1256,7 @@ def list_commands_with_http_info(
|
1256 | 1256 | in the spec for a single request.
|
1257 | 1257 | :type _host_index: int, optional
|
1258 | 1258 | :return: Returns the result object.
|
1259 |
| - """ # noqa: E501 docstring might be too long |
| 1259 | + """ # noqa: E501 |
1260 | 1260 |
|
1261 | 1261 | _param = self._list_commands_serialize(
|
1262 | 1262 | project_id=project_id,
|
@@ -1327,7 +1327,7 @@ def list_commands_without_preload_content(
|
1327 | 1327 | in the spec for a single request.
|
1328 | 1328 | :type _host_index: int, optional
|
1329 | 1329 | :return: Returns the result object.
|
1330 |
| - """ # noqa: E501 docstring might be too long |
| 1330 | + """ # noqa: E501 |
1331 | 1331 |
|
1332 | 1332 | _param = self._list_commands_serialize(
|
1333 | 1333 | project_id=project_id,
|
@@ -1367,7 +1367,7 @@ def _list_commands_serialize(
|
1367 | 1367 | _query_params: List[Tuple[str, str]] = []
|
1368 | 1368 | _header_params: Dict[str, Optional[str]] = _headers or {}
|
1369 | 1369 | _form_params: List[Tuple[str, str]] = []
|
1370 |
| - _files: Dict[str, Union[str, bytes]] = {} |
| 1370 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
1371 | 1371 | _body_params: Optional[bytes] = None
|
1372 | 1372 |
|
1373 | 1373 | # process the path parameters
|
|
0 commit comments