Skip to content

Commit

Permalink
Fix documentation for string_value. The value does not have to be at …
Browse files Browse the repository at this point in the history
…least 1MB, but rather, at most 1MB.

PiperOrigin-RevId: 309845930

Source-Author: Google APIs <[email protected]>
Source-Date: Mon May 4 16:55:46 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 1b5a8d2bbb69c5a04db26bd546d2888e609c6bab
Source-Link: googleapis/googleapis@1b5a8d2
  • Loading branch information
yoshi-automation authored and jskeet committed May 5, 2020
1 parent b3e7794 commit 03279b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,8 @@ public double DoubleValue {
public const int StringValueFieldNumber = 17;
/// <summary>
/// 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.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string StringValue {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Datastore.V1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe"
"sha": "1b5a8d2bbb69c5a04db26bd546d2888e609c6bab"
}
}
]
Expand Down

0 comments on commit 03279b9

Please sign in to comment.