@@ -1022,7 +1022,10 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
10221022 *
10231023 * <pre>
10241024 * 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}
10261029 * </pre>
10271030 *
10281031 * <code>string source_upload_url = 16;</code>
@@ -1037,7 +1040,10 @@ public boolean hasSourceUploadUrl() {
10371040 *
10381041 * <pre>
10391042 * 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}
10411047 * </pre>
10421048 *
10431049 * <code>string source_upload_url = 16;</code>
@@ -1065,7 +1071,10 @@ public java.lang.String getSourceUploadUrl() {
10651071 *
10661072 * <pre>
10671073 * 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}
10691078 * </pre>
10701079 *
10711080 * <code>string source_upload_url = 16;</code>
@@ -3462,7 +3471,10 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
34623471 *
34633472 * <pre>
34643473 * 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}
34663478 * </pre>
34673479 *
34683480 * <code>string source_upload_url = 16;</code>
@@ -3478,7 +3490,10 @@ public boolean hasSourceUploadUrl() {
34783490 *
34793491 * <pre>
34803492 * 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}
34823497 * </pre>
34833498 *
34843499 * <code>string source_upload_url = 16;</code>
@@ -3507,7 +3522,10 @@ public java.lang.String getSourceUploadUrl() {
35073522 *
35083523 * <pre>
35093524 * 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}
35113529 * </pre>
35123530 *
35133531 * <code>string source_upload_url = 16;</code>
@@ -3536,7 +3554,10 @@ public com.google.protobuf.ByteString getSourceUploadUrlBytes() {
35363554 *
35373555 * <pre>
35383556 * 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}
35403561 * </pre>
35413562 *
35423563 * <code>string source_upload_url = 16;</code>
@@ -3558,7 +3579,10 @@ public Builder setSourceUploadUrl(java.lang.String value) {
35583579 *
35593580 * <pre>
35603581 * 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}
35623586 * </pre>
35633587 *
35643588 * <code>string source_upload_url = 16;</code>
@@ -3578,7 +3602,10 @@ public Builder clearSourceUploadUrl() {
35783602 *
35793603 * <pre>
35803604 * 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}
35823609 * </pre>
35833610 *
35843611 * <code>string source_upload_url = 16;</code>
0 commit comments