chore: update memo relations

This commit is contained in:
Steven
2024-10-16 23:09:20 +08:00
parent 82da20e1c3
commit 68c2bd3837
16 changed files with 640 additions and 507 deletions

View File

@ -172,7 +172,7 @@ message Memo {
optional string parent = 18 [(google.api.field_behavior) = OUTPUT_ONLY];
// The snippet of the memo content. Plain text only.
string snippet = 19;
string snippet = 19 [(google.api.field_behavior) = OUTPUT_ONLY];
// The location of the memo.
optional Location location = 20;