Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.5 (#159)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2023
1 parent e558b4b commit 18e8c86
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import dataclasses
import json # type: ignore
import re
from typing import Callable, Dict, List, Optional, Sequence, Tuple, Union
from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple, Union
import warnings

from google.api_core import gapic_v1, path_template, rest_helpers, rest_streaming
Expand Down Expand Up @@ -469,7 +469,7 @@ class _CreateTunnelDestGroup(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("CreateTunnelDestGroup")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {
"tunnelDestGroupId": "",
}

Expand Down Expand Up @@ -568,7 +568,7 @@ class _DeleteTunnelDestGroup(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("DeleteTunnelDestGroup")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -644,7 +644,7 @@ class _GetIamPolicy(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("GetIamPolicy")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -813,7 +813,7 @@ class _GetIapSettings(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("GetIapSettings")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -901,7 +901,7 @@ class _GetTunnelDestGroup(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("GetTunnelDestGroup")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -989,7 +989,7 @@ class _ListTunnelDestGroups(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("ListTunnelDestGroups")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -1079,7 +1079,7 @@ class _SetIamPolicy(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("SetIamPolicy")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -1248,7 +1248,7 @@ class _TestIamPermissions(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("TestIamPermissions")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -1345,7 +1345,7 @@ class _UpdateIapSettings(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("UpdateIapSettings")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -1444,7 +1444,7 @@ class _UpdateTunnelDestGroup(IdentityAwareProxyAdminServiceRestStub):
def __hash__(self):
return hash("UpdateTunnelDestGroup")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import dataclasses
import json # type: ignore
import re
from typing import Callable, Dict, List, Optional, Sequence, Tuple, Union
from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple, Union
import warnings

from google.api_core import gapic_v1, path_template, rest_helpers, rest_streaming
Expand Down Expand Up @@ -407,7 +407,7 @@ class _CreateBrand(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("CreateBrand")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -505,7 +505,7 @@ class _CreateIdentityAwareProxyClient(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("CreateIdentityAwareProxyClient")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -610,7 +610,7 @@ class _DeleteIdentityAwareProxyClient(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("DeleteIdentityAwareProxyClient")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -692,7 +692,7 @@ class _GetBrand(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("GetBrand")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -781,7 +781,7 @@ class _GetIdentityAwareProxyClient(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("GetIdentityAwareProxyClient")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -874,7 +874,7 @@ class _ListBrands(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("ListBrands")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -960,7 +960,7 @@ class _ListIdentityAwareProxyClients(IdentityAwareProxyOAuthServiceRestStub):
def __hash__(self):
return hash("ListIdentityAwareProxyClients")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down Expand Up @@ -1053,7 +1053,7 @@ class _ResetIdentityAwareProxyClientSecret(IdentityAwareProxyOAuthServiceRestStu
def __hash__(self):
return hash("ResetIdentityAwareProxyClientSecret")

__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, str] = {}
__REQUIRED_FIELDS_DEFAULT_VALUES: Dict[str, Any] = {}

@classmethod
def _get_unset_required_fields(cls, message_dict):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

from google.protobuf import duration_pb2 # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-iap",
"version": "1.9.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 18e8c86

Please sign in to comment.