Skip to content

Commit dab43ab

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent dac66f6 commit dab43ab

1 file changed

Lines changed: 122 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81190,6 +81190,128 @@
8119081190
"google.iam.v1beta.WorkloadIdentityPools"
8119181191
]
8119281192
},
81193+
{
81194+
"id": "google.iam.v2",
81195+
"directory": "google/iam/v2",
81196+
"version": "v2",
81197+
"majorVersion": "v2",
81198+
"hostName": "iam.googleapis.com",
81199+
"title": "Identity and Access Management (IAM) API",
81200+
"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.",
81201+
"importDirectories": [
81202+
"google/api",
81203+
"google/iam/v2",
81204+
"google/longrunning",
81205+
"google/protobuf",
81206+
"google/type"
81207+
],
81208+
"options": {
81209+
"csharp_namespace": {
81210+
"valueCounts": {
81211+
"Google.Cloud.Iam.V2": 2
81212+
}
81213+
},
81214+
"go_package": {
81215+
"valueCounts": {
81216+
"google.golang.org/genproto/googleapis/iam/v2;iam": 2
81217+
}
81218+
},
81219+
"java_multiple_files": {
81220+
"valueCounts": {
81221+
"true": 2
81222+
}
81223+
},
81224+
"java_package": {
81225+
"valueCounts": {
81226+
"com.google.iam.v2": 2
81227+
}
81228+
},
81229+
"php_namespace": {
81230+
"valueCounts": {
81231+
"Google\\Cloud\\Iam\\V2": 2
81232+
}
81233+
}
81234+
},
81235+
"services": [
81236+
{
81237+
"shortName": "Policies",
81238+
"fullName": "google.iam.v2.Policies",
81239+
"methods": [
81240+
{
81241+
"shortName": "CreatePolicy",
81242+
"fullName": "google.iam.v2.Policies.CreatePolicy",
81243+
"mode": "UNARY",
81244+
"bindings": [
81245+
{
81246+
"httpMethod": "POST",
81247+
"path": "/v2/{parent=policies/*/*}"
81248+
}
81249+
]
81250+
},
81251+
{
81252+
"shortName": "DeletePolicy",
81253+
"fullName": "google.iam.v2.Policies.DeletePolicy",
81254+
"mode": "UNARY",
81255+
"bindings": [
81256+
{
81257+
"httpMethod": "DELETE",
81258+
"path": "/v2/{name=policies/*/*/*}"
81259+
}
81260+
]
81261+
},
81262+
{
81263+
"shortName": "GetPolicy",
81264+
"fullName": "google.iam.v2.Policies.GetPolicy",
81265+
"mode": "UNARY",
81266+
"bindings": [
81267+
{
81268+
"httpMethod": "GET",
81269+
"path": "/v2/{name=policies/*/*/*}"
81270+
}
81271+
]
81272+
},
81273+
{
81274+
"shortName": "ListApplicablePolicies",
81275+
"fullName": "google.iam.v2.Policies.ListApplicablePolicies",
81276+
"mode": "UNARY",
81277+
"bindings": [
81278+
{
81279+
"httpMethod": "GET",
81280+
"path": "/v2/{attachment_point=*}:listApplicablePolicies"
81281+
}
81282+
]
81283+
},
81284+
{
81285+
"shortName": "ListPolicies",
81286+
"fullName": "google.iam.v2.Policies.ListPolicies",
81287+
"mode": "UNARY",
81288+
"bindings": [
81289+
{
81290+
"httpMethod": "GET",
81291+
"path": "/v2/{parent=policies/*/*}"
81292+
}
81293+
]
81294+
},
81295+
{
81296+
"shortName": "UpdatePolicy",
81297+
"fullName": "google.iam.v2.Policies.UpdatePolicy",
81298+
"mode": "UNARY",
81299+
"bindings": [
81300+
{
81301+
"httpMethod": "PUT",
81302+
"path": "/v2/{policy.name=policies/*/*/*}"
81303+
}
81304+
]
81305+
}
81306+
]
81307+
}
81308+
],
81309+
"configFile": "iam_v2.yaml",
81310+
"serviceConfigApiNames": [
81311+
"google.iam.v2.Policies",
81312+
"google.longrunning.Operations"
81313+
]
81314+
},
8119381315
{
8119481316
"id": "google.iam.v2beta",
8119581317
"directory": "google/iam/v2beta",

0 commit comments

Comments
 (0)