/enums/resource_limit_type.proto

--- v18/enums/resource_limit_type.proto 2025-08-05 14:36:09.000000000 +0000
+++ v19/enums/resource_limit_type.proto 2025-08-05 14:36:18.000000000 +0000
@@ -496,5 +496,16 @@
     // Total number of enabled IMAGE CampaignAssets with LOGO and LANDSCAPE_LOGO
     // field types per campaign.
     LOGO_CAMPAIGN_ASSETS_PER_CAMPAIGN = 187;
+
+    // Maximum number of active business message asset links at customer level.
+    BUSINESS_MESSAGE_ASSET_LINKS_PER_CUSTOMER = 188;
+
+    // Maximum number of active WhatsApp business message asset links at
+    // campaign level.
+    WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_CAMPAIGN = 189;
+
+    // Maximum number of active WhatsApp business message asset links at ad
+    // group level.
+    WHATSAPP_BUSINESS_MESSAGE_ASSET_LINKS_PER_AD_GROUP = 190;
   }
 }