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: rename directory google-cloud-cloudquotas -> google-cloud-quotas #13183

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"packages/google-cloud-certificate-manager": "1.7.2",
"packages/google-cloud-channel": "1.19.0",
"packages/google-cloud-cloudcontrolspartner": "0.2.0",
"packages/google-cloud-cloudquotas": "0.1.10",
"packages/google-cloud-quotas": "0.1.10",
"packages/google-cloud-commerce-consumer-procurement": "0.1.8",
"packages/google-cloud-common": "1.3.5",
"packages/google-cloud-compute": "1.19.2",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Changelogs
- [google-cloud-certificate-manager==1.7.2](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-certificate-manager/CHANGELOG.md)
- [google-cloud-channel==1.19.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-channel/CHANGELOG.md)
- [google-cloud-cloudcontrolspartner==0.2.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-cloudcontrolspartner/CHANGELOG.md)
- [google-cloud-cloudquotas==0.1.10](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-cloudquotas/CHANGELOG.md)
- [google-cloud-quotas==0.1.10](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-quotas/CHANGELOG.md)
- [google-cloud-commerce-consumer-procurement==0.1.8](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-commerce-consumer-procurement/CHANGELOG.md)
- [google-cloud-common==1.3.5](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-common/CHANGELOG.md)
- [google-cloud-compute==1.19.2](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

deep-copy-regex:
- source: /google/api/cloudquotas/(v.*)/.*-py
ohmayr marked this conversation as resolved.
Show resolved Hide resolved
dest: /owl-bot-staging/google-cloud-cloudquotas/$1
api-name: google-cloud-cloudquotas
dest: /owl-bot-staging/google-cloud-quotas/$1
api-name: google-cloud-quotas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-cloudquotas",
"distribution_name": "google-cloud-quotas",
"api_id": "cloudquotas.googleapis.com",
"default_version": "v1",
"codeowner_team": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ instead of
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``)
may cause problems creating links or rendering the description.

.. _description on PyPI: https://pypi.org/project/google-cloud-cloudquotas
.. _description on PyPI: https://pypi.org/project/google-cloud-quotas


*************************
Expand All @@ -238,7 +238,7 @@ We support:

Supported versions can be found in our ``noxfile.py`` `config`_.

.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-cloudquotas/noxfile.py
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-quotas/noxfile.py


**********
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Python Client for Cloud Quotas API

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-cloudquotas.svg
:target: https://pypi.org/project/google-cloud-cloudquotas/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-cloudquotas.svg
:target: https://pypi.org/project/google-cloud-cloudquotas/
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-quotas.svg
:target: https://pypi.org/project/google-cloud-quotas/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-quotas.svg
:target: https://pypi.org/project/google-cloud-quotas/
.. _Cloud Quotas API: https://cloud.google.com/docs/quota/api-overview
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/google-cloud-cloudquotas/latest/summary_overview
ohmayr marked this conversation as resolved.
Show resolved Hide resolved
.. _Product Documentation: https://cloud.google.com/docs/quota/api-overview
Expand Down Expand Up @@ -53,7 +53,7 @@ Code samples and snippets

Code samples and snippets live in the `samples/`_ folder.

.. _samples/: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-cloudquotas/samples
.. _samples/: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-quotas/samples


Supported Python Versions
Expand Down Expand Up @@ -82,7 +82,7 @@ Mac/Linux

python3 -m venv <your-env>
source <your-env>/bin/activate
pip install google-cloud-cloudquotas
pip install google-cloud-quotas


Windows
Expand All @@ -92,7 +92,7 @@ Windows

py -m venv <your-env>
.\<your-env>\Scripts\activate
pip install google-cloud-cloudquotas
pip install google-cloud-quotas

Next Steps
~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# google-cloud-cloudquotas documentation build configuration file
# google-cloud-quotas documentation build configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -80,7 +80,7 @@
root_doc = "index"

# General information about the project.
project = "google-cloud-cloudquotas"
project = "google-cloud-quotas"
copyright = "2019, Google"
author = "Google APIs"

Expand Down Expand Up @@ -154,7 +154,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"description": "Google Cloud Client Libraries for google-cloud-cloudquotas",
"description": "Google Cloud Client Libraries for google-cloud-quotas",
"github_user": "googleapis",
"github_repo": "google-cloud-python",
"github_banner": True,
Expand Down Expand Up @@ -248,7 +248,7 @@
# html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = "google-cloud-cloudquotas-doc"
htmlhelp_basename = "google-cloud-quotas-doc"

# -- Options for warnings ------------------------------------------------------

Expand Down Expand Up @@ -281,8 +281,8 @@
latex_documents = [
(
root_doc,
"google-cloud-cloudquotas.tex",
"google-cloud-cloudquotas Documentation",
"google-cloud-quotas.tex",
"google-cloud-quotas Documentation",
author,
"manual",
)
Expand Down Expand Up @@ -316,8 +316,8 @@
man_pages = [
(
root_doc,
"google-cloud-cloudquotas",
"google-cloud-cloudquotas Documentation",
"google-cloud-quotas",
"google-cloud-quotas Documentation",
[author],
1,
)
Expand All @@ -335,11 +335,11 @@
texinfo_documents = [
(
root_doc,
"google-cloud-cloudquotas",
"google-cloud-cloudquotas Documentation",
"google-cloud-quotas",
"google-cloud-quotas Documentation",
author,
"google-cloud-cloudquotas",
"google-cloud-cloudquotas Library",
"google-cloud-quotas",
"google-cloud-quotas Library",
"APIs",
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ API Reference
Changelog
---------

For a list of all ``google-cloud-cloudquotas`` releases:
For a list of all ``google-cloud-quotas`` releases:

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,10 +873,10 @@
],
"release-type": "python"
},
"packages/google-cloud-cloudquotas": {
"packages/google-cloud-quotas": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"component": "google-cloud-cloudquotas",
"component": "google-cloud-quotas",
"extra-files": [
"google/cloud/cloudquotas/gapic_version.py",
"google/cloud/cloudquotas_v1/gapic_version.py",
ohmayr marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading