Loading cmds/statsd/src/atoms.proto +7 −4 Original line number Original line Diff line number Diff line Loading @@ -7141,7 +7141,7 @@ message TextSelectionEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the annotator model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading Loading @@ -7181,7 +7181,7 @@ message TextLinkifyEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the annotator model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading Loading @@ -7221,7 +7221,7 @@ message ConversationActionsEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the actions model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading @@ -7241,6 +7241,9 @@ message ConversationActionsEvent { // Name of source package. // Name of source package. optional string package_name = 9; optional string package_name = 9; // Name of the annotator model that is involved in this event. optional string annotator_model_name = 10; } } /** /** Loading @@ -7255,7 +7258,7 @@ message LanguageDetectionEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the language detection model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading Loading
cmds/statsd/src/atoms.proto +7 −4 Original line number Original line Diff line number Diff line Loading @@ -7141,7 +7141,7 @@ message TextSelectionEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the annotator model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading Loading @@ -7181,7 +7181,7 @@ message TextLinkifyEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the annotator model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading Loading @@ -7221,7 +7221,7 @@ message ConversationActionsEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the actions model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading @@ -7241,6 +7241,9 @@ message ConversationActionsEvent { // Name of source package. // Name of source package. optional string package_name = 9; optional string package_name = 9; // Name of the annotator model that is involved in this event. optional string annotator_model_name = 10; } } /** /** Loading @@ -7255,7 +7258,7 @@ message LanguageDetectionEvent { // Event type of this event. // Event type of this event. optional android.stats.textclassifier.EventType event_type = 2; optional android.stats.textclassifier.EventType event_type = 2; // Name of the model that is involved in this event. // Name of the language detection model that is involved in this event. optional string model_name = 3; optional string model_name = 3; // Type of widget that was involved in triggering this event. // Type of widget that was involved in triggering this event. Loading