Obbligatorio. Il nome della risorsa della sessione da terminare.
L'autorizzazione richiede la seguente autorizzazione IAM sulla risorsa specificata name:
dataproc.sessions.terminate
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"requestId": string}
Campi
requestId
string
Facoltativo. Un ID univoco utilizzato per identificare la richiesta. Se il servizio riceve due richieste TerminateSessionRequest con lo stesso ID, la seconda richiesta viene ignorata.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]