Merge branch 'main' into avm99963-monorail
Merged commit cd4b3b336f1f14afa02990fdc2eec5d9467a827e
GitOrigin-RevId: e67bbf185d5538e1472bb42e0abb2a141f88bac1
diff --git a/api/v3/api_proto/issue_objects.proto b/api/v3/api_proto/issue_objects.proto
index 4f31aaf..790ea4b 100644
--- a/api/v3/api_proto/issue_objects.proto
+++ b/api/v3/api_proto/issue_objects.proto
@@ -156,7 +156,7 @@
// A possibly rule-derived component for the issue.
// Next available tag: 3
message ComponentValue {
- // The component.
+ // AIP resource name of the component.
string component = 1 [
(google.api.resource_reference) = { type: "api.crbug.com/ComponentDef" }
];