public sealed class GetStyleGuideRequest : IMessage<GetStyleGuideRequest>, IEquatable<GetStyleGuideRequest>, IDeepCloneable<GetStyleGuideRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetStyleGuideRequest.
The [GetStyleGuide][ApiHub.GetStyleGuide] method's request.
[[["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 `GetStyleGuideRequest` class is the request type for the `GetStyleGuide` method in the API hub v1 API, designed to retrieve style guide information."],["This class is part of the `Google.Cloud.ApiHub.V1` namespace and is included in the `Google.Cloud.ApiHub.V1.dll` assembly."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetStyleGuideRequest` has two constructors and two properties: `Name`, which is a required string representing the spec name, and `StyleGuideName`, a typed view of the `Name` property."],["The latest and stable release is version `1.0.0`, while `1.0.0-beta02` is also available as a previous release."]]],[]]