|
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
10 | 10 |
|
11 | 11 | Do not edit the class manually. |
12 | | -""" # noqa: E501 docstring might be too long |
| 12 | +""" # noqa: E501 |
13 | 13 |
|
14 | 14 | from typing import Any, Dict, List, Optional, Tuple, Union |
15 | 15 |
|
@@ -85,7 +85,7 @@ def disable_service_regional( |
85 | 85 | in the spec for a single request. |
86 | 86 | :type _host_index: int, optional |
87 | 87 | :return: Returns the result object. |
88 | | - """ # noqa: E501 docstring might be too long |
| 88 | + """ # noqa: E501 |
89 | 89 |
|
90 | 90 | _param = self._disable_service_regional_serialize( |
91 | 91 | region=region, |
@@ -157,7 +157,7 @@ def disable_service_regional_with_http_info( |
157 | 157 | in the spec for a single request. |
158 | 158 | :type _host_index: int, optional |
159 | 159 | :return: Returns the result object. |
160 | | - """ # noqa: E501 docstring might be too long |
| 160 | + """ # noqa: E501 |
161 | 161 |
|
162 | 162 | _param = self._disable_service_regional_serialize( |
163 | 163 | region=region, |
@@ -229,7 +229,7 @@ def disable_service_regional_without_preload_content( |
229 | 229 | in the spec for a single request. |
230 | 230 | :type _host_index: int, optional |
231 | 231 | :return: Returns the result object. |
232 | | - """ # noqa: E501 docstring might be too long |
| 232 | + """ # noqa: E501 |
233 | 233 |
|
234 | 234 | _param = self._disable_service_regional_serialize( |
235 | 235 | region=region, |
@@ -270,7 +270,7 @@ def _disable_service_regional_serialize( |
270 | 270 | _query_params: List[Tuple[str, str]] = [] |
271 | 271 | _header_params: Dict[str, Optional[str]] = _headers or {} |
272 | 272 | _form_params: List[Tuple[str, str]] = [] |
273 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 273 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
274 | 274 | _body_params: Optional[bytes] = None |
275 | 275 |
|
276 | 276 | # process the path parameters |
@@ -353,7 +353,7 @@ def enable_service_regional( |
353 | 353 | in the spec for a single request. |
354 | 354 | :type _host_index: int, optional |
355 | 355 | :return: Returns the result object. |
356 | | - """ # noqa: E501 docstring might be too long |
| 356 | + """ # noqa: E501 |
357 | 357 |
|
358 | 358 | _param = self._enable_service_regional_serialize( |
359 | 359 | region=region, |
@@ -425,7 +425,7 @@ def enable_service_regional_with_http_info( |
425 | 425 | in the spec for a single request. |
426 | 426 | :type _host_index: int, optional |
427 | 427 | :return: Returns the result object. |
428 | | - """ # noqa: E501 docstring might be too long |
| 428 | + """ # noqa: E501 |
429 | 429 |
|
430 | 430 | _param = self._enable_service_regional_serialize( |
431 | 431 | region=region, |
@@ -497,7 +497,7 @@ def enable_service_regional_without_preload_content( |
497 | 497 | in the spec for a single request. |
498 | 498 | :type _host_index: int, optional |
499 | 499 | :return: Returns the result object. |
500 | | - """ # noqa: E501 docstring might be too long |
| 500 | + """ # noqa: E501 |
501 | 501 |
|
502 | 502 | _param = self._enable_service_regional_serialize( |
503 | 503 | region=region, |
@@ -538,7 +538,7 @@ def _enable_service_regional_serialize( |
538 | 538 | _query_params: List[Tuple[str, str]] = [] |
539 | 539 | _header_params: Dict[str, Optional[str]] = _headers or {} |
540 | 540 | _form_params: List[Tuple[str, str]] = [] |
541 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 541 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
542 | 542 | _body_params: Optional[bytes] = None |
543 | 543 |
|
544 | 544 | # process the path parameters |
@@ -621,7 +621,7 @@ def get_service_status_regional( |
621 | 621 | in the spec for a single request. |
622 | 622 | :type _host_index: int, optional |
623 | 623 | :return: Returns the result object. |
624 | | - """ # noqa: E501 docstring might be too long |
| 624 | + """ # noqa: E501 |
625 | 625 |
|
626 | 626 | _param = self._get_service_status_regional_serialize( |
627 | 627 | region=region, |
@@ -693,7 +693,7 @@ def get_service_status_regional_with_http_info( |
693 | 693 | in the spec for a single request. |
694 | 694 | :type _host_index: int, optional |
695 | 695 | :return: Returns the result object. |
696 | | - """ # noqa: E501 docstring might be too long |
| 696 | + """ # noqa: E501 |
697 | 697 |
|
698 | 698 | _param = self._get_service_status_regional_serialize( |
699 | 699 | region=region, |
@@ -765,7 +765,7 @@ def get_service_status_regional_without_preload_content( |
765 | 765 | in the spec for a single request. |
766 | 766 | :type _host_index: int, optional |
767 | 767 | :return: Returns the result object. |
768 | | - """ # noqa: E501 docstring might be too long |
| 768 | + """ # noqa: E501 |
769 | 769 |
|
770 | 770 | _param = self._get_service_status_regional_serialize( |
771 | 771 | region=region, |
@@ -806,7 +806,7 @@ def _get_service_status_regional_serialize( |
806 | 806 | _query_params: List[Tuple[str, str]] = [] |
807 | 807 | _header_params: Dict[str, Optional[str]] = _headers or {} |
808 | 808 | _form_params: List[Tuple[str, str]] = [] |
809 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 809 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
810 | 810 | _body_params: Optional[bytes] = None |
811 | 811 |
|
812 | 812 | # process the path parameters |
@@ -889,7 +889,7 @@ def list_service_status_regional( |
889 | 889 | in the spec for a single request. |
890 | 890 | :type _host_index: int, optional |
891 | 891 | :return: Returns the result object. |
892 | | - """ # noqa: E501 docstring might be too long |
| 892 | + """ # noqa: E501 |
893 | 893 |
|
894 | 894 | _param = self._list_service_status_regional_serialize( |
895 | 895 | region=region, |
@@ -960,7 +960,7 @@ def list_service_status_regional_with_http_info( |
960 | 960 | in the spec for a single request. |
961 | 961 | :type _host_index: int, optional |
962 | 962 | :return: Returns the result object. |
963 | | - """ # noqa: E501 docstring might be too long |
| 963 | + """ # noqa: E501 |
964 | 964 |
|
965 | 965 | _param = self._list_service_status_regional_serialize( |
966 | 966 | region=region, |
@@ -1031,7 +1031,7 @@ def list_service_status_regional_without_preload_content( |
1031 | 1031 | in the spec for a single request. |
1032 | 1032 | :type _host_index: int, optional |
1033 | 1033 | :return: Returns the result object. |
1034 | | - """ # noqa: E501 docstring might be too long |
| 1034 | + """ # noqa: E501 |
1035 | 1035 |
|
1036 | 1036 | _param = self._list_service_status_regional_serialize( |
1037 | 1037 | region=region, |
@@ -1071,7 +1071,7 @@ def _list_service_status_regional_serialize( |
1071 | 1071 | _query_params: List[Tuple[str, str]] = [] |
1072 | 1072 | _header_params: Dict[str, Optional[str]] = _headers or {} |
1073 | 1073 | _form_params: List[Tuple[str, str]] = [] |
1074 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 1074 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
1075 | 1075 | _body_params: Optional[bytes] = None |
1076 | 1076 |
|
1077 | 1077 | # process the path parameters |
|
0 commit comments