feat: add snippet field to memo message (#3689)

This commit is contained in:
Johnny
2024-07-15 08:08:08 +08:00
committed by GitHub
parent bcb8843245
commit 9909fd8a6f
5 changed files with 420 additions and 382 deletions

View File

@@ -206,6 +206,9 @@ message Memo {
// The name of the parent memo.
// Format: memos/{id}
optional string parent = 18 [(google.api.field_behavior) = OUTPUT_ONLY];
// The snippet of the memo content. Plain text only.
string snippet = 19;
}
message MemoProperty {