chore: add output only flag

This commit is contained in:
johnnyjoy
2024-12-26 20:06:42 +08:00
parent 541e07af8c
commit a78bfffb17
23 changed files with 388 additions and 429 deletions

View File

@@ -132,7 +132,7 @@ message Memo {
// The name of the memo.
// Format: memos/{id}
// id is the system generated id.
string name = 1;
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
// The user defined id of the memo.
string uid = 2;
@@ -155,7 +155,7 @@ message Memo {
Visibility visibility = 10;
repeated string tags = 11;
repeated string tags = 11 [(google.api.field_behavior) = OUTPUT_ONLY];
bool pinned = 12;