Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{projectId}/locations/{location}/deployments/{deployment}'. It takes the form projects/{project}/locations/{location}/deployments/{deployment}.
Request body
The request body contains data with the following structure:
[[["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-01 UTC."],[[["This webpage details the process of importing a Terraform state file into a specific deployment, which requires the deployment to be unlocked beforehand."],["The HTTP request for importing the state file is a `POST` request to a specific URL, using gRPC Transcoding syntax, including a required `parent` path parameter."],["The request body must include a `lockId`, verifying the user has locked the deployment prior to importing the state file, which can be supplied via JSON."],["Successful state file import results in a response body containing an instance of `Statefile`."],["Importing a state file requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `config.googleapis.com/config.deployments.updateState` on the parent resource."]]],[]]