Skip to content

Commit 1472a06

Browse files
chore(cloudfunctions): update the api
1 parent 8d08e79 commit 1472a06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ <h3>Method Details</h3>
678678
&quot;vpcConnectorEgressSettings&quot;: &quot;A String&quot;, # The egress settings for the connector, controlling what traffic is diverted through it.
679679
}
680680

681-
updateMask: string, Required list of fields to be updated in this request.
681+
updateMask: string, Required. The list of fields in `CloudFunction` that have to be updated.
682682
x__xgafv: string, V1 error format.
683683
Allowed values
684684
1 - v1 error format

googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
"type": "string"
467467
},
468468
"updateMask": {
469-
"description": "Required list of fields to be updated in this request.",
469+
"description": "Required. The list of fields in `CloudFunction` that have to be updated.",
470470
"format": "google-fieldmask",
471471
"location": "query",
472472
"type": "string"
@@ -546,7 +546,7 @@
546546
}
547547
}
548548
},
549-
"revision": "20211111",
549+
"revision": "20211130",
550550
"rootUrl": "https://cloudfunctions.googleapis.com/",
551551
"schemas": {
552552
"AuditConfig": {

0 commit comments

Comments
 (0)