8000 chore: Update gapic-generator-python to v1.8.5 (#87) · googleapis/google-cloud-python@f47b3a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f47b3a2

Browse files
chore: Update gapic-generator-python to v1.8.5 (#87)
* chore: Update gapic-generator-python to v1.8.5 PiperOrigin-RevId: 511892190 Source-Link: googleapis/googleapis@a45d9c0 Source-Link: googleapis/googleapis-gen@1907294 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 83de999 commit f47b3a2

File tree

7 files changed

+33
-21
lines changed

7 files changed

+33
-21
lines changed

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/services/bare_metal_solution/transports/rest.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import dataclasses
1818
import json # type: ignore
1919
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
2121
import warnings
2222

2323
from google.api_core import (
@@ -812,7 +812,7 @@ class _DetachLun(BareMetalSolutionRestStub):
812812
def __hash__(self):
813813
return hash("DetachLun")
814814

815-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
815+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
816816

817817
@classmethod
818818
def _get_unset_required_fields(cls, message_dict):
@@ -910,7 +910,7 @@ class _GetInstance(BareMetalSolutionRestStub):
910910
def __hash__(self):
911911
return hash("GetInstance")
912912

913-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
913+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
914914

915915
@classmethod
916916
def _get_unset_required_fields(cls, message_dict):
@@ -998,7 +998,7 @@ class _GetLun(BareMetalSolutionRestStub):
998998
def __hash__(self):
999999
return hash("GetLun")
10001000

1001-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1001+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
10021002

10031003
@classmethod
10041004
def _get_unset_required_fields(cls, message_dict):
@@ -1088,7 +1088,7 @@ class _GetNetwork(BareMetalSolutionRestStub):
10881088
def __hash__(self):
10891089
return hash("GetNetwork")
10901090

1091-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1091+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
10921092

10931093
@classmethod
10941094
def _get_unset_required_fields(cls, message_dict):
@@ -1176,7 +1176,7 @@ class _GetNfsShare(BareMetalSolutionRestStub):
11761176
def __hash__(self):
11771177
return hash("GetNfsShare")
11781178

1179-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1179+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
11801180

11811181
@classmethod
11821182
def _get_unset_required_fields(cls, message_dict):
@@ -1264,7 +1264,7 @@ class _GetVolume(BareMetalSolutionRestStub):
12641264
def __hash__(self):
12651265
return hash("GetVolume")
12661266

1267-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1267+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
12681268

12691269
@classmethod
12701270
def _get_unset_required_fields(cls, message_dict):
@@ -1352,7 +1352,7 @@ class _ListInstances(BareMetalSolutionRestStub):
13521352
def __hash__(self):
13531353
return hash("ListInstances")
13541354

1355-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1355+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
13561356

13571357
@classmethod
13581358
def _get_unset_required_fields(cls, message_dict):
@@ -1442,7 +1442,7 @@ class _ListLuns(BareMetalSolutionRestStub):
14421442
def __hash__(self):
14431443
return hash("ListLuns")
14441444

1445-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1445+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
14461446

14471447
@classmethod
14481448
def _get_unset_required_fields(cls, message_dict):
@@ -1532,7 +1532,7 @@ class _ListNetworks(BareMetalSolutionRestStub):
15321532
def __hash__(self):
15331533
return hash("ListNetworks")
15341534

1535-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1535+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
15361536

15371537
@classmethod
15381538
def _get_unset_required_fields(cls, message_dict):
@@ -1622,7 +1622,7 @@ class _ListNetworkUsage(BareMetalSolutionRestStub):
16221622
def __hash__(self):
16231623
return hash("ListNetworkUsage")
16241624

1625-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1625+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
16261626

16271627
@classmethod
16281628
def _get_unset_required_fields(cls, message_dict):
@@ -1710,7 +1710,7 @@ class _ListNfsShares(BareMetalSolutionRestStub):
17101710
def __hash__(self):
17111711
return hash("ListNfsShares")
17121712

1713-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1713+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
17141714

17151715
@classmethod
17161716
def _get_unset_required_fields(cls, message_dict):
@@ -1800,7 +1800,7 @@ class _ListVolumes(BareMetalSolutionRestStub):
18001800
def __hash__(self):
18011801
return hash("ListVolumes")
18021802

1803-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1803+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
18041804

18051805
@classmethod
18061806
def _get_unset_required_fields(cls, message_dict):
@@ -1890,7 +1890,7 @@ class _ResetInstance(BareMetalSolutionRestStub):
18901890
def __hash__(self):
18911891
return hash("ResetInstance")
18921892

1893-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1893+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
18941894

18951895
@classmethod
18961896
def _get_unset_required_fields(cls, message_dict):
@@ -1986,7 +1986,7 @@ class _ResizeVolume(BareMetalSolutionRestStub):
19861986
def __hash__(self):
19871987
return hash("ResizeVolume")
19881988

1989-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
1989+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
19901990

19911991
@classmethod
19921992
def _get_unset_required_fields(cls, message_dict):
@@ -2082,7 +2082,7 @@ class _StartInstance(BareMetalSolutionRestStub):
20822082
def __hash__(self):
20832083
return hash("StartInstance")
20842084

2085-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
2085+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
20862086

20872087
@classmethod
20882088
def _get_unset_required_fields(cls, message_dict):
@@ -2178,7 +2178,7 @@ class _StopInstance(BareMetalSolutionRestStub):
21782178
def __hash__(self):
21792179
return hash("StopInstance")
21802180

2181-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
2181+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
21822182

21832183
@classmethod
21842184
def _get_unset_required_fields(cls, message_dict):
@@ -2274,7 +2274,7 @@ class _UpdateInstance(BareMetalSolutionRestStub):
22742274
def __hash__(self):
22752275
return hash("UpdateInstance")
22762276

2277-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
2277+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
22782278

22792279
@classmethod
22802280
def _get_unset_required_fields(cls, message_dict):
@@ -2372,7 +2372,7 @@ class _UpdateNetwork(BareMetalSolutionRestStub):
23722372
def __hash__(self):
23732373
return hash("UpdateNetwork")
23742374

2375-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
2375+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
23762376

23772377
@classmethod
23782378
def _get_unset_required_fields(cls, message_dict):
@@ -2470,7 +2470,7 @@ class _UpdateNfsShare(BareMetalSolutionRestStub):
24702470
def __hash__(self):
24712471
return hash("UpdateNfsShare")
24722472

2473-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
2473+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
24742474

24752475
@classmethod
24762476
def _get_unset_required_fields(cls, message_dict):
@@ -2570,7 +2570,7 @@ class _UpdateVolume(BareMetalSolutionRestStub):
25702570
def __hash__(self):
25712571
return hash("UpdateVolume")
25722572

2573-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
2573+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
25742574

25752575
@classmethod
25762576
def _get_unset_required_fields(cls, message_dict):

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/types/baremetalsolution.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import timestamp_pb2 # type: ignore

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/types/instance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import field_mask_pb2 # type: ignore

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/types/lun.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
import proto # type: ignore

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/types/network.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import field_mask_pb2 # type: ignore

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/types/nfs_share.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import field_mask_pb2 # type: ignore

packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/types/volume.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import field_mask_pb2 # type: ignore

0 commit comments

Comments
 (0)
0