/services/conversion_adjustment_upload_service.proto

--- v14/services/conversion_adjustment_upload_service.proto 2023-10-18 04:25:29.000000000 +0000
+++ v15/services/conversion_adjustment_upload_service.proto 2023-10-18 04:25:32.000000000 +0000
@@ -80,6 +80,13 @@
   // If true, the request is validated but not executed. Only errors are
   // returned, not results.
   bool validate_only = 4;
+
+  // 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
+  // `UploadConversionAdjustmentsResponse`.
+  optional int32 job_id = 5 [(google.api.field_behavior) = OPTIONAL];
 }

 // Response message for