Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,10 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -1037,7 +1040,10 @@ public boolean hasSourceUploadUrl() {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -1065,7 +1071,10 @@ public java.lang.String getSourceUploadUrl() {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -3462,7 +3471,10 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -3478,7 +3490,10 @@ public boolean hasSourceUploadUrl() {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -3507,7 +3522,10 @@ public java.lang.String getSourceUploadUrl() {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -3536,7 +3554,10 @@ public com.google.protobuf.ByteString getSourceUploadUrlBytes() {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -3558,7 +3579,10 @@ public Builder setSourceUploadUrl(java.lang.String value) {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -3578,7 +3602,10 @@ public Builder clearSourceUploadUrl() {
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ public interface CloudFunctionOrBuilder
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -171,7 +174,10 @@ public interface CloudFunctionOrBuilder
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -184,7 +190,10 @@ public interface CloudFunctionOrBuilder
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* 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}
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -243,7 +243,11 @@ message CloudFunction {
SourceRepository source_repository = 4;

// The Google Cloud Storage signed URL used for source uploading, generated
// by [google.cloud.functions.v1.GenerateUploadUrl][]
// 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}
string source_upload_url = 16;
}

Expand Down