Skip to content

Commit 37a2e41

Browse files
feat(all): auto-regenerate discovery clients (#1773)
1 parent 9255b0b commit 37a2e41

25 files changed

+4197
-249
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
],
484484
"parameters": {
485485
"name": {
486-
"description": "Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.",
486+
"description": "Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
487487
"location": "path",
488488
"pattern": "^accessPolicies/[^/]+/accessLevels/[^/]+$",
489489
"required": true,
@@ -719,7 +719,7 @@
719719
],
720720
"parameters": {
721721
"name": {
722-
"description": "Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`",
722+
"description": "Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
723723
"location": "path",
724724
"pattern": "^accessPolicies/[^/]+/servicePerimeters/[^/]+$",
725725
"required": true,
@@ -1083,7 +1083,7 @@
10831083
}
10841084
}
10851085
},
1086-
"revision": "20221107",
1086+
"revision": "20221205",
10871087
"rootUrl": "https://accesscontextmanager.googleapis.com/",
10881088
"schemas": {
10891089
"AccessContextManagerOperationMetadata": {
@@ -1109,7 +1109,7 @@
11091109
"type": "string"
11101110
},
11111111
"name": {
1112-
"description": "Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.",
1112+
"description": "Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
11131113
"type": "string"
11141114
},
11151115
"title": {
@@ -1934,7 +1934,7 @@
19341934
"type": "string"
19351935
},
19361936
"name": {
1937-
"description": "Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`",
1937+
"description": "Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
19381938
"type": "string"
19391939
},
19401940
"perimeterType": {

accesscontextmanager/v1/accesscontextmanager-gen.go

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

accesscontextmanager/v1beta/accesscontextmanager-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
],
400400
"parameters": {
401401
"name": {
402-
"description": "Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/accessLevels/{short_name}`. The maximum length // of the `short_name` component is 50 characters.",
402+
"description": "Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
403403
"location": "path",
404404
"pattern": "^accessPolicies/[^/]+/accessLevels/[^/]+$",
405405
"required": true,
@@ -551,7 +551,7 @@
551551
],
552552
"parameters": {
553553
"name": {
554-
"description": "Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`",
554+
"description": "Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
555555
"location": "path",
556556
"pattern": "^accessPolicies/[^/]+/servicePerimeters/[^/]+$",
557557
"required": true,
@@ -609,7 +609,7 @@
609609
}
610610
}
611611
},
612-
"revision": "20221107",
612+
"revision": "20221205",
613613
"rootUrl": "https://accesscontextmanager.googleapis.com/",
614614
"schemas": {
615615
"AccessContextManagerOperationMetadata": {
@@ -635,7 +635,7 @@
635635
"type": "string"
636636
},
637637
"name": {
638-
"description": "Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/accessLevels/{short_name}`. The maximum length // of the `short_name` component is 50 characters.",
638+
"description": "Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
639639
"type": "string"
640640
},
641641
"title": {
@@ -966,7 +966,7 @@
966966
"type": "string"
967967
},
968968
"name": {
969-
"description": "Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`",
969+
"description": "Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
970970
"type": "string"
971971
},
972972
"perimeterType": {

accesscontextmanager/v1beta/accesscontextmanager-gen.go

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

api-list.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,21 +3366,6 @@
33663366
"documentationLink": "https://cloud.google.com/iap",
33673367
"preferred": true
33683368
},
3369-
{
3370-
"kind": "discovery#directoryItem",
3371-
"id": "ideahub:v1alpha",
3372-
"name": "ideahub",
3373-
"version": "v1alpha",
3374-
"title": "Idea Hub API",
3375-
"description": "This is an invitation-only API.",
3376-
"discoveryRestUrl": "https://ideahub.googleapis.com/$discovery/rest?version=v1alpha",
3377-
"icons": {
3378-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3379-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3380-
},
3381-
"documentationLink": "https://console.cloud.google.com/apis/library/ideahub.googleapis.com",
3382-
"preferred": false
3383-
},
33843369
{
33853370
"kind": "discovery#directoryItem",
33863371
"id": "ideahub:v1beta",
@@ -4633,7 +4618,7 @@
46334618
"name": "recaptchaenterprise",
46344619
"version": "v1",
46354620
"title": "reCAPTCHA Enterprise API",
4636-
"description": "",
4621+
"description": "Help protect your website from fraudulent activity, spam, and abuse without creating friction.",
46374622
"discoveryRestUrl": "https://recaptchaenterprise.googleapis.com/$discovery/rest?version=v1",
46384623
"icons": {
46394624
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

0 commit comments

Comments
 (0)