This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +53
-3
lines changed
proto-google-cloud-workflows-v1beta
src/main/java/com/google/cloud/workflows/v1beta Expand file tree Collapse file tree 4 files changed +53
-3
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -942,6 +942,20 @@ public com.google.protobuf.ByteString getServiceAccountBytes() {
942
942
}
943
943
944
944
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
+ }
945
959
/**
946
960
*
947
961
*
@@ -2975,6 +2989,21 @@ public Builder setServiceAccountBytes(com.google.protobuf.ByteString value) {
2975
2989
return this ;
2976
2990
}
2977
2991
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
+ }
2978
3007
/**
2979
3008
*
2980
3009
*
Original file line number Diff line number Diff line change @@ -382,6 +382,18 @@ public interface WorkflowOrBuilder
382
382
*/
383
383
com .google .protobuf .ByteString getServiceAccountBytes ();
384
384
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 ();
385
397
/**
386
398
*
387
399
*
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-workflows.git",
7
- "sha": "098dbaaec94fe7fd9f0ea8c4a46c953a4dff2d70 "
7
+ "sha": "9d2195e7f22c399ca674f3d3080f9ee73374ca68 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9 ",
15
- "internalRef": "358516065 "
14
+ "sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516 ",
15
+ "internalRef": "359781040 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments