Skip to content

Commit 6e259cb

Browse files
feat(all): auto-regenerate discovery clients (#3649)
1 parent 31d2afe commit 6e259cb

30 files changed

Lines changed: 473 additions & 171 deletions

backupdr/v1/backupdr-api.json

Lines changed: 65 additions & 1 deletion
Large diffs are not rendered by default.

backupdr/v1/backupdr-gen.go

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

cloudasset/v1/cloudasset-api.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
66
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7+
},
8+
"https://www.googleapis.com/auth/cloudasset": {
9+
"description": "See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account"
710
}
811
}
912
}
@@ -181,7 +184,8 @@
181184
"$ref": "ListAssetsResponse"
182185
},
183186
"scopes": [
184-
"https://www.googleapis.com/auth/cloud-platform"
187+
"https://www.googleapis.com/auth/cloud-platform",
188+
"https://www.googleapis.com/auth/cloudasset"
185189
]
186190
}
187191
}
@@ -380,7 +384,8 @@
380384
"$ref": "Operation"
381385
},
382386
"scopes": [
383-
"https://www.googleapis.com/auth/cloud-platform"
387+
"https://www.googleapis.com/auth/cloud-platform",
388+
"https://www.googleapis.com/auth/cloudasset"
384389
]
385390
}
386391
}
@@ -640,7 +645,8 @@
640645
"$ref": "AnalyzeIamPolicyResponse"
641646
},
642647
"scopes": [
643-
"https://www.googleapis.com/auth/cloud-platform"
648+
"https://www.googleapis.com/auth/cloud-platform",
649+
"https://www.googleapis.com/auth/cloudasset"
644650
]
645651
},
646652
"analyzeIamPolicyLongrunning": {
@@ -668,7 +674,8 @@
668674
"$ref": "Operation"
669675
},
670676
"scopes": [
671-
"https://www.googleapis.com/auth/cloud-platform"
677+
"https://www.googleapis.com/auth/cloud-platform",
678+
"https://www.googleapis.com/auth/cloudasset"
672679
]
673680
},
674681
"analyzeMove": {
@@ -1095,7 +1102,7 @@
10951102
}
10961103
}
10971104
},
1098-
"revision": "20260624",
1105+
"revision": "20260703",
10991106
"rootUrl": "https://cloudasset.googleapis.com/",
11001107
"schemas": {
11011108
"AccessSelector": {
@@ -2934,7 +2941,7 @@
29342941
},
29352942
"pscEndpoint": {
29362943
"$ref": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint",
2937-
"description": "Requests from this PSC will be allowed from access perimeter data."
2944+
"description": "A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The Private Service Connect endpoint may be in any organization, not just the organization that the perimeter is defined in."
29382945
},
29392946
"resource": {
29402947
"description": "A Google Cloud resource from the service perimeter that you want to allow to access data outside the perimeter. This field supports only projects. The project format is `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud resources.",
@@ -3044,7 +3051,7 @@
30443051
},
30453052
"pscEndpoint": {
30463053
"$ref": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint",
3047-
"description": "Requests from this PSC will be allowed to access perimeter data."
3054+
"description": "A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service Connect endpoint may be in any organization, not just the organization that the perimeter is defined in."
30483055
},
30493056
"resource": {
30503057
"description": "A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources will be allowed to access perimeter data. Currently only projects and VPCs are allowed. Project format: `projects/{project_number}` VPC network format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`. The project may be in any Google Cloud organization, not just the organization that the perimeter is defined in. `*` is not allowed, the case of allowing all Google Cloud resources only is not supported.",
@@ -3145,11 +3152,11 @@
31453152
"type": "object"
31463153
},
31473154
"GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint": {
3148-
"description": "Specifies the PSC an API call refers to.",
3155+
"description": "Specifies the Private Service Connect endpoint that an API call refers to.",
31493156
"id": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint",
31503157
"properties": {
31513158
"forwardingRule": {
3152-
"description": "The global forwarding rule identifier. Forwarding rule format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.",
3159+
"description": "The full resource name of the global forwarding rule that identifies a Private Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.",
31533160
"type": "string"
31543161
}
31553162
},

cloudasset/v1/cloudasset-gen.go

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

cloudasset/v1beta1/cloudasset-api.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
66
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7+
},
8+
"https://www.googleapis.com/auth/cloudasset": {
9+
"description": "See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account"
710
}
811
}
912
}
@@ -161,7 +164,8 @@
161164
"$ref": "Operation"
162165
},
163166
"scopes": [
164-
"https://www.googleapis.com/auth/cloud-platform"
167+
"https://www.googleapis.com/auth/cloud-platform",
168+
"https://www.googleapis.com/auth/cloudasset"
165169
]
166170
}
167171
}
@@ -282,7 +286,8 @@
282286
"$ref": "Operation"
283287
},
284288
"scopes": [
285-
"https://www.googleapis.com/auth/cloud-platform"
289+
"https://www.googleapis.com/auth/cloud-platform",
290+
"https://www.googleapis.com/auth/cloudasset"
286291
]
287292
}
288293
}
@@ -403,15 +408,16 @@
403408
"$ref": "Operation"
404409
},
405410
"scopes": [
406-
"https://www.googleapis.com/auth/cloud-platform"
411+
"https://www.googleapis.com/auth/cloud-platform",
412+
"https://www.googleapis.com/auth/cloudasset"
407413
]
408414
}
409415
}
410416
}
411417
}
412418
}
413419
},
414-
"revision": "20260624",
420+
"revision": "20260703",
415421
"rootUrl": "https://cloudasset.googleapis.com/",
416422
"schemas": {
417423
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -1214,7 +1220,7 @@
12141220
},
12151221
"pscEndpoint": {
12161222
"$ref": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint",
1217-
"description": "Requests from this PSC will be allowed from access perimeter data."
1223+
"description": "A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The Private Service Connect endpoint may be in any organization, not just the organization that the perimeter is defined in."
12181224
},
12191225
"resource": {
12201226
"description": "A Google Cloud resource from the service perimeter that you want to allow to access data outside the perimeter. This field supports only projects. The project format is `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud resources.",
@@ -1324,7 +1330,7 @@
13241330
},
13251331
"pscEndpoint": {
13261332
"$ref": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint",
1327-
"description": "Requests from this PSC will be allowed to access perimeter data."
1333+
"description": "A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service Connect endpoint may be in any organization, not just the organization that the perimeter is defined in."
13281334
},
13291335
"resource": {
13301336
"description": "A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources will be allowed to access perimeter data. Currently only projects and VPCs are allowed. Project format: `projects/{project_number}` VPC network format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`. The project may be in any Google Cloud organization, not just the organization that the perimeter is defined in. `*` is not allowed, the case of allowing all Google Cloud resources only is not supported.",
@@ -1425,11 +1431,11 @@
14251431
"type": "object"
14261432
},
14271433
"GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint": {
1428-
"description": "Specifies the PSC an API call refers to.",
1434+
"description": "Specifies the Private Service Connect endpoint that an API call refers to.",
14291435
"id": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint",
14301436
"properties": {
14311437
"forwardingRule": {
1432-
"description": "The global forwarding rule identifier. Forwarding rule format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.",
1438+
"description": "The full resource name of the global forwarding rule that identifies a Private Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.",
14331439
"type": "string"
14341440
}
14351441
},

cloudasset/v1beta1/cloudasset-gen.go

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

0 commit comments

Comments
 (0)