Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 1, 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
Expand Up @@ -558,6 +558,20 @@ public com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder() {
}

public static final int TEXT_PAYLOAD_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* The log entry payload, represented as a Unicode string (UTF-8).
* </pre>
*
* <code>string text_payload = 3;</code>
*
* @return Whether the textPayload field is set.
*/
public boolean hasTextPayload() {
return payloadCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -2675,6 +2689,21 @@ public com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder() {
return protoPayloadBuilder_;
}

/**
*
*
* <pre>
* The log entry payload, represented as a Unicode string (UTF-8).
* </pre>
*
* <code>string text_payload = 3;</code>
*
* @return Whether the textPayload field is set.
*/
@java.lang.Override
public boolean hasTextPayload() {
return payloadCase_ == 3;
}
/**
*
*
Expand Down
Expand Up @@ -179,6 +179,18 @@ public interface LogEntryOrBuilder
*/
com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder();

/**
*
*
* <pre>
* The log entry payload, represented as a Unicode string (UTF-8).
* </pre>
*
* <code>string text_payload = 3;</code>
*
* @return Whether the textPayload field is set.
*/
boolean hasTextPayload();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-logging.git",
"sha": "9cd8474fdcd313f08216642254d72de9ce1a3214"
"sha": "23ea72e4f371bfa1509983c41840427afb7a9384"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down