Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 20, 2023
1 parent 247ad09 commit cc73573
Show file tree
Hide file tree
Showing 26 changed files with 13,727 additions and 37,867 deletions.
7 changes: 6 additions & 1 deletion cloudfunctions/v2/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230608",
"revision": "20230619",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -842,6 +842,11 @@
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"serviceConfig": {
"$ref": "ServiceConfig",
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."
Expand Down
3 changes: 3 additions & 0 deletions cloudfunctions/v2/cloudfunctions-gen.go

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

7 changes: 6 additions & 1 deletion cloudfunctions/v2alpha/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230608",
"revision": "20230619",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -842,6 +842,11 @@
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"serviceConfig": {
"$ref": "ServiceConfig",
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."
Expand Down
3 changes: 3 additions & 0 deletions cloudfunctions/v2alpha/cloudfunctions-gen.go

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

7 changes: 6 additions & 1 deletion cloudfunctions/v2beta/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230608",
"revision": "20230619",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -842,6 +842,11 @@
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"serviceConfig": {
"$ref": "ServiceConfig",
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."
Expand Down
3 changes: 3 additions & 0 deletions cloudfunctions/v2beta/cloudfunctions-gen.go

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

0 comments on commit cc73573

Please sign in to comment.