|
17 | 17 | import dataclasses
|
18 | 18 | import json # type: ignore
|
19 | 19 | import re
|
20 |
| -from typing import Callable, Dict, List, Optional, Sequence, Tuple, Union |
| 20 | +from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple, Union |
21 | 21 | import warnings
|
22 | 22 |
|
23 | 23 | from google.api_core import (
|
@@ -812,7 +812,7 @@ class _DetachLun(BareMetalSolutionRestStub):
|
812 | 812 | def __hash__(self):
|
813 | 813 | return hash("DetachLun")
|
814 | 814 |
|
815 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 815 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
816 | 816 |
|
817 | 817 | @classmethod
|
818 | 818 | def _get_unset_required_fields(cls, message_dict):
|
@@ -910,7 +910,7 @@ class _GetInstance(BareMetalSolutionRestStub):
|
910 | 910 | def __hash__(self):
|
911 | 911 | return hash("GetInstance")
|
912 | 912 |
|
913 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 913 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
914 | 914 |
|
915 | 915 | @classmethod
|
916 | 916 | def _get_unset_required_fields(cls, message_dict):
|
@@ -998,7 +998,7 @@ class _GetLun(BareMetalSolutionRestStub):
|
998 | 998 | def __hash__(self):
|
999 | 999 | return hash("GetLun")
|
1000 | 1000 |
|
1001 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1001 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1002 | 1002 |
|
1003 | 1003 | @classmethod
|
1004 | 1004 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1088,7 +1088,7 @@ class _GetNetwork(BareMetalSolutionRestStub):
|
1088 | 1088 | def __hash__(self):
|
1089 | 1089 | return hash("GetNetwork")
|
1090 | 1090 |
|
1091 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1091 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1092 | 1092 |
|
1093 | 1093 | @classmethod
|
1094 | 1094 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1176,7 +1176,7 @@ class _GetNfsShare(BareMetalSolutionRestStub):
|
1176 | 1176 | def __hash__(self):
|
1177 | 1177 | return hash("GetNfsShare")
|
1178 | 1178 |
|
1179 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1179 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1180 | 1180 |
|
1181 | 1181 | @classmethod
|
1182 | 1182 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1264,7 +1264,7 @@ class _GetVolume(BareMetalSolutionRestStub):
|
1264 | 1264 | def __hash__(self):
|
1265 | 1265 | return hash("GetVolume")
|
1266 | 1266 |
|
1267 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1267 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1268 | 1268 |
|
1269 | 1269 | @classmethod
|
1270 | 1270 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1352,7 +1352,7 @@ class _ListInstances(BareMetalSolutionRestStub):
|
1352 | 1352 | def __hash__(self):
|
1353 | 1353 | return hash("ListInstances")
|
1354 | 1354 |
|
1355 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1355 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1356 | 1356 |
|
1357 | 1357 | @classmethod
|
1358 | 1358 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1442,7 +1442,7 @@ class _ListLuns(BareMetalSolutionRestStub):
|
1442 | 1442 | def __hash__(self):
|
1443 | 1443 | return hash("ListLuns")
|
1444 | 1444 |
|
1445 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1445 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1446 | 1446 |
|
1447 | 1447 | @classmethod
|
1448 | 1448 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1532,7 +1532,7 @@ class _ListNetworks(BareMetalSolutionRestStub):
|
1532 | 1532 | def __hash__(self):
|
1533 | 1533 | return hash("ListNetworks")
|
1534 | 1534 |
|
1535 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1535 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1536 | 1536 |
|
1537 | 1537 | @classmethod
|
1538 | 1538 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1622,7 +1622,7 @@ class _ListNetworkUsage(BareMetalSolutionRestStub):
|
1622 | 1622 | def __hash__(self):
|
1623 | 1623 | return hash("ListNetworkUsage")
|
1624 | 1624 |
|
1625 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1625 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1626 | 1626 |
|
1627 | 1627 | @classmethod
|
1628 | 1628 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1710,7 +1710,7 @@ class _ListNfsShares(BareMetalSolutionRestStub):
|
1710 | 1710 | def __hash__(self):
|
1711 | 1711 | return hash("ListNfsShares")
|
1712 | 1712 |
|
1713 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1713 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1714 | 1714 |
|
1715 | 1715 | @classmethod
|
1716 | 1716 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1800,7 +1800,7 @@ class _ListVolumes(BareMetalSolutionRestStub):
|
1800 | 1800 | def __hash__(self):
|
1801 | 1801 | return hash("ListVolumes")
|
1802 | 1802 |
|
1803 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1803 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1804 | 1804 |
|
1805 | 1805 | @classmethod
|
1806 | 1806 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1890,7 +1890,7 @@ class _ResetInstance(BareMetalSolutionRestStub):
|
1890 | 1890 | def __hash__(self):
|
1891 | 1891 | return hash("ResetInstance")
|
1892 | 1892 |
|
1893 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1893 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1894 | 1894 |
|
1895 | 1895 | @classmethod
|
1896 | 1896 | def _get_unset_required_fields(cls, message_dict):
|
@@ -1986,7 +1986,7 @@ class _ResizeVolume(BareMetalSolutionRestStub):
|
1986 | 1986 | def __hash__(self):
|
1987 | 1987 | return hash("ResizeVolume")
|
1988 | 1988 |
|
1989 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 1989 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
1990 | 1990 |
|
1991 | 1991 | @classmethod
|
1992 | 1992 | def _get_unset_required_fields(cls, message_dict):
|
@@ -2082,7 +2082,7 @@ class _StartInstance(BareMetalSolutionRestStub):
|
2082 | 2082 | def __hash__(self):
|
2083 | 2083 | return hash("StartInstance")
|
2084 | 2084 |
|
2085 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 2085 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
2086 | 2086 |
|
2087 | 2087 | @classmethod
|
2088 | 2088 | def _get_unset_required_fields(cls, message_dict):
|
@@ -2178,7 +2178,7 @@ class _StopInstance(BareMetalSolutionRestStub):
|
2178 | 2178 | def __hash__(self):
|
2179 | 2179 | return hash("StopInstance")
|
2180 | 2180 |
|
2181 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 2181 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
2182 | 2182 |
|
2183 | 2183 | @classmethod
|
2184 | 2184 | def _get_unset_required_fields(cls, message_dict):
|
@@ -2274,7 +2274,7 @@ class _UpdateInstance(BareMetalSolutionRestStub):
|
2274 | 2274 | def __hash__(self):
|
2275 | 2275 | return hash("UpdateInstance")
|
2276 | 2276 |
|
2277 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 2277 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
2278 | 2278 |
|
2279 | 2279 | @classmethod
|
2280 | 2280 | def _get_unset_required_fields(cls, message_dict):
|
@@ -2372,7 +2372,7 @@ class _UpdateNetwork(BareMetalSolutionRestStub):
|
2372 | 2372 | def __hash__(self):
|
2373 | 2373 | return hash("UpdateNetwork")
|
2374 | 2374 |
|
2375 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 2375 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
2376 | 2376 |
|
2377 | 2377 | @classmethod
|
2378 | 2378 | def _get_unset_required_fields(cls, message_dict):
|
@@ -2470,7 +2470,7 @@ class _UpdateNfsShare(BareMetalSolutionRestStub):
|
2470 | 2470 | def __hash__(self):
|
2471 | 2471 | return hash("UpdateNfsShare")
|
2472 | 2472 |
|
2473 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 2473 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
2474 | 2474 |
|
2475 | 2475 | @classmethod
|
2476 | 2476 | def _get_unset_required_fields(cls, message_dict):
|
@@ -2570,7 +2570,7 @@ class _UpdateVolume(BareMetalSolutionRestStub):
|
2570 | 2570 | def __hash__(self):
|
2571 | 2571 | return hash("UpdateVolume")
|
2572 | 2572 |
|
2573 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 2573 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
2574 | 2574 |
|
2575 | 2575 | @classmethod
|
2576 | 2576 | def _get_unset_required_fields(cls, message_dict):
|
|
0 commit comments