Skip to content
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
6 changes: 3 additions & 3 deletions iam/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for IAM API (`Alpha`_)
================================================================

`IAM Service Account Credentials API`_: IAM Service Account Credentials API
`IAM API`_: IAM API

- `Client Library Documentation`_
- `Product Documentation`_
Expand All @@ -18,12 +18,12 @@ In order to use this library, you first need to go through the following steps:

1. `Select or create a Cloud Platform project.`_
2. `Enable billing for your project.`_
3. `Enable the IAM Service Account Credentials API.`_
3. `Enable the IAM API.`_
4. `Setup Authentication.`_

.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
.. _Enable the IAM Service Account Credentials API.: https://cloud.google.com/iam
.. _Enable the IAM API.: https://console.cloud.google.com/flows/enableapi?apiid=iam
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html

Installation
Expand Down
24 changes: 16 additions & 8 deletions iam/google/cloud/iam_credentials_v1/proto/common_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions iam/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2018-12-12T18:49:12.183864Z",
"updateTime": "2018-12-12T23:37:08.934907Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7260ddc159d9b412b08e71e9cf4d859b4438dc55",
"internalRef": "225211827"
"sha": "a207551d5190d2dc915ea261f19ce83eeee000d3",
"internalRef": "225249459"
}
},
{
Expand Down
7 changes: 7 additions & 0 deletions iam/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
"from google\.iam\.credentials\.v1 import iamcredentials_pb2_grpc",
"from google.cloud.iam_credentials_v1.proto import iamcredentials_pb2_grpc"
)

s.replace(
"google/cloud/iam_credentials_v1/proto/common_pb2.py",
"\"\"\"Attributes:\n",
"\"\"\"\nAttributes:\n"

This comment was marked as spam.

)

# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
Expand Down