Skip to content

Commit 4ee8312

Browse files
feat(cloudfunctions): update the api
#### cloudfunctions:v2 The following keys were added: - schemas.SetupFunctionUpgradeConfigRequest.properties.triggerServiceAccount.type (Total Keys: 1) #### cloudfunctions:v2alpha The following keys were added: - schemas.SetupFunctionUpgradeConfigRequest.properties.triggerServiceAccount.type (Total Keys: 1) #### cloudfunctions:v2beta The following keys were added: - schemas.SetupFunctionUpgradeConfigRequest.properties.triggerServiceAccount.type (Total Keys: 1)
1 parent 639190e commit 4ee8312

6 files changed

+24
-6
lines changed

docs/dyn/cloudfunctions_v2.projects.locations.functions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,7 @@ <h3>Method Details</h3>
17021702
The object takes the form of:
17031703

17041704
{ # Request for the `SetupFunctionUpgradeConfig` method.
1705+
&quot;triggerServiceAccount&quot;: &quot;A String&quot;, # Optional. The trigger&#x27;s service account. The service account must have permission to invoke Cloud Run services, the permission is `run.routes.invoke`. If empty, defaults to the Compute Engine default service account: `{project_number}[email protected]`.
17051706
}
17061707

17071708
x__xgafv: string, V1 error format.

docs/dyn/cloudfunctions_v2alpha.projects.locations.functions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,7 @@ <h3>Method Details</h3>
17021702
The object takes the form of:
17031703

17041704
{ # Request for the `SetupFunctionUpgradeConfig` method.
1705+
&quot;triggerServiceAccount&quot;: &quot;A String&quot;, # Optional. The trigger&#x27;s service account. The service account must have permission to invoke Cloud Run services, the permission is `run.routes.invoke`. If empty, defaults to the Compute Engine default service account: `{project_number}[email protected]`.
17051706
}
17061707

17071708
x__xgafv: string, V1 error format.

docs/dyn/cloudfunctions_v2beta.projects.locations.functions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,7 @@ <h3>Method Details</h3>
17021702
The object takes the form of:
17031703

17041704
{ # Request for the `SetupFunctionUpgradeConfig` method.
1705+
&quot;triggerServiceAccount&quot;: &quot;A String&quot;, # Optional. The trigger&#x27;s service account. The service account must have permission to invoke Cloud Run services, the permission is `run.routes.invoke`. If empty, defaults to the Compute Engine default service account: `{project_number}[email protected]`.
17051706
}
17061707

17071708
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/cloudfunctions.v2.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
}
751751
}
752752
},
753-
"revision": "20250320",
753+
"revision": "20250410",
754754
"rootUrl": "https://cloudfunctions.googleapis.com/",
755755
"schemas": {
756756
"AbortFunctionUpgradeRequest": {
@@ -1994,7 +1994,12 @@
19941994
"SetupFunctionUpgradeConfigRequest": {
19951995
"description": "Request for the `SetupFunctionUpgradeConfig` method.",
19961996
"id": "SetupFunctionUpgradeConfigRequest",
1997-
"properties": {},
1997+
"properties": {
1998+
"triggerServiceAccount": {
1999+
"description": "Optional. The trigger's service account. The service account must have permission to invoke Cloud Run services, the permission is `run.routes.invoke`. If empty, defaults to the Compute Engine default service account: `{project_number}[email protected]`.",
2000+
"type": "string"
2001+
}
2002+
},
19982003
"type": "object"
19992004
},
20002005
"Source": {

googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
}
751751
}
752752
},
753-
"revision": "20250320",
753+
"revision": "20250410",
754754
"rootUrl": "https://cloudfunctions.googleapis.com/",
755755
"schemas": {
756756
"AbortFunctionUpgradeRequest": {
@@ -1994,7 +1994,12 @@
19941994
"SetupFunctionUpgradeConfigRequest": {
19951995
"description": "Request for the `SetupFunctionUpgradeConfig` method.",
19961996
"id": "SetupFunctionUpgradeConfigRequest",
1997-
"properties": {},
1997+
"properties": {
1998+
"triggerServiceAccount": {
1999+
"description": "Optional. The trigger's service account. The service account must have permission to invoke Cloud Run services, the permission is `run.routes.invoke`. If empty, defaults to the Compute Engine default service account: `{project_number}[email protected]`.",
2000+
"type": "string"
2001+
}
2002+
},
19982003
"type": "object"
19992004
},
20002005
"Source": {

googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
}
751751
}
752752
},
753-
"revision": "20250320",
753+
"revision": "20250410",
754754
"rootUrl": "https://cloudfunctions.googleapis.com/",
755755
"schemas": {
756756
"AbortFunctionUpgradeRequest": {
@@ -1994,7 +1994,12 @@
19941994
"SetupFunctionUpgradeConfigRequest": {
19951995
"description": "Request for the `SetupFunctionUpgradeConfig` method.",
19961996
"id": "SetupFunctionUpgradeConfigRequest",
1997-
"properties": {},
1997+
"properties": {
1998+
"triggerServiceAccount": {
1999+
"description": "Optional. The trigger's service account. The service account must have permission to invoke Cloud Run services, the permission is `run.routes.invoke`. If empty, defaults to the Compute Engine default service account: `{project_number}[email protected]`.",
2000+
"type": "string"
2001+
}
2002+
},
19982003
"type": "object"
19992004
},
20002005
"Source": {

0 commit comments

Comments
 (0)