Skip to content

Commit

Permalink
docs: Revert ChecksummedData message definition not to specify ctype=…
Browse files Browse the repository at this point in the history
…CORD, (#1960)

* docs: Revert ChecksummedData message definition not to specify ctype=CORD,
because it would be a breaking change.

PiperOrigin-RevId: 520647425

Source-Link: googleapis/googleapis@c0b5730

Source-Link: googleapis/googleapis-gen@69856d8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjk4NTZkODcxNDdhMzA3YzBhNjE1MDJmYmU0NWQ5ZmQ2Nzg0YTQxYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 31, 2023
1 parent 8b02bd8 commit 3a2a643
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 201 deletions.
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
Loading

0 comments on commit 3a2a643

Please sign in to comment.