Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 264984c

Browse files
fix: Updating behavior of source_upload_url during Get/List function calls (#93)
Regenerating cloud functions docs PiperOrigin-RevId: 388967811 Source-Link: googleapis/googleapis@909c3ad Source-Link: https://github.com/googleapis/googleapis-gen/commit/13181e495b2878975896de174f4a0ccd41fe2bc4
1 parent 9c37774 commit 264984c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

google/cloud/functions_v1/types/functions.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ class CloudFunction(proto.Message):
7777
The source repository where a function is hosted.
7878
source_upload_url (str):
7979
The Google Cloud Storage signed URL used for source
80-
uploading, generated by
81-
[google.cloud.functions.v1.GenerateUploadUrl][]
80+
uploading, generated by calling
81+
[google.cloud.functions.v1.GenerateUploadUrl].
82+
83+
The signature is validated on write methods {Create, Update}
84+
The signature is stripped from the Function object on read
85+
methods {Get, List}
8286
https_trigger (google.cloud.functions_v1.types.HttpsTrigger):
8387
An HTTPS endpoint type of source that can be
8488
triggered via URL.

0 commit comments

Comments
 (0)