Skip to content

Commit 6aa7606

Browse files
yoshi-automationjskeet
authored andcommitted
fix: Updating behavior of source_upload_url during Get/List function calls
Regenerating cloud functions docs PiperOrigin-RevId: 388967811 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Aug 5 10:33:14 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 909c3adecc663893b2eaecd3c2f9b2528a2c6bea Source-Link: googleapis/googleapis@909c3ad
1 parent 61c5c17 commit 6aa7606

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

apis/Google.Cloud.Functions.V1/Google.Cloud.Functions.V1/Functions.g.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ public string SourceArchiveUrl {
359359
public const int SourceUploadUrlFieldNumber = 16;
360360
/// <summary>
361361
/// The Google Cloud Storage signed URL used for source uploading, generated
362-
/// by [google.cloud.functions.v1.GenerateUploadUrl][]
362+
/// by calling [google.cloud.functions.v1.GenerateUploadUrl].
363+
///
364+
/// The signature is validated on write methods {Create, Update}
365+
/// The signature is stripped from the Function object on read methods {Get,
366+
/// List}
363367
/// </summary>
364368
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
365369
public string SourceUploadUrl {

apis/Google.Cloud.Functions.V1/Google.Cloud.Functions.V1/FunctionsGrpc.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// source: google/cloud/functions/v1/functions.proto
44
// </auto-generated>
55
// Original file comments:
6-
// Copyright 2020 Google LLC
6+
// Copyright 2021 Google LLC
77
//
88
// Licensed under the Apache License, Version 2.0 (the "License");
99
// you may not use this file except in compliance with the License.

apis/Google.Cloud.Functions.V1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "a1ab4d44db02d59ff58810c6d4182d84e4b9abaa"
7+
"sha": "909c3adecc663893b2eaecd3c2f9b2528a2c6bea"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)