Skip to content

Commit a6004e7

Browse files
authored
feat(iam): start generating apiv2 (#6605)
1 parent 59d162b commit a6004e7

File tree

7 files changed

+1284
-0
lines changed

7 files changed

+1284
-0
lines changed

iam/apiv2/doc.go

Lines changed: 170 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iam/apiv2/gapic_metadata.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4+
"language": "go",
5+
"protoPackage": "google.iam.v2",
6+
"libraryPackage": "cloud.google.com/go/iam/apiv2",
7+
"services": {
8+
"Policies": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "PoliciesClient",
12+
"rpcs": {
13+
"CreatePolicy": {
14+
"methods": [
15+
"CreatePolicy"
16+
]
17+
},
18+
"DeletePolicy": {
19+
"methods": [
20+
"DeletePolicy"
21+
]
22+
},
23+
"GetOperation": {
24+
"methods": [
25+
"GetOperation"
26+
]
27+
},
28+
"GetPolicy": {
29+
"methods": [
30+
"GetPolicy"
31+
]
32+
},
33+
"ListApplicablePolicies": {
34+
"methods": [
35+
"ListApplicablePolicies"
36+
]
37+
},
38+
"ListPolicies": {
39+
"methods": [
40+
"ListPolicies"
41+
]
42+
},
43+
"UpdatePolicy": {
44+
"methods": [
45+
"UpdatePolicy"
46+
]
47+
}
48+
}
49+
}
50+
}
51+
}
52+
}
53+
}

0 commit comments

Comments
 (0)