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"]],[["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-03-21 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."]]],[]]