Skip to content

Commit

Permalink
feat(iam): start generating apiv2 (#6605)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Sep 2, 2022
1 parent 59d162b commit a6004e7
Show file tree
Hide file tree
Showing 7 changed files with 1,284 additions and 0 deletions.
170 changes: 170 additions & 0 deletions iam/apiv2/doc.go

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

53 changes: 53 additions & 0 deletions iam/apiv2/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.iam.v2",
"libraryPackage": "cloud.google.com/go/iam/apiv2",
"services": {
"Policies": {
"clients": {
"grpc": {
"libraryClient": "PoliciesClient",
"rpcs": {
"CreatePolicy": {
"methods": [
"CreatePolicy"
]
},
"DeletePolicy": {
"methods": [
"DeletePolicy"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"GetPolicy": {
"methods": [
"GetPolicy"
]
},
"ListApplicablePolicies": {
"methods": [
"ListApplicablePolicies"
]
},
"ListPolicies": {
"methods": [
"ListPolicies"
]
},
"UpdatePolicy": {
"methods": [
"UpdatePolicy"
]
}
}
}
}
}
}
}
Loading

0 comments on commit a6004e7

Please sign in to comment.