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

feat(generator): update protoc to v3.15.3 #203

Merged
merged 2 commits into from Mar 2, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/workflows/v1beta/*OrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -942,6 +942,20 @@ public com.google.protobuf.ByteString getServiceAccountBytes() {
}

public static final int SOURCE_CONTENTS_FIELD_NUMBER = 10;
/**
*
*
* <pre>
* Workflow code to be executed. The size limit is 32KB.
* </pre>
*
* <code>string source_contents = 10;</code>
*
* @return Whether the sourceContents field is set.
*/
public boolean hasSourceContents() {
return sourceCodeCase_ == 10;
}
/**
*
*
Expand Down Expand Up @@ -2975,6 +2989,21 @@ public Builder setServiceAccountBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* Workflow code to be executed. The size limit is 32KB.
* </pre>
*
* <code>string source_contents = 10;</code>
*
* @return Whether the sourceContents field is set.
*/
@java.lang.Override
public boolean hasSourceContents() {
return sourceCodeCase_ == 10;
}
/**
*
*
Expand Down
Expand Up @@ -382,6 +382,18 @@ public interface WorkflowOrBuilder
*/
com.google.protobuf.ByteString getServiceAccountBytes();

/**
*
*
* <pre>
* Workflow code to be executed. The size limit is 32KB.
* </pre>
*
* <code>string source_contents = 10;</code>
*
* @return Whether the sourceContents field is set.
*/
boolean hasSourceContents();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "098dbaaec94fe7fd9f0ea8c4a46c953a4dff2d70"
"sha": "9d2195e7f22c399ca674f3d3080f9ee73374ca68"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down