Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.5 (#197)
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 <partheniou@google.com>
  • Loading branch information
3 people authored Feb 27, 2023
1 parent 6d52f8d commit c1ff309
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 34 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 (
Expand Down Expand Up @@ -683,7 +683,7 @@ class _ConfigureContactSettings(DomainsRestStub):
def __hash__(self):
return hash("ConfigureContactSettings")

__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 @@ -782,7 +782,7 @@ class _ConfigureDnsSettings(DomainsRestStub):
def __hash__(self):
return hash("ConfigureDnsSettings")

__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 @@ -880,7 +880,7 @@ class _ConfigureManagementSettings(DomainsRestStub):
def __hash__(self):
return hash("ConfigureManagementSettings")

__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 @@ -979,7 +979,7 @@ class _DeleteRegistration(DomainsRestStub):
def __hash__(self):
return hash("DeleteRegistration")

__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 @@ -1068,7 +1068,7 @@ class _ExportRegistration(DomainsRestStub):
def __hash__(self):
return hash("ExportRegistration")

__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 @@ -1166,7 +1166,7 @@ class _GetRegistration(DomainsRestStub):
def __hash__(self):
return hash("GetRegistration")

__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 @@ -1276,7 +1276,7 @@ class _ListRegistrations(DomainsRestStub):
def __hash__(self):
return hash("ListRegistrations")

__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 @@ -1364,7 +1364,7 @@ class _RegisterDomain(DomainsRestStub):
def __hash__(self):
return hash("RegisterDomain")

__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 @@ -1460,7 +1460,7 @@ class _ResetAuthorizationCode(DomainsRestStub):
def __hash__(self):
return hash("ResetAuthorizationCode")

__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 @@ -1557,7 +1557,7 @@ class _RetrieveAuthorizationCode(DomainsRestStub):
def __hash__(self):
return hash("RetrieveAuthorizationCode")

__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 @@ -1646,7 +1646,7 @@ class _RetrieveRegisterParameters(DomainsRestStub):
def __hash__(self):
return hash("RetrieveRegisterParameters")

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

Expand Down Expand Up @@ -1737,7 +1737,7 @@ class _RetrieveTransferParameters(DomainsRestStub):
def __hash__(self):
return hash("RetrieveTransferParameters")

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

Expand Down Expand Up @@ -1828,7 +1828,7 @@ class _SearchDomains(DomainsRestStub):
def __hash__(self):
return hash("SearchDomains")

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

Expand Down Expand Up @@ -1916,7 +1916,7 @@ class _TransferDomain(DomainsRestStub):
def __hash__(self):
return hash("TransferDomain")

__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 @@ -2012,7 +2012,7 @@ class _UpdateRegistration(DomainsRestStub):
def __hash__(self):
return hash("UpdateRegistration")

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

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 field_mask_pb2 # type: ignore
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 (
Expand Down Expand Up @@ -683,7 +683,7 @@ class _ConfigureContactSettings(DomainsRestStub):
def __hash__(self):
return hash("ConfigureContactSettings")

__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 @@ -782,7 +782,7 @@ class _ConfigureDnsSettings(DomainsRestStub):
def __hash__(self):
return hash("ConfigureDnsSettings")

__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 @@ -880,7 +880,7 @@ class _ConfigureManagementSettings(DomainsRestStub):
def __hash__(self):
return hash("ConfigureManagementSettings")

__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 @@ -979,7 +979,7 @@ class _DeleteRegistration(DomainsRestStub):
def __hash__(self):
return hash("DeleteRegistration")

__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 @@ -1068,7 +1068,7 @@ class _ExportRegistration(DomainsRestStub):
def __hash__(self):
return hash("ExportRegistration")

__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 @@ -1166,7 +1166,7 @@ class _GetRegistration(DomainsRestStub):
def __hash__(self):
return hash("GetRegistration")

__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 @@ -1276,7 +1276,7 @@ class _ListRegistrations(DomainsRestStub):
def __hash__(self):
return hash("ListRegistrations")

__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 @@ -1364,7 +1364,7 @@ class _RegisterDomain(DomainsRestStub):
def __hash__(self):
return hash("RegisterDomain")

__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 @@ -1460,7 +1460,7 @@ class _ResetAuthorizationCode(DomainsRestStub):
def __hash__(self):
return hash("ResetAuthorizationCode")

__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 @@ -1557,7 +1557,7 @@ class _RetrieveAuthorizationCode(DomainsRestStub):
def __hash__(self):
return hash("RetrieveAuthorizationCode")

__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 @@ -1646,7 +1646,7 @@ class _RetrieveRegisterParameters(DomainsRestStub):
def __hash__(self):
return hash("RetrieveRegisterParameters")

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

Expand Down Expand Up @@ -1737,7 +1737,7 @@ class _RetrieveTransferParameters(DomainsRestStub):
def __hash__(self):
return hash("RetrieveTransferParameters")

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

Expand Down Expand Up @@ -1828,7 +1828,7 @@ class _SearchDomains(DomainsRestStub):
def __hash__(self):
return hash("SearchDomains")

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

Expand Down Expand Up @@ -1916,7 +1916,7 @@ class _TransferDomain(DomainsRestStub):
def __hash__(self):
return hash("TransferDomain")

__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 @@ -2012,7 +2012,7 @@ class _UpdateRegistration(DomainsRestStub):
def __hash__(self):
return hash("UpdateRegistration")

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

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 field_mask_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-domains",
"version": "1.5.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-domains",
"version": "1.5.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit c1ff309

Please sign in to comment.