If not specified, a server-generated identifier is assigned.
The identifier must meet the following requirements:
Maximum length of 128 characters.
Characters must be valid in DNS names as defined by RFC 1123.
requestId
string
Optional. A unique identifier for your request. Specify the request ID, if you need to retry the request. If you retry the request with the same ID within 60 minutes, the server ignores the request if it has already completed the original request.
For example, if your initial request times out and you retry the request using the same request ID, the server recognizes the original request and does not process the new request.
The request ID must be a valid UUID and cannot be a zero UUID (00000000-0000-0000-0000-000000000000).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[],[],null,["# Method: projects.locations.jobs.create\n\nCreates a batch job for a given project.\n\n**IAM Permissions**:\n\nRequires `storagebatchoperations.jobs.create` [IAM](https://cloud.google.com/iam/docs/overview#permissions) permission on the project.\n\n### HTTP request\n\n`POST https://storagebatchoperations.googleapis.com/v1/{parent=projects/*/locations/global}/jobs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Job](/storage/docs/storagebatchoperations/reference/rest/v1/projects.locations.jobs#Job).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/storage/docs/storagebatchoperations/reference/rest/v1/projects.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]