Fix documentation for string_value. The value does not have to be at least 1MB, but rather, at most 1MB.
PiperOrigin-RevId: 309845930
This commit is contained in:
parent
e0f9d9e1f9
commit
1b5a8d2bbb
|
|
@ -145,8 +145,8 @@ message Value {
|
|||
Key key_value = 5;
|
||||
|
||||
// A UTF-8 encoded string value.
|
||||
// When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes.
|
||||
// Otherwise, may be set to at least 1,000,000 bytes.
|
||||
// When `exclude_from_indexes` is false (it is indexed), may have at most
|
||||
// 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
|
||||
string string_value = 17;
|
||||
|
||||
// A blob value.
|
||||
|
|
|
|||
|
|
@ -145,8 +145,8 @@ message Value {
|
|||
Key key_value = 5;
|
||||
|
||||
// A UTF-8 encoded string value.
|
||||
// When `exclude_from_indexes` is false (it is indexed) , may have at most
|
||||
// 1500 bytes. Otherwise, may be set to at least 1,000,000 bytes.
|
||||
// When `exclude_from_indexes` is false (it is indexed), may have at most
|
||||
// 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
|
||||
string string_value = 17;
|
||||
|
||||
// A blob value.
|
||||
|
|
|
|||
Loading…
Reference in New Issue