Skip to content

Commit c0b5730

Browse files
Google APIscopybara-github
authored andcommitted
docs: Revert ChecksummedData message definition not to specify ctype=CORD,
because it would be a breaking change. PiperOrigin-RevId: 520647425
1 parent 1c8a25a commit c0b5730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/storage/v2/storage.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ message BucketAccessControl {
20152015
// checksum.
20162016
message ChecksummedData {
20172017
// The data.
2018-
bytes content = 1 [ctype = CORD];
2018+
bytes content = 1;
20192019

20202020
// If set, the CRC32C digest of the content field.
20212021
optional fixed32 crc32c = 2;

0 commit comments

Comments
 (0)