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-04-17 UTC."],[[["This page provides documentation for the `UpdateStyleGuideRequest` class within the Google Cloud API Hub v1, specifically version 1.0.0-beta02."],["The `UpdateStyleGuideRequest` class is used as a request object for the `UpdateStyleGuide` method within the API Hub, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `object` class and contains properties such as `StyleGuide` (the resource to update) and `UpdateMask` (the list of fields to update)."],["The class contains two constructors, one default and another that copies properties from an existing `UpdateStyleGuideRequest` instance."],["The current documentation refers to the 1.0.0 beta version of the API, but there is a newer \"latest\" version (1.0.0) also available."]]],[]]