Skip to content

Commit e1f933a

Browse files
jskeetchalmerlowe
authored andcommitted
chore: complete grpc-google-iam-v1 migration (#16671)
- Reformat with nox - Enable generation with librarian - Regenerate with librarian
1 parent ca8e302 commit e1f933a

File tree

6 files changed

+21
-19
lines changed

6 files changed

+21
-19
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4652,7 +4652,6 @@ libraries:
46524652
version: 0.14.4
46534653
apis:
46544654
- path: google/iam/v1
4655-
skip_generate: true
46564655
python:
46574656
proto_only_apis:
46584657
- google/iam/v1
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"api_id": "iam.googleapis.com",
3-
"api_shortname": "iam",
4-
"client_documentation": "https://cloud.google.com/python/docs/reference/grpc-iam/latest",
5-
"default_version": "apiVersion",
6-
"distribution_name": "grpc-google-iam-v1",
7-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"name": "grpc-iam",
11-
"name_pretty": "Cloud Identity and Access Management",
12-
"product_documentation": "https://cloud.google.com/iam/docs/",
13-
"release_level": "stable",
14-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "Manages access control for Google Cloud Platform resources.",
3+
"api_id": "iam.googleapis.com",
4+
"api_shortname": "iam",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/grpc-iam/latest",
6+
"default_version": "apiVersion",
7+
"distribution_name": "grpc-google-iam-v1",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "grpc-iam",
12+
"name_pretty": "Cloud Identity and Access Management",
13+
"product_documentation": "https://cloud.google.com/iam/docs/",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1516
}

packages/grpc-google-iam-v1/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Python Client for Cloud Identity and Access Management
33

44
|stable| |pypi| |versions|
55

6-
`Cloud Identity and Access Management`_:
6+
`Cloud Identity and Access Management`_: Manages access control for Google Cloud Platform resources.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_

packages/grpc-google-iam-v1/docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Python Client for Cloud Identity and Access Management
33

44
|stable| |pypi| |versions|
55

6-
`Cloud Identity and Access Management`_:
6+
`Cloud Identity and Access Management`_: Manages access control for Google Cloud Platform resources.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_

packages/grpc-google-iam-v1/google/iam/v1/iam_policy_pb2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
from google.api import client_pb2 as google_dot_api_dot_client__pb2
3434
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
3535
from google.api import resource_pb2 as google_dot_api_dot_resource__pb2
36+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
37+
3638
from google.iam.v1 import options_pb2 as google_dot_iam_dot_v1_dot_options__pb2
3739
from google.iam.v1 import policy_pb2 as google_dot_iam_dot_v1_dot_policy__pb2
38-
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
3940

4041
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
4142
b'\n\x1egoogle/iam/v1/iam_policy.proto\x12\rgoogle.iam.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/iam/v1/options.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a google/protobuf/field_mask.proto"\x8f\x01\n\x13SetIamPolicyRequest\x12\x1b\n\x08resource\x18\x01 \x01(\tB\t\xe0\x41\x02\xfa\x41\x03\n\x01*\x12*\n\x06policy\x18\x02 \x01(\x0b\x32\x15.google.iam.v1.PolicyB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask"d\n\x13GetIamPolicyRequest\x12\x1b\n\x08resource\x18\x01 \x01(\tB\t\xe0\x41\x02\xfa\x41\x03\n\x01*\x12\x30\n\x07options\x18\x02 \x01(\x0b\x32\x1f.google.iam.v1.GetPolicyOptions"R\n\x19TestIamPermissionsRequest\x12\x1b\n\x08resource\x18\x01 \x01(\tB\t\xe0\x41\x02\xfa\x41\x03\n\x01*\x12\x18\n\x0bpermissions\x18\x02 \x03(\tB\x03\xe0\x41\x02"1\n\x1aTestIamPermissionsResponse\x12\x13\n\x0bpermissions\x18\x01 \x03(\t2\xb4\x03\n\tIAMPolicy\x12t\n\x0cSetIamPolicy\x12".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy")\x82\xd3\xe4\x93\x02#"\x1e/v1/{resource=**}:setIamPolicy:\x01*\x12t\n\x0cGetIamPolicy\x12".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy")\x82\xd3\xe4\x93\x02#"\x1e/v1/{resource=**}:getIamPolicy:\x01*\x12\x9a\x01\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse"/\x82\xd3\xe4\x93\x02)"$/v1/{resource=**}:testIamPermissions:\x01*\x1a\x1e\xca\x41\x1biam-meta-api.googleapis.comB|\n\x11\x63om.google.iam.v1B\x0eIamPolicyProtoP\x01Z)cloud.google.com/go/iam/apiv1/iampb;iampb\xaa\x02\x13Google.Cloud.Iam.V1\xca\x02\x13Google\\Cloud\\Iam\\V1b\x06proto3'

packages/grpc-google-iam-v1/google/iam/v1/iam_policy_pb2.pyi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ from google.api import annotations_pb2 as _annotations_pb2
2222
from google.api import client_pb2 as _client_pb2
2323
from google.api import field_behavior_pb2 as _field_behavior_pb2
2424
from google.api import resource_pb2 as _resource_pb2
25-
from google.iam.v1 import options_pb2 as _options_pb2
26-
from google.iam.v1 import policy_pb2 as _policy_pb2
2725
from google.protobuf import descriptor as _descriptor
2826
from google.protobuf import field_mask_pb2 as _field_mask_pb2
2927
from google.protobuf import message as _message
3028
from google.protobuf.internal import containers as _containers
3129

30+
from google.iam.v1 import options_pb2 as _options_pb2
31+
from google.iam.v1 import policy_pb2 as _policy_pb2
32+
3233
DESCRIPTOR: _descriptor.FileDescriptor
3334

3435
class SetIamPolicyRequest(_message.Message):

0 commit comments

Comments
 (0)