Skip to content

Commit 820f34f

Browse files
feat(generator): update protoc to v3.15.3 (#203)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4650efcc-2b5e-4632-92f4-e28824d4f0b4/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 359781040 Source-Link: googleapis/googleapis@f6dd7e4
1 parent 9a3b6ad commit 820f34f

File tree

4 files changed

+53
-3
lines changed

4 files changed

+53
-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/workflows/v1beta/*OrBuilder</className>
7+
<method>* has*(*)</method>
8+
</difference>
9+
</differences>

java-workflows/proto-google-cloud-workflows-v1beta/src/main/java/com/google/cloud/workflows/v1beta/Workflow.java

+29
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,20 @@ public com.google.protobuf.ByteString getServiceAccountBytes() {
942942
}
943943

944944
public static final int SOURCE_CONTENTS_FIELD_NUMBER = 10;
945+
/**
946+
*
947+
*
948+
* <pre>
949+
* Workflow code to be executed. The size limit is 32KB.
950+
* </pre>
951+
*
952+
* <code>string source_contents = 10;</code>
953+
*
954+
* @return Whether the sourceContents field is set.
955+
*/
956+
public boolean hasSourceContents() {
957+
return sourceCodeCase_ == 10;
958+
}
945959
/**
946960
*
947961
*
@@ -2975,6 +2989,21 @@ public Builder setServiceAccountBytes(com.google.protobuf.ByteString value) {
29752989
return this;
29762990
}
29772991

2992+
/**
2993+
*
2994+
*
2995+
* <pre>
2996+
* Workflow code to be executed. The size limit is 32KB.
2997+
* </pre>
2998+
*
2999+
* <code>string source_contents = 10;</code>
3000+
*
3001+
* @return Whether the sourceContents field is set.
3002+
*/
3003+
@java.lang.Override
3004+
public boolean hasSourceContents() {
3005+
return sourceCodeCase_ == 10;
3006+
}
29783007
/**
29793008
*
29803009
*

java-workflows/proto-google-cloud-workflows-v1beta/src/main/java/com/google/cloud/workflows/v1beta/WorkflowOrBuilder.java

+12
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,18 @@ public interface WorkflowOrBuilder
382382
*/
383383
com.google.protobuf.ByteString getServiceAccountBytes();
384384

385+
/**
386+
*
387+
*
388+
* <pre>
389+
* Workflow code to be executed. The size limit is 32KB.
390+
* </pre>
391+
*
392+
* <code>string source_contents = 10;</code>
393+
*
394+
* @return Whether the sourceContents field is set.
395+
*/
396+
boolean hasSourceContents();
385397
/**
386398
*
387399
*

java-workflows/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-workflows.git",
7-
"sha": "098dbaaec94fe7fd9f0ea8c4a46c953a4dff2d70"
7+
"sha": "9d2195e7f22c399ca674f3d3080f9ee73374ca68"
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)