Required. The parent resource where this session will be created.
Authorization requires the following IAM permission on the specified resource parent:
dataproc.sessions.create
Query parameters
Parameters
sessionId
string
Required. The ID to use for the session, which becomes the final component of the session's resource name.
This value must be 4-63 characters. Valid characters are /[a-z][0-9]-/.
requestId
string
Optional. A unique ID used to identify the request. If the service receives two CreateSessionRequestss with the same ID, the second request is ignored, and the first Session is created and stored in the backend.
[[["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 2024-11-12 UTC."],[[["This endpoint allows the creation of a new session via a `POST` request to `https://dataproc.googleapis.com/v1/{parent=projects/*/locations/*}/sessions`, utilizing gRPC Transcoding syntax."],["The `parent` path parameter is required and specifies the resource under which the session will be created, needing the `dataproc.sessions.create` IAM permission."],["The `sessionId` query parameter is mandatory for the creation request and must be between 4-63 characters in length, while `requestId` is optional, used for idempotency, and should be a UUID."],["A successful request results in a response containing a newly created `Operation` instance, whereas the request body requires a `Session` instance."],["Authorization to use this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]