/enums/asset_automation_type.proto

--- v17/enums/asset_automation_type.proto   2024-10-17 03:48:52.000000000 +0000
+++ v18/enums/asset_automation_type.proto   2024-10-17 03:48:56.000000000 +0000
@@ -41,5 +41,14 @@
     // By default, advertisers are opted-in for Performance Max and
     // opted-out for Search.
     TEXT_ASSET_AUTOMATION = 2;
+
+    // Converts horizontal video assets to vertical orientation using
+    // content-aware technology. By default, advertisers are opted in for
+    // DemandGenVideoResponsiveAd.
+    GENERATE_VERTICAL_YOUTUBE_VIDEOS = 3;
+
+    // Shortens video assets to better capture user attention using
+    // content-aware technology. By default, advertisers are opted out.
+    GENERATE_SHORTER_YOUTUBE_VIDEOS = 4;
   }
 }