Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 5, 2025
1 parent 0386e0f commit a04a14b
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 60 deletions.
30 changes: 15 additions & 15 deletions bigquery/v2/bigquery-api.json

Large diffs are not rendered by default.

69 changes: 36 additions & 33 deletions bigquery/v2/bigquery-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions serviceusage/v1/serviceusage-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20241205",
"revision": "20241219",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -502,12 +502,14 @@
"enum": [
"ANALYSIS_TYPE_UNSPECIFIED",
"ANALYSIS_TYPE_DEPENDENCY",
"ANALYSIS_TYPE_RESOURCE_USAGE"
"ANALYSIS_TYPE_RESOURCE_USAGE",
"ANALYSIS_TYPE_RESOURCE_EXISTENCE"
],
"enumDescriptions": [
"Unspecified analysis type. Do not use.",
"The analysis of service dependencies.",
"The analysis of service resource usage."
"The analysis of service resource usage.",
"The analysis of service resource existence."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -2305,14 +2307,20 @@
"description": "Output only. The type of impact.",
"enum": [
"IMPACT_TYPE_UNSPECIFIED",
"DEPENDENCY_MISSING_DEPENDENCIES"
"DEPENDENCY_MISSING_DEPENDENCIES",
"RESOURCE_EXISTENCE_PROJECT"
],
"enumDescriptions": [
"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 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY"
"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 ...",
"Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY",
"Block 3 - Impact Type of ANALYSIS_TYPE_RESOURCE_EXISTENCE"
],
"readOnly": true,
"type": "string"
},
"parent": {
"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.",
"type": "string"
}
},
"type": "object"
Expand Down
18 changes: 17 additions & 1 deletion serviceusage/v1/serviceusage-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions sqladmin/v1beta4/sqladmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,7 @@
}
}
},
"revision": "20241204",
"revision": "20241210",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down Expand Up @@ -5217,7 +5217,6 @@
"description": "Optional. The sub operation based on the operation type."
},
"targetId": {
"description": "Name of the database instance related to this operation.",
"type": "string"
},
"targetLink": {
Expand Down
5 changes: 2 additions & 3 deletions sqladmin/v1beta4/sqladmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a04a14b

Please sign in to comment.