refactor: retire memo uid

This commit is contained in:
johnnyjoy
2025-02-01 11:28:07 +08:00
parent b0119f320a
commit 98aa0b73c5
8 changed files with 375 additions and 387 deletions

View File

@@ -124,13 +124,12 @@ enum Visibility {
}
message Memo {
reserved 2;
// The name of the memo.
// Format: memos/{memo}, memo is the user defined id or uuid.
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
// The system generated unique id. Auto-incremented.
int32 uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
State state = 3;
// The name of the creator.