|
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 gapic_v1, path_template, rest_helpers, rest_streaming
|
@@ -310,7 +310,7 @@ class _GetIamPolicy(ContainerAnalysisRestStub):
|
310 | 310 | def __hash__(self):
|
311 | 311 | return hash("GetIamPolicy")
|
312 | 312 |
|
313 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 313 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
314 | 314 |
|
315 | 315 | @classmethod
|
316 | 316 | def _get_unset_required_fields(cls, message_dict):
|
@@ -484,7 +484,7 @@ class _GetVulnerabilityOccurrencesSummary(ContainerAnalysisRestStub):
|
484 | 484 | def __hash__(self):
|
485 | 485 | return hash("GetVulnerabilityOccurrencesSummary")
|
486 | 486 |
|
487 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 487 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
488 | 488 |
|
489 | 489 | @classmethod
|
490 | 490 | def _get_unset_required_fields(cls, message_dict):
|
@@ -583,7 +583,7 @@ class _SetIamPolicy(ContainerAnalysisRestStub):
|
583 | 583 | def __hash__(self):
|
584 | 584 | return hash("SetIamPolicy")
|
585 | 585 |
|
586 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 586 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
587 | 587 |
|
588 | 588 | @classmethod
|
589 | 589 | def _get_unset_required_fields(cls, message_dict):
|
@@ -757,7 +757,7 @@ class _TestIamPermissions(ContainerAnalysisRestStub):
|
757 | 757 | def __hash__(self):
|
758 | 758 | return hash("TestIamPermissions")
|
759 | 759 |
|
760 |
| - __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {} |
| 760 | + __REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {} |
761 | 761 |
|
762 | 762 | @classmethod
|
763 | 763 | def _get_unset_required_fields(cls, message_dict):
|
|
0 commit comments