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

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

Merged
merged 2 commits into from Mar 2, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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 @@ -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