Required. Service project ID and location to lookup service project attachment for. Only global location is supported. Expected format: projects/{project}/locations/{location}.
Request body
The request body must be empty.
Response body
Response for locations.lookupServiceProjectAttachment.
If successful, the response 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-10-17 UTC."],[[["This API lists a service project attachment for a specified service project, allowing you to check if it's connected to a host project."],["The API uses a `GET` request with a specific URL structure that includes a required `name` path parameter in the format `projects/{project}/locations/{location}`, with only global location being supported."],["The request body must be empty for this API."],["A successful response contains a `serviceProjectAttachment` object, which is either the service project attachment data or an empty object if it does not exist."],["To use this API, you need the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `apphub.serviceProjectAttachments.lookup` IAM permission on the target resource."]]],[]]