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

Commit

Permalink
Browse files Browse the repository at this point in the history
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: googleapis/googleapis-gen@13181e4
  • Loading branch information
gcf-owl-bot[bot] committed Aug 7, 2021
1 parent 9c37774 commit 264984c
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit 264984c

Please sign in to comment.