|
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 |
|
@@ -91,7 +91,7 @@ def create_certificate( |
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_certificate_serialize( |
97 | 97 | project_id=project_id, |
@@ -163,7 +163,7 @@ def create_certificate_with_http_info( |
163 | 163 | in the spec for a single request. |
164 | 164 | :type _host_index: int, optional |
165 | 165 | :return: Returns the result object. |
166 | | - """ # noqa: E501 docstring might be too long |
| 166 | + """ # noqa: E501 |
167 | 167 |
|
168 | 168 | _param = self._create_certificate_serialize( |
169 | 169 | project_id=project_id, |
@@ -235,7 +235,7 @@ def create_certificate_without_preload_content( |
235 | 235 | in the spec for a single request. |
236 | 236 | :type _host_index: int, optional |
237 | 237 | :return: Returns the result object. |
238 | | - """ # noqa: E501 docstring might be too long |
| 238 | + """ # noqa: E501 |
239 | 239 |
|
240 | 240 | _param = self._create_certificate_serialize( |
241 | 241 | project_id=project_id, |
@@ -276,7 +276,7 @@ def _create_certificate_serialize( |
276 | 276 | _query_params: List[Tuple[str, str]] = [] |
277 | 277 | _header_params: Dict[str, Optional[str]] = _headers or {} |
278 | 278 | _form_params: List[Tuple[str, str]] = [] |
279 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 279 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
280 | 280 | _body_params: Optional[bytes] = None |
281 | 281 |
|
282 | 282 | # process the path parameters |
@@ -367,7 +367,7 @@ def delete_certificate( |
367 | 367 | in the spec for a single request. |
368 | 368 | :type _host_index: int, optional |
369 | 369 | :return: Returns the result object. |
370 | | - """ # noqa: E501 docstring might be too long |
| 370 | + """ # noqa: E501 |
371 | 371 |
|
372 | 372 | _param = self._delete_certificate_serialize( |
373 | 373 | project_id=project_id, |
@@ -439,7 +439,7 @@ def delete_certificate_with_http_info( |
439 | 439 | in the spec for a single request. |
440 | 440 | :type _host_index: int, optional |
441 | 441 | :return: Returns the result object. |
442 | | - """ # noqa: E501 docstring might be too long |
| 442 | + """ # noqa: E501 |
443 | 443 |
|
444 | 444 | _param = self._delete_certificate_serialize( |
445 | 445 | project_id=project_id, |
@@ -511,7 +511,7 @@ def delete_certificate_without_preload_content( |
511 | 511 | in the spec for a single request. |
512 | 512 | :type _host_index: int, optional |
513 | 513 | :return: Returns the result object. |
514 | | - """ # noqa: E501 docstring might be too long |
| 514 | + """ # noqa: E501 |
515 | 515 |
|
516 | 516 | _param = self._delete_certificate_serialize( |
517 | 517 | project_id=project_id, |
@@ -552,7 +552,7 @@ def _delete_certificate_serialize( |
552 | 552 | _query_params: List[Tuple[str, str]] = [] |
553 | 553 | _header_params: Dict[str, Optional[str]] = _headers or {} |
554 | 554 | _form_params: List[Tuple[str, str]] = [] |
555 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 555 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
556 | 556 | _body_params: Optional[bytes] = None |
557 | 557 |
|
558 | 558 | # process the path parameters |
@@ -635,7 +635,7 @@ def get_certificate( |
635 | 635 | in the spec for a single request. |
636 | 636 | :type _host_index: int, optional |
637 | 637 | :return: Returns the result object. |
638 | | - """ # noqa: E501 docstring might be too long |
| 638 | + """ # noqa: E501 |
639 | 639 |
|
640 | 640 | _param = self._get_certificate_serialize( |
641 | 641 | project_id=project_id, |
@@ -708,7 +708,7 @@ def get_certificate_with_http_info( |
708 | 708 | in the spec for a single request. |
709 | 709 | :type _host_index: int, optional |
710 | 710 | :return: Returns the result object. |
711 | | - """ # noqa: E501 docstring might be too long |
| 711 | + """ # noqa: E501 |
712 | 712 |
|
713 | 713 | _param = self._get_certificate_serialize( |
714 | 714 | project_id=project_id, |
@@ -781,7 +781,7 @@ def get_certificate_without_preload_content( |
781 | 781 | in the spec for a single request. |
782 | 782 | :type _host_index: int, optional |
783 | 783 | :return: Returns the result object. |
784 | | - """ # noqa: E501 docstring might be too long |
| 784 | + """ # noqa: E501 |
785 | 785 |
|
786 | 786 | _param = self._get_certificate_serialize( |
787 | 787 | project_id=project_id, |
@@ -823,7 +823,7 @@ def _get_certificate_serialize( |
823 | 823 | _query_params: List[Tuple[str, str]] = [] |
824 | 824 | _header_params: Dict[str, Optional[str]] = _headers or {} |
825 | 825 | _form_params: List[Tuple[str, str]] = [] |
826 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 826 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
827 | 827 | _body_params: Optional[bytes] = None |
828 | 828 |
|
829 | 829 | # process the path parameters |
@@ -919,7 +919,7 @@ def list_certificates( |
919 | 919 | in the spec for a single request. |
920 | 920 | :type _host_index: int, optional |
921 | 921 | :return: Returns the result object. |
922 | | - """ # noqa: E501 docstring might be too long |
| 922 | + """ # noqa: E501 |
923 | 923 |
|
924 | 924 | _param = self._list_certificates_serialize( |
925 | 925 | project_id=project_id, |
@@ -1006,7 +1006,7 @@ def list_certificates_with_http_info( |
1006 | 1006 | in the spec for a single request. |
1007 | 1007 | :type _host_index: int, optional |
1008 | 1008 | :return: Returns the result object. |
1009 | | - """ # noqa: E501 docstring might be too long |
| 1009 | + """ # noqa: E501 |
1010 | 1010 |
|
1011 | 1011 | _param = self._list_certificates_serialize( |
1012 | 1012 | project_id=project_id, |
@@ -1093,7 +1093,7 @@ def list_certificates_without_preload_content( |
1093 | 1093 | in the spec for a single request. |
1094 | 1094 | :type _host_index: int, optional |
1095 | 1095 | :return: Returns the result object. |
1096 | | - """ # noqa: E501 docstring might be too long |
| 1096 | + """ # noqa: E501 |
1097 | 1097 |
|
1098 | 1098 | _param = self._list_certificates_serialize( |
1099 | 1099 | project_id=project_id, |
@@ -1137,7 +1137,7 @@ def _list_certificates_serialize( |
1137 | 1137 | _query_params: List[Tuple[str, str]] = [] |
1138 | 1138 | _header_params: Dict[str, Optional[str]] = _headers or {} |
1139 | 1139 | _form_params: List[Tuple[str, str]] = [] |
1140 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 1140 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
1141 | 1141 | _body_params: Optional[bytes] = None |
1142 | 1142 |
|
1143 | 1143 | # process the path parameters |
|
0 commit comments