public sealed class GetStyleGuideContentsRequest : IMessage<GetStyleGuideContentsRequest>, IEquatable<GetStyleGuideContentsRequest>, IDeepCloneable<GetStyleGuideContentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetStyleGuideContentsRequest.
The [GetStyleGuideContents][ApiHub.GetStyleGuideContents] method's request.
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.
[[["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 2025-04-17 UTC."],[[["The `GetStyleGuideContentsRequest` class is used to formulate requests for the `GetStyleGuideContents` method within the API hub v1 API."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling and comparison."],["There are two constructors for the `GetStyleGuideContentsRequest` class: a default constructor and a copy constructor that takes another `GetStyleGuideContentsRequest` object."],["The `GetStyleGuideContentsRequest` class has two main properties: `Name`, which is a string representing the style guide's resource name, and `StyleGuideName`, which is a typed view of the `Name` property."],["The `Name` property in `GetStyleGuideContentsRequest` is required and must follow a specific format: `projects/{project}/locations/{location}/plugins/{plugin}/styleGuide`, uniquely identifying the style guide to be retrieved."]]],[]]