Skip to content

Commit cc73573

Browse files
authoredJun 20, 2023
feat(all): auto-regenerate discovery clients (#2033)
1 parent 247ad09 commit cc73573

26 files changed

+13727
-37867
lines changed
 

‎cloudfunctions/v2/cloudfunctions-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230608",
574+
"revision": "20230619",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -842,6 +842,11 @@
842842
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
843843
"type": "string"
844844
},
845+
"satisfiesPzs": {
846+
"description": "Output only. Reserved for future use.",
847+
"readOnly": true,
848+
"type": "boolean"
849+
},
845850
"serviceConfig": {
846851
"$ref": "ServiceConfig",
847852
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."

‎cloudfunctions/v2/cloudfunctions-gen.go

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

‎cloudfunctions/v2alpha/cloudfunctions-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230608",
574+
"revision": "20230619",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -842,6 +842,11 @@
842842
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
843843
"type": "string"
844844
},
845+
"satisfiesPzs": {
846+
"description": "Output only. Reserved for future use.",
847+
"readOnly": true,
848+
"type": "boolean"
849+
},
845850
"serviceConfig": {
846851
"$ref": "ServiceConfig",
847852
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."

‎cloudfunctions/v2alpha/cloudfunctions-gen.go

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

‎cloudfunctions/v2beta/cloudfunctions-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230608",
574+
"revision": "20230619",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -842,6 +842,11 @@
842842
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
843843
"type": "string"
844844
},
845+
"satisfiesPzs": {
846+
"description": "Output only. Reserved for future use.",
847+
"readOnly": true,
848+
"type": "boolean"
849+
},
845850
"serviceConfig": {
846851
"$ref": "ServiceConfig",
847852
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."

‎cloudfunctions/v2beta/cloudfunctions-gen.go

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

0 commit comments

Comments
 (0)
Please sign in to comment.