Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(migration): Migrate code from googleapis/python-domains into packages/google-cloud-domains #11169

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
162 commits
Select commit Hold shift + click to select a range
1031027
feat: generate v1beta1
busunkim96 Jan 15, 2021
2abc102
chore: update templates (#3)
yoshi-automation Feb 1, 2021
9760331
chore: release 0.1.0 (#1)
release-please[bot] Feb 1, 2021
6cfa9fb
build: migrate to flakybot (#6)
yoshi-automation Mar 23, 2021
3a0f07f
chore: add constraints file (#10)
parthea Mar 30, 2021
4123ca8
test: use constraints files to test lower bounds (#9)
yoshi-automation Apr 1, 2021
368e9ef
chore: start tracking obsolete files (#11)
yoshi-automation Apr 2, 2021
d59bc03
chore: Add license headers for python config files (#12)
yoshi-automation Apr 7, 2021
5cb6cdf
chore: add constraints file check for python samples (#13)
yoshi-automation Apr 11, 2021
8c046c6
chore: prevent normalization of semver versioning (#15)
dandhlee Apr 16, 2021
97bb37d
chore: update templates (#14)
yoshi-automation Apr 16, 2021
1bf9e24
chore(revert): revert preventing normalization (#16)
dandhlee Apr 27, 2021
05180d7
chore: migrate to owl bot (#22)
parthea May 12, 2021
0a1143e
chore: add library type to .repo-metadata.json (#21)
parthea May 12, 2021
29cfc83
chore: upgrade gapic-generator-python to 0.46.3 (#24)
gcf-owl-bot[bot] May 16, 2021
76e3d08
chore: new owl bot post processor docker image (#26)
gcf-owl-bot[bot] May 16, 2021
044d1e7
chore: add SECURITY.md (#18)
google-cloud-policy-bot[bot] May 16, 2021
09a36cc
chore: new owl bot post processor docker image (#27)
gcf-owl-bot[bot] May 22, 2021
ca7ecf5
chore: new owl bot post processor docker image (#28)
gcf-owl-bot[bot] May 27, 2021
1972ae5
chore: new owl bot post processor docker image (#29)
gcf-owl-bot[bot] May 28, 2021
605f162
fix: exclude docs and tests from package (#30)
busunkim96 Jun 16, 2021
9d15d74
fix(deps): add packaging requirement (#31)
parthea Jun 16, 2021
7b0beee
chore: new owl bot post processor docker image (#32)
gcf-owl-bot[bot] Jun 17, 2021
fabc2cf
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#33)
gcf-owl-bot[bot] Jun 19, 2021
1e52f08
chore: update precommit hook pre-commit/pre-commit-hooks to v4 (#1083…
gcf-owl-bot[bot] Jun 20, 2021
c221e0b
chore: add kokoro 3.9 config templates (#1128) (#35)
gcf-owl-bot[bot] Jun 22, 2021
1526cac
feat: add always_use_jwt_access (#36)
gcf-owl-bot[bot] Jun 25, 2021
50f6804
chore(python): simplify nox steps in CONTRIBUTING.rst (#37)
gcf-owl-bot[bot] Jun 26, 2021
9add9d7
fix: disable always_use_jwt_access (#39)
gcf-owl-bot[bot] Jul 1, 2021
7aa6fc6
chore: release 0.2.0 (#25)
release-please[bot] Jul 12, 2021
8e57218
build(python): exit with success status if no samples found (#40)
gcf-owl-bot[bot] Jul 14, 2021
4b5866a
build(python): remove python 3.7 from kokoro Dockerfile (#41)
gcf-owl-bot[bot] Jul 14, 2021
2a27f04
fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x …
busunkim96 Jul 20, 2021
5b164d1
feat: add Samples section to CONTRIBUTING.rst (#43)
gcf-owl-bot[bot] Jul 22, 2021
289cf89
chore: fix kokoro config for samples (#46)
gcf-owl-bot[bot] Jul 23, 2021
5790320
fix: enable self signed jwt for grpc (#47)
gcf-owl-bot[bot] Jul 24, 2021
dcae427
chore: release 0.2.1 (#49)
release-please[bot] Jul 28, 2021
2b667a6
chore: add CODEOWNERS (#50)
busunkim96 Aug 3, 2021
378bf79
chore(python): avoid `.nox` directories when building docs (#51)
gcf-owl-bot[bot] Aug 12, 2021
01a987b
chore: drop mention of Python 2.7 from templates (#52)
gcf-owl-bot[bot] Aug 13, 2021
b511fef
chore: generate python samples templates in owlbot.py (#53)
busunkim96 Aug 18, 2021
e151714
chore: migrate to main branch (#55)
dandhlee Aug 25, 2021
b6a54e0
chore(python): disable dependency dashboard (#57)
gcf-owl-bot[bot] Aug 30, 2021
dec99a9
chore(python): group renovate prs (#58)
gcf-owl-bot[bot] Sep 1, 2021
325164a
chore(python): rename default branch to main (#59)
gcf-owl-bot[bot] Sep 2, 2021
5da7644
chore: revert owlbot main branch templates (#60)
dandhlee Sep 7, 2021
840b5f4
chore: reference main branch of google-cloud-python (#61)
busunkim96 Sep 7, 2021
c8bf003
chore: relocate owl bot post processor (#63)
SurferJeffAtGoogle Sep 21, 2021
8b29677
chore: use gapic-generator-python 0.51.2 (#64)
gcf-owl-bot[bot] Sep 24, 2021
ad6185b
chore: release 0.2.2 (#65)
release-please[bot] Sep 27, 2021
f5bcce4
chore: use gapic-generator-python 0.52.0 (#66)
gcf-owl-bot[bot] Sep 30, 2021
d3df441
chore: release 0.2.3 (#67)
release-please[bot] Sep 30, 2021
d987ccb
chore: add default_version and codeowner_team to .repo-metadata.json …
parthea Oct 5, 2021
d7054f6
build: use trampoline_v2 for python samples and allow custom dockerfi…
gcf-owl-bot[bot] Oct 5, 2021
3a5ec57
chore(python): fix formatting issue in noxfile.py.j2 (#70)
gcf-owl-bot[bot] Oct 7, 2021
59e20cc
feat: add context manager support in client (#71)
gcf-owl-bot[bot] Oct 8, 2021
a4c3f62
chore(python): Add kokoro configs for python 3.10 samples testing (#73)
gcf-owl-bot[bot] Oct 8, 2021
f4957b0
chore: release 0.3.0 (#72)
release-please[bot] Oct 12, 2021
444e64e
feat: add support for python 3.10 (#74)
parthea Oct 14, 2021
1ede3c6
chore: delete owlbot.py (#76)
parthea Oct 18, 2021
5fe097f
feat: add v1 API, plus v1b1 methods for domain transfers (#77)
gcf-owl-bot[bot] Oct 19, 2021
6423da5
chore: fix formatting in docs/index.rst (#78)
gcf-owl-bot[bot] Oct 20, 2021
1c337c0
fix(deps): require proto-plus 1.15.0 (#81)
parthea Oct 20, 2021
ee680be
feat: set v1 as the default import (#79)
parthea Oct 21, 2021
e807b4c
chore: release 0.4.0 (#75)
release-please[bot] Oct 25, 2021
785f4d8
chore(python): push cloud library docs to staging bucket for Cloud RA…
gcf-owl-bot[bot] Oct 26, 2021
9cc8996
chore: use gapic-generator-python 0.53.4 (#85)
gcf-owl-bot[bot] Nov 1, 2021
c3487af
chore: release 0.4.1 (#86)
release-please[bot] Nov 2, 2021
62e5e3c
chore: use gapic-generator-python 0.56.2 (#89)
gcf-owl-bot[bot] Nov 9, 2021
4967f91
chore(python): add .github/CODEOWNERS as a templated file (#90)
gcf-owl-bot[bot] Nov 11, 2021
c600840
chore: update doc links from googleapis.dev to cloud.google.com (#93)
dandhlee Nov 16, 2021
7e3ea16
chore: Update Client Library Documentation link in README (#92)
parthea Nov 16, 2021
e677c06
feat: bump release level to production/stable (#82)
parthea Dec 3, 2021
d21daf9
chore: release 1.0.0 (#94)
release-please[bot] Dec 6, 2021
ae8df5d
chore: update .repo-metadata.json (#97)
parthea Dec 28, 2021
6f46a71
chore: use python-samples-reviewers (#99)
gcf-owl-bot[bot] Jan 6, 2022
dd1482d
chore: use gapic-generator-python 0.58.4 (#98)
gcf-owl-bot[bot] Jan 8, 2022
c09d042
build: switch to release-please for tagging (#100)
gcf-owl-bot[bot] Jan 13, 2022
cf2ca00
chore(python): update release.sh to use keystore (#101)
gcf-owl-bot[bot] Jan 14, 2022
e7b65cc
ci(python): run lint / unit tests / docs as GH actions (#102)
gcf-owl-bot[bot] Jan 21, 2022
87abb65
feat: add api key support (#103)
gcf-owl-bot[bot] Jan 25, 2022
1c8fdcb
chore: use gapic-generator-python 0.62.1 (#106)
gcf-owl-bot[bot] Feb 3, 2022
705fb47
chore: use gapic-generator-python 0.63.2 (#108)
gcf-owl-bot[bot] Feb 11, 2022
34f4f9c
chore(main): release 1.1.0 (#104)
release-please[bot] Feb 23, 2022
7b12f8a
chore: use gapic-generator-python 0.63.4 (#109)
gcf-owl-bot[bot] Feb 25, 2022
434708d
chore: update copyright year to 2022 (#110)
gcf-owl-bot[bot] Feb 26, 2022
038769c
chore(deps): update actions/setup-python action to v3 (#112)
gcf-owl-bot[bot] Mar 1, 2022
116fd6f
chore(deps): update actions/checkout action to v3 (#114)
gcf-owl-bot[bot] Mar 3, 2022
87129fb
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#117)
parthea Mar 4, 2022
2562dd3
chore(deps): update actions/download-artifact action to v3 (#119)
gcf-owl-bot[bot] Mar 5, 2022
575c785
chore(main): release 1.1.1 (#118)
release-please[bot] Mar 7, 2022
25820bc
chore(python): configure release-please on previous major versions (#…
gcf-owl-bot[bot] Mar 23, 2022
38e3a87
chore(python): use black==22.3.0 (#123)
gcf-owl-bot[bot] Mar 29, 2022
2bd57f7
chore(python): add E231 to .flake8 ignore list (#124)
gcf-owl-bot[bot] Mar 30, 2022
6f5771d
chore(python): update .pre-commit-config.yaml to use black==22.3.0 (#…
gcf-owl-bot[bot] Apr 1, 2022
34d4ccf
chore(python): Enable size-label bot (#127)
gcf-owl-bot[bot] Apr 1, 2022
603fc40
chore(python): refactor unit / system test dependency install (#128)
gcf-owl-bot[bot] Apr 1, 2022
444184b
chore(python): add license header to auto-label.yaml (#129)
gcf-owl-bot[bot] Apr 6, 2022
21f5c4c
chore: Use gapic-generator-python 0.65.0 (#132)
gcf-owl-bot[bot] Apr 12, 2022
0db8248
chore: use gapic-generator-python 0.65.1 (#134)
gcf-owl-bot[bot] Apr 14, 2022
68d9fd6
chore(python): add nox session to sort python imports (#135)
gcf-owl-bot[bot] Apr 21, 2022
900a5d9
chore(python): use ubuntu 22.04 in docs image (#137)
gcf-owl-bot[bot] Apr 21, 2022
9c1df23
chore: use gapic-generator-python 0.65.2 (#138)
gcf-owl-bot[bot] Apr 28, 2022
3dc6f62
chore: [autoapprove] update readme_gen.py to include autoescape True …
gcf-owl-bot[bot] May 5, 2022
01456b9
chore(python): auto approve template changes (#141)
gcf-owl-bot[bot] May 5, 2022
8d62448
chore(main): release 1.1.2 (#133)
release-please[bot] May 19, 2022
a75dec4
chore: use gapic-generator-python 1.0.0 (#142)
gcf-owl-bot[bot] May 30, 2022
2dcf8ba
fix(deps): require protobuf <4.0.0dev (#144)
parthea Jun 1, 2022
8ca65e1
docs: fix changelog header to consistent size (#143)
dandhlee Jun 3, 2022
c55c5df
chore: test minimum dependencies in python 3.7 (#147)
parthea Jun 3, 2022
9a99940
chore(main): release 1.1.3 (#145)
release-please[bot] Jun 7, 2022
8aa7ed9
chore: add prerelease nox session (#151)
gcf-owl-bot[bot] Jun 12, 2022
609701a
fix: require python 3.7+ (#155)
gcf-owl-bot[bot] Jul 10, 2022
94e6c5c
chore(python): allow client documentation to be customized in README …
gcf-owl-bot[bot] Jul 14, 2022
4dc1b28
fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#153)
gcf-owl-bot[bot] Jul 14, 2022
3cecf83
chore(main): release 1.2.0 (#156)
release-please[bot] Jul 14, 2022
d55a546
chore: resolve issue with prerelease presubmit [autoapprove] (#159)
gcf-owl-bot[bot] Jul 26, 2022
4388390
chore(bazel): update protobuf to v3.21.3 (#160)
gcf-owl-bot[bot] Jul 26, 2022
efb5c5d
chore(deps): update actions/setup-python action to v4 [autoapprove] (…
gcf-owl-bot[bot] Aug 9, 2022
be06afc
fix(deps): allow protobuf < 5.0.0 (#162)
parthea Aug 11, 2022
4347c37
chore(main): release 1.2.1 (#163)
release-please[bot] Aug 16, 2022
fa1745b
chore: remove 'pip install' statements from python_library templates …
gcf-owl-bot[bot] Aug 24, 2022
0b31612
chore(python): exclude path in renovate.json [autoapprove] (#166)
gcf-owl-bot[bot] Aug 24, 2022
6cac495
chore(python): exclude `grpcio==1.49.0rc1` in tests (#167)
gcf-owl-bot[bot] Aug 30, 2022
3fdc3fe
ci(python): fix path to requirements.txt in release script (#168)
gcf-owl-bot[bot] Sep 1, 2022
b977a8c
chore(python): update .kokoro/requirements.txt (#169)
gcf-owl-bot[bot] Sep 2, 2022
297aa19
chore(python): exclude setup.py in renovate config (#171)
gcf-owl-bot[bot] Sep 2, 2022
f0c2cb5
chore: Bump gapic-generator-python version to 1.3.0 (#172)
gcf-owl-bot[bot] Sep 7, 2022
c503fd6
chore: use gapic-generator-python 1.3.1 (#173)
gcf-owl-bot[bot] Sep 8, 2022
3c3824b
chore: use gapic generator python 1.4.1 (#174)
gcf-owl-bot[bot] Sep 13, 2022
a1083f9
fix(deps): require protobuf >= 3.20.2 (#175)
gcf-owl-bot[bot] Sep 29, 2022
9240847
chore(main): release 1.2.2 (#176)
release-please[bot] Sep 29, 2022
7ec662a
fix(deps): allow protobuf 3.19.5 (#177)
parthea Oct 7, 2022
75e3285
chore(main): release 1.2.3 (#178)
release-please[bot] Oct 10, 2022
18d71bb
chore(python): update dependencies in .kokoro/requirements.txt [autoa…
gcf-owl-bot[bot] Nov 8, 2022
7352165
chore(python): update release script dependencies [autoapprove] (#182)
gcf-owl-bot[bot] Nov 16, 2022
ca897e1
chore: Update gapic-generator-python to v1.6.1 (#179)
gcf-owl-bot[bot] Nov 27, 2022
8607090
fix(deps): Require google-api-core >=1.34.0, >=2.11.0 (#184)
gcf-owl-bot[bot] Dec 7, 2022
2cf9d2e
build(deps): bump certifi from 2022.9.24 to 2022.12.7 [autoapprove] (…
gcf-owl-bot[bot] Dec 8, 2022
6d96081
chore(main): release 1.3.0 (#183)
release-please[bot] Dec 15, 2022
275e1a0
chore(python): add support for python 3.11 [autoapprove] (#186)
gcf-owl-bot[bot] Jan 6, 2023
21f9472
feat: Add support for python 3.11 (#187)
gcf-owl-bot[bot] Jan 10, 2023
3d06c53
chore(main): release 1.4.0 (#188)
release-please[bot] Jan 10, 2023
9ccb9c7
docs: Add documentation for enums (#189)
gcf-owl-bot[bot] Jan 20, 2023
3e08185
chore(main): release 1.4.1 (#190)
release-please[bot] Jan 23, 2023
80bf127
chore: Update gapic-generator-python to v1.8.2 (#191)
gcf-owl-bot[bot] Jan 25, 2023
55aa9a9
chore: fix prerelease_deps nox session [autoapprove] (#192)
gcf-owl-bot[bot] Jan 30, 2023
f4e852b
chore: Update gapic-generator-python to v1.8.4 (#193)
gcf-owl-bot[bot] Feb 8, 2023
0bb0812
build(deps): bump cryptography from 38.0.3 to 39.0.1 in /synthtool/gc…
gcf-owl-bot[bot] Feb 8, 2023
a501d8d
feat: enable "rest" transport in Python for services supporting numer…
gcf-owl-bot[bot] Feb 19, 2023
d71e1d3
chore(main): release 1.5.0 (#196)
release-please[bot] Feb 24, 2023
6d52f8d
chore(python): upgrade gcp-releasetool in .kokoro [autoapprove] (#199)
gcf-owl-bot[bot] Feb 27, 2023
c1ff309
chore: Update gapic-generator-python to v1.8.5 (#197)
gcf-owl-bot[bot] Feb 27, 2023
a5cb9d9
chore(deps): Update nox in .kokoro/requirements.in [autoapprove] (#200)
gcf-owl-bot[bot] Mar 16, 2023
266e7ef
docs: Fix formatting of request arg in docstring (#201)
gcf-owl-bot[bot] Mar 23, 2023
3a79c30
chore(main): release 1.5.1 (#202)
release-please[bot] Mar 27, 2023
307f273
Merge remote-tracking branch 'remote.googleapis/python-domains/main' …
vchudnov-g May 10, 2023
1522096
Trigger owlbot post-processor
vchudnov-g May 10, 2023
f540cca
build: google-cloud-domains migration: adjust owlbot-related files
vchudnov-g May 10, 2023
0e04970
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
99bddd3
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 10, 2023
858d4d2
Merge branch 'migration.python-domains.migration.2023-05-08.03.migrat…
gcf-owl-bot[bot] May 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"packages/google-cloud-confidentialcomputing": "0.1.0",
"packages/google-cloud-ids": "1.5.1",
"packages/google-ai-generativelanguage": "0.2.0",
"packages/google-maps-places": "0.1.0"
"packages/google-maps-places": "0.1.0",
"packages/google-cloud-domains": "0.0.0"
}
27 changes: 27 additions & 0 deletions packages/google-cloud-domains/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


deep-remove-regex:
- /owl-bot-staging

deep-preserve-regex:
- /owl-bot-staging/google-cloud-domains/v1alpha2

deep-copy-regex:
- source: /google/cloud/domains/(v.*)/.*-py
dest: /owl-bot-staging/google-cloud-domains/$1

begin-after-commit-hash: 6a5da3f1274b088752f074da5bc9e30bd1beb27e

13 changes: 13 additions & 0 deletions packages/google-cloud-domains/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[run]
branch = True

[report]
show_missing = True
omit =
google/cloud/domains/__init__.py
google/cloud/domains/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
33 changes: 33 additions & 0 deletions packages/google-cloud-domains/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
#
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Generated by synthtool. DO NOT EDIT!
[flake8]
ignore = E203, E231, E266, E501, W503
exclude =
# Exclude generated code.
**/proto/**
**/gapic/**
**/services/**
**/types/**
*_pb2.py

# Standard linting exemptions.
**/.nox/**
__pycache__,
.git,
*.pyc,
conf.py
63 changes: 63 additions & 0 deletions packages/google-cloud-domains/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
*.py[cod]
*.sw[op]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.nox
.cache
.pytest_cache


# Mac
.DS_Store

# JetBrains
.idea

# VS Code
.vscode

# emacs
*~

# Built documentation
docs/_build
bigquery/docs/generated
docs.metadata

# Virtual environment
env/

# Test logs
coverage.xml
*sponge_log.xml

# System test environment variables.
system_tests/local_test_setup

# Make sure a generated file isn't accidentally committed.
pylintrc
pylintrc.test
31 changes: 31 additions & 0 deletions packages/google-cloud-domains/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
3 changes: 3 additions & 0 deletions packages/google-cloud-domains/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.5.1"
}
17 changes: 17 additions & 0 deletions packages/google-cloud-domains/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "domains",
"name_pretty": "Cloud Domains",
"product_documentation": "https://cloud.google.com/domains",
"client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest",
"issue_tracker": "",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-domains",
"distribution_name": "google-cloud-domains",
"api_id": "domains.googleapis.com",
"default_version": "v1",
"codeowner_team": "",
"api_shortname": "domains",
"api_description": "allows you to register and manage domains by using Cloud Domains."
}
Loading