Obligatorio. Es el nombre del recurso de sesión que se finalizará.
La autorización requiere el siguiente permiso IAM en el recurso especificado name:
dataproc.sessions.terminate
Cuerpo de la solicitud
El cuerpo de la solicitud contiene datos con la siguiente estructura:
Representación JSON
{"requestId": string}
Campos
requestId
string
Opcional. Un ID único que se usa para identificar la solicitud. Si el servicio recibe dos TerminateSessionRequest con el mismo ID, se ignora la segunda solicitud.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-04 (UTC)"],[[["The `POST` request to terminate a session is sent to `https://dataproc.googleapis.com/v1/{name=projects/*/locations/*/sessions/*}:terminate` using gRPC Transcoding syntax."],["The `name` path parameter is required, specifying the session resource to terminate, and requires the `dataproc.sessions.terminate` IAM permission."],["The request body requires a JSON structure, potentially including a `requestId` string to ensure idempotency, that can be set as a UUID, with a max length of 40."],["A successful request returns an `Operation` instance within the response body."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]