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

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#449)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 6bd38b2 commit 7b95029
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 5 deletions.
9 changes: 9 additions & 0 deletions proto-google-cloud-translate-v3/clirr-ignored-differences.xml
@@ -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/translate/v3/*RequestOrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -330,6 +330,20 @@ public com.google.protobuf.ByteString getModelBytes() {
}

public static final int CONTENT_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* The content of the input stored as a string.
* </pre>
*
* <code>string content = 1;</code>
*
* @return Whether the content field is set.
*/
public boolean hasContent() {
return sourceCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -1285,6 +1299,21 @@ public Builder setModelBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* The content of the input stored as a string.
* </pre>
*
* <code>string content = 1;</code>
*
* @return Whether the content field is set.
*/
@java.lang.Override
public boolean hasContent() {
return sourceCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -101,6 +101,18 @@ public interface DetectLanguageRequestOrBuilder
*/
com.google.protobuf.ByteString getModelBytes();

/**
*
*
* <pre>
* The content of the input stored as a string.
* </pre>
*
* <code>string content = 1;</code>
*
* @return Whether the content field is set.
*/
boolean hasContent();
/**
*
*
Expand Down
Expand Up @@ -11,4 +11,9 @@
<className>com/google/cloud/translate/v3beta1/*RequestOrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/translate/v3beta1/*RequestOrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -330,6 +330,20 @@ public com.google.protobuf.ByteString getModelBytes() {
}

public static final int CONTENT_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* The content of the input stored as a string.
* </pre>
*
* <code>string content = 1;</code>
*
* @return Whether the content field is set.
*/
public boolean hasContent() {
return sourceCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -1286,6 +1300,21 @@ public Builder setModelBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* The content of the input stored as a string.
* </pre>
*
* <code>string content = 1;</code>
*
* @return Whether the content field is set.
*/
@java.lang.Override
public boolean hasContent() {
return sourceCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -101,6 +101,18 @@ public interface DetectLanguageRequestOrBuilder
*/
com.google.protobuf.ByteString getModelBytes();

/**
*
*
* <pre>
* The content of the input stored as a string.
* </pre>
*
* <code>string content = 1;</code>
*
* @return Whether the content field is set.
*/
boolean hasContent();
/**
*
*
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-translate.git",
"sha": "91ea78bd9bcc535dd8eabad721ed2039e49148f8"
"sha": "6bd38b21886f474438678767bbbc0b4e9302d4af"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 7b95029

Please sign in to comment.