/services/conversion_upload_service.proto

--- v14/services/conversion_upload_service.proto    2023-10-19 02:11:02.000000000 +0000
+++ v15/services/conversion_upload_service.proto    2023-10-19 02:11:06.000000000 +0000
@@ -122,6 +123,13 @@
   //
   // Default is false.
   bool debug_enabled = 5;
+
+  // Optional. Optional input to set job ID. Must be a non-negative number that
+  // is less than 2^31 if provided. If this field is not provided, the API will
+  // generate a job ID in the range [2^31, (2^63)-1]. The API will return the
+  // value for this request in the `job_id` field of the
+  // `UploadClickConversionsResponse`.
+  optional int32 job_id = 6 [(google.api.field_behavior) = OPTIONAL];
 }

 // Response message for