Skip to content

Commit a04a14b

Browse files
feat(all): auto-regenerate discovery clients (#2948)
1 parent 0386e0f commit a04a14b

File tree

6 files changed

+85
-60
lines changed

6 files changed

+85
-60
lines changed

bigquery/v2/bigquery-api.json

+15-15
Large diffs are not rendered by default.

bigquery/v2/bigquery-gen.go

+36-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

serviceusage/v1/serviceusage-api.json

+14-6
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20241205",
429+
"revision": "20241219",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AddEnableRulesMetadata": {
@@ -502,12 +502,14 @@
502502
"enum": [
503503
"ANALYSIS_TYPE_UNSPECIFIED",
504504
"ANALYSIS_TYPE_DEPENDENCY",
505-
"ANALYSIS_TYPE_RESOURCE_USAGE"
505+
"ANALYSIS_TYPE_RESOURCE_USAGE",
506+
"ANALYSIS_TYPE_RESOURCE_EXISTENCE"
506507
],
507508
"enumDescriptions": [
508509
"Unspecified analysis type. Do not use.",
509510
"The analysis of service dependencies.",
510-
"The analysis of service resource usage."
511+
"The analysis of service resource usage.",
512+
"The analysis of service resource existence."
511513
],
512514
"readOnly": true,
513515
"type": "string"
@@ -2305,14 +2307,20 @@
23052307
"description": "Output only. The type of impact.",
23062308
"enum": [
23072309
"IMPACT_TYPE_UNSPECIFIED",
2308-
"DEPENDENCY_MISSING_DEPENDENCIES"
2310+
"DEPENDENCY_MISSING_DEPENDENCIES",
2311+
"RESOURCE_EXISTENCE_PROJECT"
23092312
],
23102313
"enumDescriptions": [
2311-
"Reserved Blocks (Block n contains codes from 100n to 100(n+1) -1 Block 0 - Special/Admin codes Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY Block 2 - Impact Type of ANALYSIS_TYPE_RESOURCE_USAGE ...",
2312-
"Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY"
2314+
"Reserved Blocks (Block n contains codes from 100n to 100(n+1) -1 Block 0 - Special/Admin codes Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY Block 2 - Impact Type of ANALYSIS_TYPE_RESOURCE_USAGE Block 3 - Impact Type of ANALYSIS_TYPE_RESOURCE_EXISTENCE ...",
2315+
"Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY",
2316+
"Block 3 - Impact Type of ANALYSIS_TYPE_RESOURCE_EXISTENCE"
23132317
],
23142318
"readOnly": true,
23152319
"type": "string"
2320+
},
2321+
"parent": {
2322+
"description": "The parent resource that the analysis is based on and the service name that the analysis is for. Example: `projects/100/services/compute.googleapis.com`, folders/101/services/compute.googleapis.com` and `organizations/102/services/compute.googleapis.com`. Usually, the parent resource here is same as the parent resource of the analyzed policy. However, for some analysis types, the parent can be different. For example, for resource existence analysis, if the parent resource of the analyzed policy is a folder or an organization, the parent resource here can still be the project that contains the resources.",
2323+
"type": "string"
23162324
}
23172325
},
23182326
"type": "object"

serviceusage/v1/serviceusage-gen.go

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqladmin/v1beta4/sqladmin-api.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@
23662366
}
23672367
}
23682368
},
2369-
"revision": "20241204",
2369+
"revision": "20241210",
23702370
"rootUrl": "https://sqladmin.googleapis.com/",
23712371
"schemas": {
23722372
"AclEntry": {
@@ -5217,7 +5217,6 @@
52175217
"description": "Optional. The sub operation based on the operation type."
52185218
},
52195219
"targetId": {
5220-
"description": "Name of the database instance related to this operation.",
52215220
"type": "string"
52225221
},
52235222
"targetLink": {

sqladmin/v1beta4/sqladmin-gen.go

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)