public sealed class UpdateStyleGuideRequest : IMessage<UpdateStyleGuideRequest>, IEquatable<UpdateStyleGuideRequest>, IDeepCloneable<UpdateStyleGuideRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateStyleGuideRequest.
The [UpdateStyleGuide][ApiHub.UpdateStyleGuide] method's request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateStyleGuideRequest` class is used as a request object for the `UpdateStyleGuide` method within the API hub v1 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `StyleGuide`, which represents the Style guide resource to be updated, and `UpdateMask`, which specifies the fields that should be updated."],["The `UpdateStyleGuideRequest` class is available in the `Google.Cloud.ApiHub.V1` namespace, within the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]