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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Revert ChecksummedData message definition not to specify ctype=CORD, #1960

Merged
merged 2 commits into from
Mar 31, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* The data.
* </pre>
*
* <code>bytes content = 1 [ctype = CORD];</code>
* <code>bytes content = 1;</code>
*
* @return The content.
*/
Expand Down Expand Up @@ -496,7 +496,7 @@ public Builder mergeFrom(
* The data.
* </pre>
*
* <code>bytes content = 1 [ctype = CORD];</code>
* <code>bytes content = 1;</code>
*
* @return The content.
*/
Expand All @@ -511,7 +511,7 @@ public com.google.protobuf.ByteString getContent() {
* The data.
* </pre>
*
* <code>bytes content = 1 [ctype = CORD];</code>
* <code>bytes content = 1;</code>
*
* @param value The content to set.
* @return This builder for chaining.
Expand All @@ -532,7 +532,7 @@ public Builder setContent(com.google.protobuf.ByteString value) {
* The data.
* </pre>
*
* <code>bytes content = 1 [ctype = CORD];</code>
* <code>bytes content = 1;</code>
*
* @return This builder for chaining.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface ChecksummedDataOrBuilder
* The data.
* </pre>
*
* <code>bytes content = 1 [ctype = CORD];</code>
* <code>bytes content = 1;</code>
*
* @return The content.
*/
Expand Down