Required. The name of the StyleGuide whose contents need to be retrieved. There is exactly one style guide resource per project per location. The expected format is projects/{project}/locations/{location}/plugins/{plugin}/styleGuide.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of StyleGuideContents.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name resource:
[[["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 webpage outlines how to retrieve the contents of a specific StyleGuide resource using an HTTP GET request."],["The request URL requires the `name` parameter, which specifies the project, location, plugin, and the unique style guide."],["The request body for this operation must be empty, indicating that no data is needed for this request."],["A successful request will return an instance of `StyleGuideContents` in the response body."],["To perform this operation, users need the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `apihub.styleGuides.get` on the specified resource."]]],[]]