@@ -1022,7 +1022,10 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
1022
1022
*
1023
1023
* <pre>
1024
1024
* The Google Cloud Storage signed URL used for source uploading, generated
1025
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
1025
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
1026
+ * The signature is validated on write methods {Create, Update}
1027
+ * The signature is stripped from the Function object on read methods {Get,
1028
+ * List}
1026
1029
* </pre>
1027
1030
*
1028
1031
* <code>string source_upload_url = 16;</code>
@@ -1037,7 +1040,10 @@ public boolean hasSourceUploadUrl() {
1037
1040
*
1038
1041
* <pre>
1039
1042
* The Google Cloud Storage signed URL used for source uploading, generated
1040
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
1043
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
1044
+ * The signature is validated on write methods {Create, Update}
1045
+ * The signature is stripped from the Function object on read methods {Get,
1046
+ * List}
1041
1047
* </pre>
1042
1048
*
1043
1049
* <code>string source_upload_url = 16;</code>
@@ -1065,7 +1071,10 @@ public java.lang.String getSourceUploadUrl() {
1065
1071
*
1066
1072
* <pre>
1067
1073
* The Google Cloud Storage signed URL used for source uploading, generated
1068
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
1074
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
1075
+ * The signature is validated on write methods {Create, Update}
1076
+ * The signature is stripped from the Function object on read methods {Get,
1077
+ * List}
1069
1078
* </pre>
1070
1079
*
1071
1080
* <code>string source_upload_url = 16;</code>
@@ -3462,7 +3471,10 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
3462
3471
*
3463
3472
* <pre>
3464
3473
* The Google Cloud Storage signed URL used for source uploading, generated
3465
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
3474
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
3475
+ * The signature is validated on write methods {Create, Update}
3476
+ * The signature is stripped from the Function object on read methods {Get,
3477
+ * List}
3466
3478
* </pre>
3467
3479
*
3468
3480
* <code>string source_upload_url = 16;</code>
@@ -3478,7 +3490,10 @@ public boolean hasSourceUploadUrl() {
3478
3490
*
3479
3491
* <pre>
3480
3492
* The Google Cloud Storage signed URL used for source uploading, generated
3481
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
3493
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
3494
+ * The signature is validated on write methods {Create, Update}
3495
+ * The signature is stripped from the Function object on read methods {Get,
3496
+ * List}
3482
3497
* </pre>
3483
3498
*
3484
3499
* <code>string source_upload_url = 16;</code>
@@ -3507,7 +3522,10 @@ public java.lang.String getSourceUploadUrl() {
3507
3522
*
3508
3523
* <pre>
3509
3524
* The Google Cloud Storage signed URL used for source uploading, generated
3510
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
3525
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
3526
+ * The signature is validated on write methods {Create, Update}
3527
+ * The signature is stripped from the Function object on read methods {Get,
3528
+ * List}
3511
3529
* </pre>
3512
3530
*
3513
3531
* <code>string source_upload_url = 16;</code>
@@ -3536,7 +3554,10 @@ public com.google.protobuf.ByteString getSourceUploadUrlBytes() {
3536
3554
*
3537
3555
* <pre>
3538
3556
* The Google Cloud Storage signed URL used for source uploading, generated
3539
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
3557
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
3558
+ * The signature is validated on write methods {Create, Update}
3559
+ * The signature is stripped from the Function object on read methods {Get,
3560
+ * List}
3540
3561
* </pre>
3541
3562
*
3542
3563
* <code>string source_upload_url = 16;</code>
@@ -3558,7 +3579,10 @@ public Builder setSourceUploadUrl(java.lang.String value) {
3558
3579
*
3559
3580
* <pre>
3560
3581
* The Google Cloud Storage signed URL used for source uploading, generated
3561
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
3582
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
3583
+ * The signature is validated on write methods {Create, Update}
3584
+ * The signature is stripped from the Function object on read methods {Get,
3585
+ * List}
3562
3586
* </pre>
3563
3587
*
3564
3588
* <code>string source_upload_url = 16;</code>
@@ -3578,7 +3602,10 @@ public Builder clearSourceUploadUrl() {
3578
3602
*
3579
3603
* <pre>
3580
3604
* The Google Cloud Storage signed URL used for source uploading, generated
3581
- * by [google.cloud.functions.v1.GenerateUploadUrl][]
3605
+ * by calling [google.cloud.functions.v1.GenerateUploadUrl].
3606
+ * The signature is validated on write methods {Create, Update}
3607
+ * The signature is stripped from the Function object on read methods {Get,
3608
+ * List}
3582
3609
* </pre>
3583
3610
*
3584
3611
* <code>string source_upload_url = 16;</code>
0 commit comments