From 4c16650392ad0aaf1c0ad2c5836bd80ede2dec71 Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:25:45 -0500 Subject: [PATCH 1/2] docs: update overall name from iamcredentials to iam --- .repo-metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index e97b4e0..a2dafb1 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "iamcredentials", + "name": "iam", "name_pretty": "Cloud Identity and Access Management", "api_description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.", "product_documentation": "https://cloud.google.com/iam/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/iamcredentials/latest", + "client_documentation": "https://cloud.google.com/python/docs/reference/iam/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-iam", "distribution_name": "google-cloud-iam", - "api_id": "iamcredentials.googleapis.com", + "api_id": "iam.googleapis.com", "default_version": "v1", "codeowner_team": "", "api_shortname": "iamcredentials" From 2eac4d99e7ccf65d7454ce956c247c10f8e0c8c7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 1 Feb 2023 17:27:55 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 10492e8..32ed4b0 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Python Client for Cloud Identity and Access Management API .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iam.svg :target: https://pypi.org/project/google-cloud-iam/ .. _Cloud Identity and Access Management API: https://cloud.google.com/iam/docs/ -.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/iamcredentials/latest +.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/iam/latest .. _Product Documentation: https://cloud.google.com/iam/docs/ Quick Start