Required. The name of the lock to check. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/locks/{lock_id}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Lock.
[[["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 2023-04-05 UTC."],[[["This endpoint checks the state of a lock using its ID, as specified in the URL path."],["The HTTP request is a `POST` method directed to a specific URL using gRPC Transcoding syntax, and it includes a required parameter named `name` in the path."],["The request body for this operation must be empty, and it does not require any additional parameters in its content."],["A successful response will contain an instance of the `Lock` object, detailing the state of the specified lock."],["Authorization for this operation requires one of two specified OAuth scopes or the `biglake.locks.check` IAM permission on the `name` resource."]]],[]]