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

fix: Updating behavior of source_upload_url during Get/List function calls #93

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions google/cloud/functions_v1/types/functions.py
Expand Up @@ -77,8 +77,12 @@ class CloudFunction(proto.Message):
The source repository where a function is hosted.
source_upload_url (str):
The Google Cloud Storage signed URL used for source
uploading, generated by
[google.cloud.functions.v1.GenerateUploadUrl][]
uploading, generated by calling
[google.cloud.functions.v1.GenerateUploadUrl].

The signature is validated on write methods {Create, Update}
The signature is stripped from the Function object on read
methods {Get, List}
https_trigger (google.cloud.functions_v1.types.HttpsTrigger):
An HTTPS endpoint type of source that can be
triggered via URL.
Expand Down