Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 99c6a3c

Browse files
chore: Update gapic-generator-python to v1.8.5 (#266)
* chore: Update gapic-generator-python to v1.8.5 PiperOrigin-RevId: 511892190 Source-Link: googleapis/googleapis@a45d9c0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1907294b1d8365ea24f8c5f2e059a64124c4ed3b 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 <[email protected]>
1 parent 6d9d25b commit 99c6a3c

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

google/cloud/billing/budgets_v1/services/budget_service/transports/rest.py

Lines changed: 6 additions & 6 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 gapic_v1, path_template, rest_helpers, rest_streaming
@@ -308,7 +308,7 @@ class _CreateBudget(BudgetServiceRestStub):
308308
def __hash__(self):
309309
return hash("CreateBudget")
310310

311-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
311+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
312312

313313
@classmethod
314314
def _get_unset_required_fields(cls, message_dict):
@@ -412,7 +412,7 @@ class _DeleteBudget(BudgetServiceRestStub):
412412
def __hash__(self):
413413
return hash("DeleteBudget")
414414

415-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
415+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
416416

417417
@classmethod
418418
def _get_unset_required_fields(cls, message_dict):
@@ -486,7 +486,7 @@ class _GetBudget(BudgetServiceRestStub):
486486
def __hash__(self):
487487
return hash("GetBudget")
488488

489-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
489+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
490490

491491
@classmethod
492492
def _get_unset_required_fields(cls, message_dict):
@@ -581,7 +581,7 @@ class _ListBudgets(BudgetServiceRestStub):
581581
def __hash__(self):
582582
return hash("ListBudgets")
583583

584-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
584+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
585585

586586
@classmethod
587587
def _get_unset_required_fields(cls, message_dict):
@@ -667,7 +667,7 @@ class _UpdateBudget(BudgetServiceRestStub):
667667
def __hash__(self):
668668
return hash("UpdateBudget")
669669

670-
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
670+
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}
671671

672672
@classmethod
673673
def _get_unset_required_fields(cls, message_dict):

google/cloud/billing/budgets_v1/types/budget_model.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 struct_pb2 # type: ignore

google/cloud/billing/budgets_v1/types/budget_service.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

google/cloud/billing/budgets_v1beta1/types/budget_model.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 struct_pb2 # type: ignore

google/cloud/billing/budgets_v1beta1/types/budget_service.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)