ProjectsLocationsBatchesCreateOptions
import type { ProjectsLocationsBatchesCreateOptions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";Additional options for Dataproc#projectsLocationsBatchesCreate.
interface ProjectsLocationsBatchesCreateOptions {
batchId?: string;
requestId?: string;
}§Properties
§
batchId?: string
[src]Optional. The ID to use for the batch, which will become the final component of the batch's resource name.This value must be 4-63 characters. Valid characters are /[a-z][0-9]-/.
§
requestId?: string
[src]Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequests with the same request_id, the second request is ignored and the operation that corresponds to the first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.