/resources/local_services_lead.proto

--- v19/resources/local_services_lead.proto 2025-04-14 05:29:54.000000000 +0000
+++ v19-1/resources/local_services_lead.proto   2025-04-14 05:30:02.000000000 +0000
@@ -99,6 +99,9 @@
   // Output only. Credit details of the lead.
   optional CreditDetails credit_details = 12
       [(google.api.field_behavior) = OUTPUT_ONLY];
+
+  // Output only. True if the advertiser submitted feedback for the lead.
+  bool lead_feedback_submitted = 13 [(google.api.field_behavior) = OUTPUT_ONLY];
 }

 // Fields containing consumer contact details.