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

Commit 1255242

Browse files
Merge ace37ec into 20e5637
2 parents 20e5637 + ace37ec commit 1255242

File tree

4 files changed

+100
-3
lines changed

4 files changed

+100
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>com/google/cloud/functions/v1/*OrBuilder</className>
7+
<method>* has*(*)</method>
8+
</difference>
9+
</differences>

proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunction.java

+62
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,21 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
890890
}
891891

892892
public static final int SOURCE_ARCHIVE_URL_FIELD_NUMBER = 3;
893+
/**
894+
*
895+
*
896+
* <pre>
897+
* The Google Cloud Storage URL, starting with gs://, pointing to the zip
898+
* archive which contains the function.
899+
* </pre>
900+
*
901+
* <code>string source_archive_url = 3;</code>
902+
*
903+
* @return Whether the sourceArchiveUrl field is set.
904+
*/
905+
public boolean hasSourceArchiveUrl() {
906+
return sourceCodeCase_ == 3;
907+
}
893908
/**
894909
*
895910
*
@@ -1002,6 +1017,21 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
10021017
}
10031018

10041019
public static final int SOURCE_UPLOAD_URL_FIELD_NUMBER = 16;
1020+
/**
1021+
*
1022+
*
1023+
* <pre>
1024+
* The Google Cloud Storage signed URL used for source uploading, generated
1025+
* by [google.cloud.functions.v1.GenerateUploadUrl][]
1026+
* </pre>
1027+
*
1028+
* <code>string source_upload_url = 16;</code>
1029+
*
1030+
* @return Whether the sourceUploadUrl field is set.
1031+
*/
1032+
public boolean hasSourceUploadUrl() {
1033+
return sourceCodeCase_ == 16;
1034+
}
10051035
/**
10061036
*
10071037
*
@@ -3069,6 +3099,22 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
30693099
return this;
30703100
}
30713101

3102+
/**
3103+
*
3104+
*
3105+
* <pre>
3106+
* The Google Cloud Storage URL, starting with gs://, pointing to the zip
3107+
* archive which contains the function.
3108+
* </pre>
3109+
*
3110+
* <code>string source_archive_url = 3;</code>
3111+
*
3112+
* @return Whether the sourceArchiveUrl field is set.
3113+
*/
3114+
@java.lang.Override
3115+
public boolean hasSourceArchiveUrl() {
3116+
return sourceCodeCase_ == 3;
3117+
}
30723118
/**
30733119
*
30743120
*
@@ -3411,6 +3457,22 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
34113457
return sourceRepositoryBuilder_;
34123458
}
34133459

3460+
/**
3461+
*
3462+
*
3463+
* <pre>
3464+
* The Google Cloud Storage signed URL used for source uploading, generated
3465+
* by [google.cloud.functions.v1.GenerateUploadUrl][]
3466+
* </pre>
3467+
*
3468+
* <code>string source_upload_url = 16;</code>
3469+
*
3470+
* @return Whether the sourceUploadUrl field is set.
3471+
*/
3472+
@java.lang.Override
3473+
public boolean hasSourceUploadUrl() {
3474+
return sourceCodeCase_ == 16;
3475+
}
34143476
/**
34153477
*
34163478
*

proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunctionOrBuilder.java

+26
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@ public interface CloudFunctionOrBuilder
7575
*/
7676
com.google.protobuf.ByteString getDescriptionBytes();
7777

78+
/**
79+
*
80+
*
81+
* <pre>
82+
* The Google Cloud Storage URL, starting with gs://, pointing to the zip
83+
* archive which contains the function.
84+
* </pre>
85+
*
86+
* <code>string source_archive_url = 3;</code>
87+
*
88+
* @return Whether the sourceArchiveUrl field is set.
89+
*/
90+
boolean hasSourceArchiveUrl();
7891
/**
7992
*
8093
*
@@ -140,6 +153,19 @@ public interface CloudFunctionOrBuilder
140153
*/
141154
com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceRepositoryOrBuilder();
142155

156+
/**
157+
*
158+
*
159+
* <pre>
160+
* The Google Cloud Storage signed URL used for source uploading, generated
161+
* by [google.cloud.functions.v1.GenerateUploadUrl][]
162+
* </pre>
163+
*
164+
* <code>string source_upload_url = 16;</code>
165+
*
166+
* @return Whether the sourceUploadUrl field is set.
167+
*/
168+
boolean hasSourceUploadUrl();
143169
/**
144170
*
145171
*

synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-functions.git",
7-
"sha": "3034804aa7bf022f8763ca6db12a92d2d2bdba14"
7+
"sha": "20e56372810f306539d91f5a5b452c41dd9c97fd"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
15-
"internalRef": "358516065"
14+
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
15+
"internalRef": "359781040"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)