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 method for updating a style guide in the ApiHub v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffering."],["`UpdateStyleGuideRequest` can be constructed either as a new object, or by providing an existing instance of `UpdateStyleGuideRequest`."],["The class contains properties for `StyleGuide` (the resource to update) and `UpdateMask` (the fields that should be updated)."],["The `UpdateStyleGuideRequest` is found in the `Google.Cloud.ApiHub.V1` namespace, with the assembly `Google.Cloud.ApiHub.V1.dll`, which is documented for versions `1.0.0 (latest)` and `1.0.0-beta02`."]]],[]]