public sealed class UpdateConfigRequest : IMessage<UpdateConfigRequest>, IEquatable<UpdateConfigRequest>, IDeepCloneable<UpdateConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class UpdateConfigRequest.
Request message for the
[UpdateConfig][google.cloud.speech.v2.Speech.UpdateConfig] method.
[[["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 `UpdateConfigRequest` class is used to request an update to a configuration in the Cloud Speech-to-Text v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The latest version of the API for this class is version 1.4.0, with older versions dating back to 1.0.0."],["`UpdateConfigRequest` has properties `Config`, which specifies the configuration to be updated, and `UpdateMask`, which is used to define which fields to update."]]],[]]