refactor: move memo relation definition

This commit is contained in:
Johnny
2025-02-27 15:28:36 +08:00
parent ba98fddbaf
commit 47b41bce85
22 changed files with 1225 additions and 1339 deletions

View File

@@ -20,7 +20,10 @@ service ActivityService {
message Activity {
// The name of the activity.
// Format: activities/{id}
string name = 1;
string name = 1 [
(google.api.field_behavior) = OUTPUT_ONLY,
(google.api.field_behavior) = IDENTIFIER
];
// The name of the creator.
// Format: users/{user}
string creator = 2;