Skip to content

Commit 7565f1c

Browse files
feat(all): auto-regenerate discovery clients (#3512)
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
1 parent 2a249ce commit 7565f1c

13 files changed

Lines changed: 442 additions & 205 deletions

File tree

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,37 @@
12441244
}
12451245
}
12461246
},
1247+
"permissions": {
1248+
"methods": {
1249+
"list": {
1250+
"description": "Lists all supported permissions in VPCSC Granular Controls.",
1251+
"flatPath": "v1/permissions",
1252+
"httpMethod": "GET",
1253+
"id": "accesscontextmanager.permissions.list",
1254+
"parameterOrder": [],
1255+
"parameters": {
1256+
"pageSize": {
1257+
"description": "Optional. This flag specifies the maximum number of services to return per page. Default is 100.",
1258+
"format": "int32",
1259+
"location": "query",
1260+
"type": "integer"
1261+
},
1262+
"pageToken": {
1263+
"description": "Optional. Token to start on a later page. Default is the first page.",
1264+
"location": "query",
1265+
"type": "string"
1266+
}
1267+
},
1268+
"path": "v1/permissions",
1269+
"response": {
1270+
"$ref": "ListSupportedPermissionsResponse"
1271+
},
1272+
"scopes": [
1273+
"https://www.googleapis.com/auth/cloud-platform"
1274+
]
1275+
}
1276+
}
1277+
},
12471278
"services": {
12481279
"methods": {
12491280
"get": {
@@ -1300,7 +1331,7 @@
13001331
}
13011332
}
13021333
},
1303-
"revision": "20251112",
1334+
"revision": "20260215",
13041335
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13051336
"schemas": {
13061337
"AccessContextManagerOperationMetadata": {
@@ -2189,6 +2220,24 @@
21892220
},
21902221
"type": "object"
21912222
},
2223+
"ListSupportedPermissionsResponse": {
2224+
"description": "A response to `ListSupportedPermissionsRequest`.",
2225+
"id": "ListSupportedPermissionsResponse",
2226+
"properties": {
2227+
"nextPageToken": {
2228+
"description": "The pagination token to retrieve the next page of results. If the value is empty, no further results remain.",
2229+
"type": "string"
2230+
},
2231+
"supportedPermissions": {
2232+
"description": "List of VPC-SC supported permissions.",
2233+
"items": {
2234+
"type": "string"
2235+
},
2236+
"type": "array"
2237+
}
2238+
},
2239+
"type": "object"
2240+
},
21922241
"ListSupportedServicesResponse": {
21932242
"description": "A response to `ListSupportedServicesRequest`.",
21942243
"id": "ListSupportedServicesResponse",

accesscontextmanager/v1/accesscontextmanager-gen.go

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

go.work.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
755755
golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
756756
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
757757
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
758+
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
758759
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
759760
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
760761
golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM=
@@ -793,6 +794,7 @@ golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
793794
golang.org/x/term v0.36.0/go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss=
794795
golang.org/x/term v0.38.0/go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg=
795796
golang.org/x/term v0.39.0/go.mod h1:yxzUCTP/U+FzoxfdKmLaA0RV1WgE0VY7hXBwKtY/4ww=
797+
golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM=
796798
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
797799
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
798800
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=

0 commit comments

Comments
 (0)