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:
Google APIs 2020-05-04 16:55:46 -07:00 committed by Copybara-Service
parent e0f9d9e1f9
commit 1b5a8d2bbb
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.