ProjectsLocationsJobsCreateOptions
import type { ProjectsLocationsJobsCreateOptions } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";
Additional options for StorageBatchOperations#projectsLocationsJobsCreate.
interface ProjectsLocationsJobsCreateOptions {
jobId?: string;
requestId?: string;
}§Properties
§
jobId?: string
[src]Required. The optional job_id
for this Job . If not specified, an id is
generated. job_id
should be no more than 128 characters and must include
only characters available in DNS names, as defined by RFC-1123.
§
requestId?: string
[src]Optional. An optional request ID to identify requests. Specify a unique
request ID in case you need to retry your request. Requests with same
request_id
will be ignored for at least 60 minutes since the first
request. The request ID must be a valid UUID with the exception that zero
UUID is not supported (00000000-0000-0000-0000-000000000000).