Get details about the information parsed from a spec. Note that this method does not return the raw spec contents. Use specs.getContents method to retrieve the same.
HTTP request
GET https://apihub.googleapis.com/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}
[[["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-05-06 UTC."],[[["This API method retrieves details about a specific spec, excluding the raw spec content itself."],["The HTTP request is a `GET` method using a specific URL structure defined by gRPC Transcoding, and the URL path includes parameters like project, location, API, version, and spec."],["The request body for this API method must be empty, and the response, if successful, contains a `Spec` instance."],["To use this method, the OAuth scope `https://www.googleapis.com/auth/cloud-platform` is required."],["The necessary IAM permission to call this method is `apihub.specs.get` on the `name` resource."]]],[]]